summaryrefslogtreecommitdiff
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* lib: Move auth data query/store methods from ephy-profile-utils to a new fileCarlos Garcia Campos2013-03-122-20/+20
* 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-111-2/+52
* Using webkit_web_view_load_request() after webkit_uri_request_set_uri() in WK2Manuel Rego Casasnovas2013-03-111-1/+2
* Show an error page when the WebProcess crashesXan Lopez2013-03-112-1/+48
* ephy-embed-shell: add a ::web-view-created signalXan Lopez2013-03-112-1/+21
* Fix missing call to webkit_uri_request_set_uri in WK2Manuel Rego Casasnovas2013-03-081-1/+1
* web-extension: Implement adblocker in WebKit2Carlos Garcia Campos2013-03-062-4/+57
* Do not build adblock files in libephyembed for WebKit2Carlos Garcia Campos2013-03-063-8/+28
* Add support for DNS prefetching when using WebKit2Carlos Garcia Campos2013-03-061-0/+1
* uri-tester: Receive the base data dir as construct property instead of using ...Carlos Garcia Campos2013-03-063-29/+41
* uri-tester: Use GFile intead of WebKitDownload to retrieve the filtersCarlos Garcia Campos2013-03-061-29/+33
* ephy-web-view: fix compiler warningsXan Lopez2013-03-061-2/+0
* ephy-embed-single: fix compiler warningXan Lopez2013-03-061-1/+1
* Implement get best web app icon in WebKit2Manuel Rego Casasnovas2013-03-061-14/+72
* incognito: show about:incognito instead of the overviewClaudio Saavedra2013-03-052-10/+17
* ephy-about-handler: add a about:incognito handlerClaudio Saavedra2013-03-052-0/+43
* ephy-embed-single: cache form data using libsecretClaudio Saavedra2013-03-051-60/+36
* 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-022-44/+0
* Implement get web app title in WebKit2Manuel Rego Casasnovas2013-03-021-0/+9
* Rename ephy_web_dom_has_modified_forms to ephy_web_dom_utils_has_modified_formsManuel Rego Casasnovas2013-02-282-2/+2
* Create ephy-web-dom-utils for sharing DOM bindings code between WK1 and WK2Manuel Rego Casasnovas2013-02-283-117/+17
* Fix WebKit1 buildGustavo Noronha Silva2013-02-231-0/+4
* web-extensions: Create the web extension proxy asynchronouslyCarlos Garcia Campos2013-02-232-21/+69
* ephy-embed-prefs: fix a couple of warningsXan Lopez2013-02-221-1/+3
* 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-embed: use g_strcmp0 instead of checking manually for null stringsXan Lopez2013-02-221-1/+1
* web-extension: Use a different service name for every web process extensionCarlos Garcia Campos2013-02-212-2/+10
* Fix a crash when deciding whether to switch to overview modeCarlos Garcia Campos2013-02-201-1/+1
* Fix loading HTTP auth protected pages from the overviewCarlos Garcia Campos2013-02-201-4/+11
* ephy-web-view: Update to the latest WebKit2 API changesCarlos Garcia Campos2013-02-191-5/+1
* embed: Implement unsubmitted modified forms warning in WebKit2Carlos Garcia Campos2013-02-197-7/+279
* Do not install headersXan Lopez2013-02-141-5/+0
* Remove EphyPermissionManagerXan Lopez2013-02-145-517/+3
* ephy-embed-single: remove open_window methodXan Lopez2013-02-133-66/+3
* ephy-embed-single: remove ::handle-content signalXan Lopez2013-02-133-47/+2
* ephy-embed-single: remove clear http auth cache methodXan Lopez2013-02-132-21/+0
* ephy-web-view: remove dead declarationsXan Lopez2013-02-131-3/+0
* 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-121-1/+1
* ephy-embed-utils: protect against NULL address in methodXan Lopez2013-02-121-0/+4
* Fix the build with WebKit2Carlos Garcia Campos2013-02-122-0/+17
* Only load pages when their tab is switched to upon session restoreGustavo Noronha Silva2013-02-126-5/+168
* ephy-web-view: fix the docs for a couple of signalsClaudio Saavedra2013-02-111-4/+4
* ephy-embed-shell: add EPHY_EMBED_SHELL_MODE_INCOGNITOClaudio Saavedra2013-02-073-3/+7
* The inspector has moved to starting attached, so follow the changeGustavo Noronha Silva2013-02-071-9/+10
* Set a document basename when printing to a fileDavid King2013-01-221-0/+15