aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-web-view.c: fix auto-google search when using Ctrl-EnterXan Lopez2009-11-301-26/+34
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-3/+3
* Initialize ephy_web_view_get_security_level's output param "description"Iain Nicol2009-10-301-2/+6
* Execute "javascript:" URIs instead of browsing for them.Chris Lamb2009-10-191-1/+4
* Encode the typed URL before passing it as a query string for searchingGustavo Noronha Silva2009-10-071-3/+6
* Improve localhost matchingGustavo Noronha Silva2009-10-041-1/+1
* ephy-web-view.c: update comment of ephy_web_view_is_loadingXan Lopez2009-09-241-3/+4
* ephy-web-view.c: take into account FAILED status for is_loadingXan Lopez2009-09-241-8/+8
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-3/+6
* Add back support for the "direction up" navigation (GNOME bug 595653)Frédéric Péters2009-09-221-4/+66
* Cleanup string freeze break for save asGustavo Noronha Silva2009-09-211-1/+8
* Bring back epiphany context menuXan Lopez2009-09-201-18/+1
* Implement saving the page using the DataSource APIGustavo Noronha Silva2009-09-151-1/+238
* ephy-web-view.c: also allow to expire addresses after a new PROVISIONAL statusXan Lopez2009-09-111-0/+2
* Simplify EXPIRE logic in ephy_web_view_set_typed_addressXan Lopez2009-09-071-17/+12
* ephy-web-view.c: remove some unused variablesXan Lopez2009-09-041-5/+0
* Reimplement "search keys" structure for the WebKit backendGustavo Noronha Silva2009-08-281-3/+22
* ephy-web-view.c: do not duplicate the logic to figure out if a page is secureXan Lopez2009-08-271-9/+3
* Reimplement search on the location barGustavo Noronha Silva2009-08-271-1/+43
* Rename ephy_web_view_get_load_status to ephy_web_view_is_loadingXan Lopez2009-08-251-6/+6
* ephy-web-view: style fixXan Lopez2009-08-111-2/+2
* ephy-web-view: whitespace fixesXan Lopez2009-08-101-169/+169
* Move address normalization to the EphyWebView functions.Xan Lopez2009-08-101-4/+15
* Add NULL-check as the returned item can be NULLBenjamin Otte2009-08-081-1/+2
* Ignore load status changes after LOAD_FINISHED is emittedCarlos Garcia Campos2009-08-041-0/+16
* ephy-web-view.c: adapt to another API change in WebKitGTK+.Xan Lopez2009-06-211-2/+2
* ephy-web-view.c: do not try to get the EphyWebView inside an EphyWebView.Xan Lopez2009-06-171-1/+1
* Move the get_title_composite function to EphyWebView.Xan Lopez2009-06-161-0/+37
* ephy-web-view.c: use 'load-status' property from WebKitWebView also internally.Xan Lopez2009-06-141-36/+7
* Get rid of redundant 'load-progress' property in EphyWebView.Xan Lopez2009-06-141-77/+0
* ephy-web-view.c: s/embed/view/ in a few places.Xan Lopez2009-06-141-5/+5
* Fold WebKitEmbedPrefs into EphyEmbedPrefs.Xan Lopez2009-06-061-1/+0
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-4/+1989
* Move load_url method to EphyWebView.Xan Lopez2009-06-031-0/+17
* ephy-web-view.c: use nil for false value in elisp, not 'f'.Xan Lopez2009-06-031-1/+1
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-311-0/+46
* Provide API to loading using WebKitNetworkRequestGustavo Noronha Silva2009-05-301-0/+19
* Adding a new EphyWebView objectGustavo Noronha Silva2009-05-301-0/+57