aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.c
Commit message (Expand)AuthorAgeFilesLines
* Show "Stop Archiving" only when the EphyWebView is archivingHEADarchive-creationarchive-integrationTing-Wei Lan2013-09-151-1/+1
* Archive creating can be cancelledTing-Wei Lan2013-09-151-10/+79
* Generate suggested archive name from selected files and archive formatTing-Wei Lan2013-09-151-1/+120
* Automatically create archives if required when select files to uploadTing-Wei Lan2013-09-151-0/+443
* ephy-web-view: Do not use an idle to show crashed error pageCarlos Garcia Campos2013-05-301-25/+5
* ephy-web-view: do not load the crash page for pages that have not been loaded...Claudio Saavedra2013-05-211-4/+6
* ephy-web-view: don't store page title in history when it's frozenClaudio Saavedra2013-05-211-3/+4
* ephy-web-view: thaw history when load is finishedClaudio Saavedra2013-05-201-2/+2
* Compile template pages as GResourcesCarlos Garcia Campos2013-04-051-13/+11
* ephy-web-view: restore zoom level on load startedXan Lopez2013-03-261-3/+3
* Get rid of EphyEmbedSingleXan Lopez2013-03-241-1/+0
* ephy-web-view: remove some remaining non WebKit2 bitsXan Lopez2013-03-221-361/+0
* ephy-web-view: remove non WebKit2 bitsXan Lopez2013-03-211-858/+4
* ephy-web-view: disable modified forms check in WebKit2Xan Lopez2013-03-201-0/+3
* ephy-web-view: actually move signal handler disconnects to disposeXan Lopez2013-03-191-30/+30
* ephy-web-view: disconnect form auth signal handler or disposeXan Lopez2013-03-191-45/+47
* embed: Use a custom WebKitWebViewGroup for all ephy web viewsCarlos Garcia Campos2013-03-191-1/+5
* web-extension: Implement Do Not Track in WebKit2Carlos Garcia Campos2013-03-151-6/+2
* web-extension: Implement pre-filled forms in WebKit2Carlos Garcia Campos2013-03-151-13/+53
* Move the code to crate the remember passwords info bar widget to its own func...Carlos Garcia Campos2013-03-141-39/+54
* ephy-web-view: cast object to the right typeXan Lopez2013-03-131-1/+1
* Add EphyFormAuthDataCache to ephy-form-auth-dataCarlos Garcia Campos2013-03-121-1/+1
* lib: Move auth data query/store methods from ephy-profile-utils to a new fileCarlos Garcia Campos2013-03-121-19/+19
* Move find_username_and_password_elements to ephy-web-dom-utilsCarlos Garcia Campos2013-03-121-66/+4
* Port to wk2 webview's snapshotting APIClaudio Saavedra2013-03-121-2/+52
* Using webkit_web_view_load_request() after webkit_uri_request_set_uri() in WK2Manuel Rego Casasnovas2013-03-121-1/+2
* Show an error page when the WebProcess crashesXan Lopez2013-03-111-0/+46
* ephy-embed-shell: add a ::web-view-created signalXan Lopez2013-03-111-1/+2
* Fix missing call to webkit_uri_request_set_uri in WK2Manuel Rego Casasnovas2013-03-091-1/+1
* ephy-web-view: fix compiler warningsXan Lopez2013-03-061-2/+0
* incognito: show about:incognito instead of the overviewClaudio Saavedra2013-03-051-1/+5
* ephy-profile-utils: migrate ephy_profile_utils_store/query_form_auth_data() t...Claudio Saavedra2013-03-051-28/+16
* ephy-web-view: remove unused methodXan Lopez2013-03-021-38/+0
* Rename ephy_web_dom_has_modified_forms to ephy_web_dom_utils_has_modified_formsManuel Rego Casasnovas2013-03-011-1/+1
* Create ephy-web-dom-utils for sharing DOM bindings code between WK1 and WK2Manuel Rego Casasnovas2013-02-281-54/+8
* web-extensions: Create the web extension proxy asynchronouslyCarlos Garcia Campos2013-02-231-2/+6
* ephy-web-view: do not use deprecated GtkInfo methodsXan Lopez2013-02-221-1/+1
* ephy-web-view: get rid of a compiler warningXan Lopez2013-02-221-2/+0
* ephy-web-view: Update to the latest WebKit2 API changesCarlos Garcia Campos2013-02-201-5/+1
* embed: Implement unsubmitted modified forms warning in WebKit2Carlos Garcia Campos2013-02-191-2/+18
* Remove EphyPermissionManagerXan Lopez2013-02-151-45/+2
* ephy-embed-single: remove open_window methodXan Lopez2013-02-141-5/+3
* ephy-embed-single: remove ::handle-content signalXan Lopez2013-02-131-19/+2
* Remove EphyWebView::visibilityXan Lopez2013-02-131-59/+0
* ephy-web-view: a few more type checks for public methodsXan Lopez2013-02-131-2/+25
* ephy-web-view: only extract title from address if address is not NULLXan Lopez2013-02-131-1/+1
* Only load pages when their tab is switched to upon session restoreGustavo Noronha Silva2013-02-121-0/+38
* ephy-web-view: fix the docs for a couple of signalsClaudio Saavedra2013-02-121-4/+4
* ephy-embed-shell: add EPHY_EMBED_SHELL_MODE_INCOGNITOClaudio Saavedra2013-02-081-2/+2
* Set a document basename when printing to a fileDavid King2013-01-231-0/+15
* ephy-web-view: Do not convert ephy-about URIs in ephy_web_view_location_chang...Carlos Garcia Campos2013-01-111-11/+7
* Don't use DOM bindings to delete a web application from about:applicationsCarlos Garcia Campos2013-01-111-87/+2
* ephy-web-view: Strip the query from the URL for about:applicationsCarlos Garcia Campos2013-01-111-0/+11
* ephy-web-view: Do not update the URL when changed during committed stateCarlos Garcia Campos2013-01-111-1/+4
* ephy-web-view: Remove special case for plugins in get_title_from_address()Carlos Garcia Campos2013-01-111-2/+0
* ephy-web-view: Don't change is_blank property depending on the titleCarlos Garcia Campos2013-01-111-7/+2
* Fix build with WebKit2Carlos Garcia Campos2012-12-201-0/+1
* Use new libsoup APIsXan Lopez2012-12-191-1/+0
* e-web-view: enable back/forward mouse buttonsDiego Escalante Urrelo2012-12-121-0/+11
* Add missing NULL-check when getting the WebView's URIMario Sanchez Prada2012-12-111-3/+4
* e-embed-shell: remove the embed_shell globalDiego Escalante Urrelo2012-12-111-9/+11
* e-web-view: remove unused varDiego Escalante Urrelo2012-12-091-1/+0
* Port EphyWebView to WebKit2GTK+ favicons API.Mario Sanchez Prada2012-12-041-62/+66
* ephy-web-view: do not automatically download embedded objects in WebKit2Carlos Garcia Campos2012-10-161-9/+9
* ephy-web-view: add FIXME for WebKit2Xan Lopez2012-10-161-0/+2
* ephy-web-view: do not automatically download embedded objectsXan Lopez2012-10-161-0/+20
* ephy-web-view: remove handling of Content-Disposition 'attachment'Xan Lopez2012-10-161-25/+0
* ephy-web-view: Use webkit_web_view_is_loading() in WebKit2Carlos Garcia Campos2012-09-271-8/+6
* ephy-web-view: remove ephy_web_view_is_loading_homepage()Claudio Saavedra2012-09-171-13/+0
* ephy-web-view: freeze history on homepage loadClaudio Saavedra2012-09-171-22/+22
* ephy-web-view: do not save history visits for no-show-addressesClaudio Saavedra2012-09-171-0/+6
* ephy_web_view_load_error_page: fix GtkIconInfo leakPavel Vasin2012-09-171-0/+3
* ephy-web-view: fix the wk2 buildClaudio Saavedra2012-09-121-0/+2
* ephy-web-view: fix memory leakXan Lopez2012-09-081-0/+1
* ephy-web-view: don't leak the snapsoht cairo surfaceClaudio Saavedra2012-09-041-3/+6
* ephy-web-view: store the source tag for the snapshot idleClaudio Saavedra2012-09-011-0/+9
* ephy-web-view: use is_history_frozen() to avoid snapshotting error pagesClaudio Saavedra2012-09-011-2/+4
* ephy-web-view: Lower the priority of the snapshotting taskClaudio Saavedra2012-09-011-1/+1
* ephy-overview: define the overview title string hereClaudio Saavedra2012-09-011-1/+2
* ephy-web-view: define the special-cased title for the overviewClaudio Saavedra2012-09-011-8/+19
* Add about:overview to actually go to overview modeClaudio Saavedra2012-09-011-2/+2
* ephy-web-view: take a snapshot if needed when the page load finishesClaudio Saavedra2012-09-011-0/+9
* ephy-web-view: do not allocate variables before they are neededXan Lopez2012-08-261-3/+3
* ephy-web-view: avoid getting a 'Blank page' title for non titled pagesXan Lopez2012-08-261-3/+3
* ephy-web-view: drop superflous notifyXan Lopez2012-08-251-2/+0
* ephy-web-view: remove more "invisible URI" logicXan Lopez2012-08-241-4/+1
* ephy-web-view: Use webkit_web_view_load_alternate_html() for error pages in W...Carlos Garcia Campos2012-08-221-10/+8
* ephy-web-view: Take a reference of the certificate returned by the responseCarlos Garcia Campos2012-08-211-0/+1
* ephy-web-view: use ephy_string_get_host_nameXan Lopez2012-08-171-15/+9
* Port save as to WebKit2Carlos Garcia Campos2012-08-171-5/+68
* ephy-web-view: ignore paths when deciding whether a URI has a TLDXan Lopez2012-08-151-8/+23
* ephy-web-view: do not store error pages in historyXan Lopez2012-08-141-1/+31
* Use webkit_web_frame_load_alternate_string to load error pagesMartin Robinson2012-08-141-2/+2
* ephy-web-view: Return the certificate and TLS errors in ephy_web_view_get_sec...Carlos Garcia Campos2012-08-091-39/+40
* ephy-web-view: small style cleanupsXan Lopez2012-08-081-6/+6
* ephy-web-view: fix URI normalizationXan Lopez2012-08-071-1/+1
* ephy-web-view: do autosearch foo.bar strings where bar is not a TLDXan Lopez2012-08-071-2/+31
* ephy-web-view: no need to cast g_object_new resultsXan Lopez2012-08-071-1/+1
* ephy-web-view: export the 'normalize or autosearch' methodXan Lopez2012-08-071-11/+18
* e-web-view: use GtkLabel API when possibleDiego Escalante Urrelo2012-08-031-2/+3
* e-web-view: use GtkOrientable API for info barsDiego Escalante Urrelo2012-08-031-45/+10
* ephy-web-view: fix gtk-doc warningXan Lopez2012-07-281-1/+1
* ephy-web-view: get rid of gtk-doc warningXan Lopez2012-07-191-1/+1
* ephy-web-view: Port security level to WebKit2Carlos Garcia Campos2012-07-131-15/+9
* ephy-web-view: unref objects in dispose, not finalizeXan Lopez2012-06-281-5/+2
* ephy-web-view: set_title can also be made private to its fileXan Lopez2012-06-281-47/+40
* ephy-web-view: get rid of redundant calls to set_titleXan Lopez2012-06-281-11/+2
* ephy-web-view: make set_address completely privateXan Lopez2012-06-281-41/+37
* ephy-web-view: ephy_web_view_location_changed is private to its classXan Lopez2012-06-281-51/+43
* ephy-web-view: fix think-o in ephy_web_view_location_changedXan Lopez2012-06-281-6/+3
* ephy-web-view: get rid of 'ephy_web_view_get_location'Xan Lopez2012-06-281-47/+12
* ephy-web-view: and more type checksXan Lopez2012-06-281-0/+2
* ephy-web-view: add type checks for the set_typed_address method parametersXan Lopez2012-06-281-1/+5
* ephy-web-view: do not duplicate the setter code for typed-addressXan Lopez2012-06-281-7/+2
* ephy-web-view: try to simplify a bit the typed-address logicXan Lopez2012-06-281-23/+17
* ephy-web-view: remove useless forward declarationsXan Lopez2012-06-281-3/+0
* ephy-web-view: remove unneeded headers, and sort themXan Lopez2012-06-281-2/+1
* Port downloads to WebKit2Carlos Garcia Campos2012-06-271-16/+18
* ephy-web-view: fix anchor links' URI updateXan Lopez2012-06-271-4/+5
* ephy-web-view: move the file monitoring code to its own class, EphyFileMonitor.Xan Lopez2012-06-271-183/+9
* ephy-web-view: stop using notify::uri in WebKit2Xan Lopez2012-06-271-0/+4
* ephy-web-view: small style and indentation fixesXan Lopez2012-06-271-17/+17
* Port geolocation permission request to WebKit2Carlos Garcia Campos2012-06-261-7/+40
* embed: Move about handlers to a new fileCarlos Garcia Campos2012-06-261-1/+1
* Por run javascript to WebKit2Carlos Garcia Campos2012-06-251-4/+4
* Port printing to WebKit2Carlos Garcia Campos2012-06-251-3/+38
* ephy-web-view: add ephy_web_view_print_failed()Carlos Garcia Campos2012-06-251-16/+22
* Port hovering over link to WebKit2Carlos Garcia Campos2012-06-251-2/+16
* ephy-web-view: status message should be constCarlos Garcia Campos2012-06-251-1/+1
* Port history to WebKit2Carlos Garcia Campos2012-06-251-1/+1
* Add support for new windows in WebKit2Carlos Garcia Campos2012-06-251-3/+11
* Port policy client to WebKit2Carlos Garcia Campos2012-06-251-2/+60
* Port web view loading progress and feedback to WebKit2Carlos Garcia Campos2012-06-241-11/+187
* ephy-web-view: Add ephy_web_view_load_failed()Carlos Garcia Campos2012-06-241-0/+18
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-4/+163
* ephy-web-view: Use webkit_web_view_load_uri() instead of webkit_web_view_open()Carlos Garcia Campos2012-06-211-4/+4
* Use WebKitWebView API to get/set the zoom level instead of g_object_get/setCarlos Garcia Campos2012-06-211-8/+4
* Include libsoup header explicitly when requiredCarlos Garcia Campos2012-06-211-1/+0
* ephy-web-view: remove unused EphyWebViewChrome elementsDiego Escalante Urrelo2012-06-151-3/+1
* e-file-helpers: Add ephy_file_create_data_uri_for_filename()Carlos Garcia Campos2012-06-141-32/+1
* ephy-web-view: fix GList leakPavel Vasin2012-06-121-3/+3
* ephy-web-view: fix use-after-free in get_file_content_as_base64()Dan Williams2012-06-111-3/+3
* ephy-web-view: chain up to the parent constructed virtual methodCarlos Garcia Campos2012-06-051-0/+3
* Fix memory leak in ephy_web_view_set_popups_allowedLubomír Sedlář2012-05-211-3/+3
* Add support for 'Do Not Track'Xan Lopez2012-05-191-0/+46
* Also consider email inputs when looking for user/password formsGustavo Noronha Silva2012-04-211-1/+1
* ephy-web-view: fix a few gtk-doc warningsXan Lopez2012-04-141-8/+6
* Remove EphyHistory from the repository. It's unused now.Xan Lopez2012-03-201-7/+1
* Replace EphyFaviconCache by WebKit's icon database cacheSergio Villar Senin2012-03-201-36/+6
* ephy-web-view: return an actual visit type instead of just '0'Xan Lopez2012-03-151-1/+1
* The security certificate code is a no-op, remove itXan Lopez2012-03-151-12/+0
* ephy-web-view: remove gtk-doc snippet for a private methodXan Lopez2012-03-151-7/+0
* ephy-web-view: use plain g_signal_connect alwaysXan Lopez2012-03-151-9/+9
* ephy-web-view: connect to WebView signals in just one placeXan Lopez2012-03-151-8/+12
* ephy-web-view: we already have a reference to the history serviceXan Lopez2012-03-151-1/+1
* ephy-web-view: do not duplicate code for the uri->title fallbackXan Lopez2012-03-151-17/+14
* ephy-web-view: remove can_go_up/go_up codeXan Lopez2012-03-151-45/+0
* ephy-web-view: make ephy_web_view_clear_history privateXan Lopez2012-03-151-53/+47
* Automatically prefix existing absolute paths with file://Gustavo Noronha Silva2012-03-141-0/+1
* ephy-web-view: also reset page visit type on load failedXan Lopez2012-03-141-0/+3
* ephy-web-view: style fixesXan Lopez2012-03-141-82/+79
* ephy-web-view: move history management to EphyWebViewXan Lopez2012-03-141-0/+20
* ephy-web-view: move zoom handling to EphyWebViewXan Lopez2012-03-141-0/+82
* ephy-web-view: let EphyWebView clear its own historyXan Lopez2012-03-141-0/+15
* ephy-web-view: get a reference to the history serviceXan Lopez2012-03-141-0/+3
* history: remember visit typesXan Lopez2012-03-141-0/+37
* ephy-web-view: remove stale codeXan Lopez2012-03-131-43/+0
* ephy-history-service: make the async API cancellableClaudio Saavedra2012-03-131-1/+1
* ephy-web-view: share non-search-regex for testingDiego Escalante Urrelo2012-03-111-9/+2
* ephy-web-view: remember when we are loading the homepageXan Lopez2012-03-081-6/+26
* ephy-web-view: protect against pages with NULL URIXan Lopez2012-03-071-4/+6
* Get rid of EphyBrowseHistoryXan Lopez2012-03-071-3/+3
* ephy-web-view: also fallback to URI as title hereXan Lopez2012-03-071-3/+9
* Use EphyBrowseHistory to store page titlesClaudio Saavedra2012-03-071-4/+3
* We need to be a bit smarter about this, and only dismiss it forXan Lopez2012-02-241-1/+1
* ephy-web-view: fix loading of <domain>:<port> URIsXan Lopez2012-02-231-1/+76
* ephy-web-view: don't assume a embed-container in close-web-viewDiego Escalante Urrelo2012-02-221-9/+5
* ephy-web-view: remove close-requested signalDiego Escalante Urrelo2012-02-221-16/+0
* ephy-web-view: blank line nitpickDiego Escalante Urrelo2012-02-111-1/+1
* Never append "http://" to an address with a schemeXan Lopez2012-01-241-2/+0
* ephy-web-view: remove unused variableXan Lopez2012-01-241-6/+0
* ephy-web-view: dismiss the "Remember password?" infobar on navigationXan Lopez2012-01-241-1/+1
* ephy-window: sync page actions with is-blank propertyDiego Escalante Urrelo2012-01-241-3/+42
* ephy-web-view: remove uneeded is_blank callsDiego Escalante Urrelo2012-01-241-4/+3
* ephy-web-view: only autosearch input without schemeDiego Escalante Urrelo2012-01-241-11/+18
* Remove Print Setup item from the super menu and embed it into print dialogCarlos Garcia Campos2012-01-181-3/+6
* Remove Print Preview item from the super menuXan Lopez2012-01-181-15/+0
* ephy-web-view: remove unused methodXan Lopez2012-01-171-66/+0
* Add mnemonics for password/recovery infobarsJiro Matsuzawa2012-01-061-2/+2
* ephy-web-view: plug leakXan Lopez2011-12-151-3/+3
* Remove homepage preference from GSettingsXan Lopez2011-12-041-17/+4
* web view: fix icon namesSaleem Abdulrasool2011-12-011-4/+4
* Use SoupSession:ssl-use-system-ca-file propertyDan Winship2011-11-301-4/+0
* ephy-web-view: SoupURI construction can fail for invalid URIsXan Lopez2011-09-121-2/+4
* ephy-web-view: remove unused and unimplemented methodXan Lopez2011-09-111-17/+0
* ephy-web-view: sort includesXan Lopez2011-09-111-14/+14
* ephy-web-view: use SoupURI for about: checkXan Lopez2011-09-111-4/+9
* ephy-web-view: remove now unused parameter to sprintfXan Lopez2011-09-081-1/+1
* ephy-web-view: do not mention the URL twice in error pagesXan Lopez2011-09-071-1/+1
* Revert "ephy-web-view: fix title for error pages"Xan Lopez2011-09-071-1/+1
* ephy-web-view: fix title for error pagesXan Lopez2011-09-061-1/+1
* ephy-web-view: fix multiple deletes in about:applicationsXan Lopez2011-09-061-1/+3
* Implement about:applicationsXan Lopez2011-09-061-0/+40
* e-web-view: fix error pages for RTL localesVinicius Depizzol2011-09-051-2/+3
* e-web-view: use proper html for paragraphsDiego Escalante Urrelo2011-09-051-10/+11
* e-web-view: better messages in error pagesDiego Escalante Urrelo2011-09-051-4/+15
* ephy-web-app-utils: move the web app creation code hereXan Lopez2011-09-041-164/+0
* ephy-web-view: silence compiler warningXan Lopez2011-09-031-0/+1
* Add ephy_web_application_get_profile_directory()Claudio Saavedra2011-09-021-4/+1
* ephy-web-view: do not launch ephy with jhbuildXan Lopez2011-08-291-1/+1
* Add basic support for Web ApplicationsXan Lopez2011-08-291-0/+203
* e-web-view: use hostname in geolocation infobarDiego Escalante Urrelo2011-08-131-1/+4
* Use line-wrap in GtkInfoBar labelsDiego Escalante Urrelo2011-08-131-1/+2
* Use g_markup_printf_escaped when printing urisDiego Escalante Urrelo2011-08-131-5/+5
* e-web-view: use ephy_string_get_host_nameDiego Escalante Urrelo2011-08-111-4/+4
* Use an enum for the global mode of the applicationXan Lopez2011-06-301-1/+1
* Always use the EphyEmbedShell to know if we are a private instanceXan Lopez2011-06-301-1/+1
* Use the generic marshaler throughoutXan Lopez2011-06-141-7/+6
* ephy-web-view: do not warn of modified forms for short text in input elementsXan Lopez2011-06-101-2/+23
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-091-2/+2
* Added about:plugins support.Sergio Villar Senin2011-06-011-0/+8
* ephy-web-view: warn about unsubmitted forms on closeXan Lopez2011-06-011-0/+33
* Move overlay statusbar to EphyEmbedXan Lopez2011-04-161-183/+0
* ephy-web-view: use new API for DOM eventsXan Lopez2011-03-191-2/+3
* ephy-web-view: do not update statusbar text for webviews without embed objectSergio Villar Senin2011-02-161-1/+3
* ephy-web-view: do not update status after we are deadXan Lopez2011-02-121-17/+19
* Port floating statusbar to gedit's overlay widgetXan Lopez2011-02-111-95/+4
* Use the new GTK_STATE_FLAG_NORMAL flagDiego Escalante Urrelo2011-01-111-1/+1
* Port to gtk+ master's GtkStyleContextDiego Escalante Urrelo2010-12-151-17/+23
* ephy-web-view.c: fix typoXan Lopez2010-12-121-1/+1
* ephy-web-view: use custom error pagesDiego Escalante Urrelo2010-12-111-12/+138
* ephy-web-view: make defines friendlier with introspectionDiego Escalante Urrelo2010-12-091-1/+1
* ephy-permission-manager: fix names of permission typesDiego Escalante Urrelo2010-12-091-2/+4
* introspection: fix wrong and missing annotationsDiego Escalante Urrelo2010-12-091-2/+2
* ephy-profile-migration: separate migration code into another binaryDiego Escalante Urrelo2010-12-071-18/+18
* Handle all the different kind of errors in the load_error_cb callbackAlejandro G. Castro2010-12-011-16/+57
* ephy-web-view: manually unref DOM objects when neededXan Lopez2010-11-221-0/+8
* ephy-web-view: use full content zoom by defaultXan Lopez2010-11-081-0/+7
* ephy-web-view: remove ge-dom-mouse signalsXan Lopez2010-11-061-33/+0
* ephy-web-view: don't use set-scroll-adjustments signalXan Lopez2010-10-241-7/+19
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-6/+8
* Adapt to latest changes in the GTK+ drawing modelXan Lopez2010-10-051-11/+9
* Brow paper bag commit fixing bracer style.Gustavo Noronha Silva2010-08-251-2/+1
* Use the Geolocation support in WebKitGTK+Gustavo Noronha Silva2010-08-251-0/+84
* ephy-web-view: use GObject DOM for ge-feed-linkDiego Escalante Urrelo2010-08-021-137/+28
* ephy-web-view: use GObject DOM for form fill/saveDiego Escalante Urrelo2010-08-021-289/+121
* Fixed detected feed URL for relative URIsFrédéric Péters2010-06-081-1/+14
* Do not change the address if we are still loading the previous pageAlejandro G. Castro2010-06-021-4/+8
* ephy-web-view: remove dom-content-loaded signalXan Lopez2010-05-251-18/+0
* ephy-web-view: factor statusbar drawing code out of expose handlerXan Lopez2010-05-231-39/+47