summaryrefslogtreecommitdiff
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* 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-201-3/+4
* ephy-web-view: thaw history when load is finishedClaudio Saavedra2013-05-201-2/+2
* uri-tester: Overwrite existing filters on updateSebastian Keller2013-04-101-1/+1
* Only connect to the FormAuthDataSaveConfirmationRequired signal of the instan...Carlos Garcia Campos2013-04-051-1/+1
* ephy-web-view: restore zoom level on load startedXan Lopez2013-03-261-3/+3
* 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
* ephy-embed-prefs: Implement user style sheet setting in WebKit2Carlos Garcia Campos2013-03-181-6/+60
* embed: Use a custom WebKitWebViewGroup for all ephy web viewsCarlos Garcia Campos2013-03-184-19/+44
* ephy-embed: Remove TODO comments about missing send-request signalCarlos Garcia Campos2013-03-171-4/+1
* web-extension: Do not use C++ commentsCarlos Garcia Campos2013-03-171-1/+1
* web-extension: Implement Do Not Track in WebKit2Carlos Garcia Campos2013-03-142-9/+13
* web-extension: Implement pre-filled forms in WebKit2Carlos Garcia Campos2013-03-146-51/+669
* Move the code to crate the remember passwords info bar widget to its own func...Carlos Garcia Campos2013-03-141-39/+54
* Do not use ephy-auth-data in ephy-embed-single for WebKit2Carlos Garcia Campos2013-03-141-6/+19
* ephy-embed-single: also initialize nspluginwrapper plugins in WebKit2Xan Lopez2013-03-131-0/+4
* ephy-embed-shell: set bus watch id to zeroXan Lopez2013-03-121-1/+3
* ephy-web-extension: fix coding styleXan Lopez2013-03-121-3/+3
* Set the disk cache directory depending on the ephy mode in WebKit2Carlos Garcia Campos2013-03-121-1/+0
* ephy-web-view: cast object to the right typeXan Lopez2013-03-121-1/+1
* Fix download tests in WK2Manuel Rego Casasnovas2013-03-121-0/+1
* Add EphyFormAuthDataCache to ephy-form-auth-dataCarlos Garcia Campos2013-03-123-129/+10
* 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