aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.c
Commit message (Expand)AuthorAgeFilesLines
...
* ephy-web-view: add a bit of padding to the statusbarXan Lopez2010-05-231-12/+17
* Update the status message from within the EphyWebViewXan Lopez2010-05-191-0/+24
* Use a chromium-like status bar by defaultXan Lopez2010-05-191-0/+259
* Fix crash when trying to load URIs with no pathGustavo Noronha Silva2010-05-171-1/+1
* Handle the WEBKIT_NETWORK_ERROR_CANCELLED failAlejandro G. Castro2010-05-041-1/+9
* Handle LOAD_FAILED statusAlejandro G. Castro2010-05-041-0/+36
* Fix title modification in provisional stateAlejandro G. Castro2010-05-041-3/+5
* ephy-web-view: fix compiler warningXan Lopez2010-05-041-1/+1
* Emit a signal when loading the homepageXan Lopez2010-05-031-12/+29
* Move homepage loading code to EphyWebViewXan Lopez2010-05-031-0/+31
* Move link message updating to EphyWebViewXan Lopez2010-05-031-0/+10
* Move URI handling to EphyWebViewXan Lopez2010-05-031-0/+21
* Move title update to EphyWebViewXan Lopez2010-05-031-0/+35
* Refactored the load status callback of ephy-web-view.cAlejandro G. Castro2010-05-031-128/+113
* Removed the EphyWebViewNetState enumAlejandro G. Castro2010-05-021-23/+10
* Make sure WebKitWebHistory is cleared when cleared EphyHistoryMario Sanchez Prada2010-04-201-26/+56
* Improve page print implementationJose Millan Soto2010-04-071-13/+31
* Inspect type property when hooking to login formsDiego Escalante Urrelo2010-03-091-1/+2
* ephy-web-view: add js_get_element_propertyDiego Escalante Urrelo2010-03-091-0/+15
* Correctly handle shit+click only in ephy-windowDiego Escalante Urrelo2010-02-261-4/+0
* Make sure the strings are initialized to NULLGustavo Noronha Silva2010-02-191-4/+4
* ephy-web-view: be precise in what modifiers to catchDiego Escalante Urrelo2010-02-171-4/+8
* Random formatting fixesDiego Escalante Urrelo2010-02-171-14/+14
* Use correct UTF8 length when converting JSStringsDiego Escalante Urrelo2010-02-151-1/+1
* ephy-web-view: fix password storageXan Lopez2010-02-101-4/+4
* Implemented print previewJose Millan Soto2010-02-091-33/+40
* Check for null/empty username and password before saving to gnome-keyringEstêvão Samuel Procópio2010-02-071-12/+17
* Using webkit_web_view_get_uri instead of js_get_domain_and_pathEstêvão Samuel Procópio2010-02-071-88/+24
* ephy-web-view.c: allow all windows to be closed by JSactual-2.29.6Xan Lopez2010-01-261-1/+8
* Escape the name of resources before saving themDiego Escalante Urrelo2010-01-211-4/+6
* Rename a variable to make its relation obviousDiego Escalante Urrelo2010-01-211-15/+15
* ephy-web-view: plug leaks in ephy_web_view_saveDiego Escalante Urrelo2010-01-211-8/+11
* Ask for confirmation when replacing files, in save asJorge Kalmbach2010-01-211-4/+6
* Improve infobar text a bitDiego Escalante Urrelo2010-01-121-3/+12
* Rename EphyWebView::ge-new-window to EphyWebView::new-windowXan Lopez2010-01-091-8/+8
* Reimplement window.closeXan Lopez2009-12-261-0/+18
* Copy WebKitWebHistoryItem objectsGustavo Noronha Silva2009-12-211-1/+2
* Restrict number of password infobars to oneGustavo Noronha Silva2009-12-201-0/+13
* Make form code safe against unnamed password/username elementsBenjamin Otte2009-12-181-2/+7
* Restore download on shift-click functionalityGustavo Noronha Silva2009-12-181-0/+4
* Make Ctrl-rightclick always display the browser keyboardGustavo Noronha Silva2009-12-181-0/+11
* docs: ephy-web-viewDiego Escalante Urrelo2009-12-181-26/+184
* ephy-web-view: add missing includeDiego Escalante Urrelo2009-12-181-0/+1
* ephy-web-view.c: use NULL-safe str compare functionXan Lopez2009-12-181-1/+1
* Use the new top-widget infrastructure to ask whether to store passwordsGustavo Noronha Silva2009-12-171-19/+190
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-1/+1
* ephy-web-view: do not auto-fill passwords when using a private profileXan Lopez2009-12-161-3/+3
* Emitting ge-feed-link signal for rss extensionEstêvão Samuel Procópio2009-12-161-0/+93
* Implement the actual form authentication saving and pre-fillingGustavo Noronha Silva2009-12-161-0/+514
* ephy-web-view: url-decode javascript URIs before executing themXan Lopez2009-12-141-3/+7
* ephy-web-view: do not set favicon when we have no addressNguyen Thai Ngoc Duy2009-12-121-1/+1
* ephy-web-view: get rid of 'icon-address' propertyXan Lopez2009-12-111-80/+48
* Remove the 'favicon' signal from EphyWebViewXan Lopez2009-12-111-18/+1
* Make the favicon cache work on top of new WebKit API, and WebKitDownloadGustavo Noronha Silva2009-12-101-7/+7
* Add gconf key to control the search engine used in auto-searchCarl van Tonder2009-12-091-2/+14
* Use new WebKit API to respect the Content-Disposition headerGustavo Noronha Silva2009-12-091-1/+29
* Get rid of 'ge-document-type' signalXan Lopez2009-12-081-31/+60
* ephy-web-view: fix typoXan Lopez2009-12-081-1/+1
* docs: nitpick in ephy-web-viewDiego Escalante Urrelo2009-12-031-1/+1
* docs: ephy-web-view missing @view descriptionsDiego Escalante Urrelo2009-12-031-15/+15
* 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