aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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