aboutsummaryrefslogtreecommitdiffstats
path: root/embed/web-extension
Commit message (Collapse)AuthorAgeFilesLines
* web-extension: Implement Do Not Track in WebKit2Carlos Garcia Campos2013-03-151-3/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695343
* web-extension: Implement pre-filled forms in WebKit2Carlos Garcia Campos2013-03-154-36/+551
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684439
* ephy-web-extension: fix coding styleXan Lopez2013-03-131-3/+3
| | | | Patch by Carlos GarcĂ­a Campos <cgarcia@igalia.com>
* web-extension: Implement adblocker in WebKit2Carlos Garcia Campos2013-03-072-4/+57
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695307
* Implement get best web app icon in WebKit2Manuel Rego Casasnovas2013-03-061-14/+72
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694091
* Implement get web app title in WebKit2Manuel Rego Casasnovas2013-03-021-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694144
* Rename ephy_web_dom_has_modified_forms to ephy_web_dom_utils_has_modified_formsManuel Rego Casasnovas2013-03-011-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694659
* Create ephy-web-dom-utils for sharing DOM bindings code between WK1 and WK2Manuel Rego Casasnovas2013-02-282-63/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694659
* web-extension: Use a different service name for every web process extensionCarlos Garcia Campos2013-02-211-1/+5
|
* embed: Implement unsubmitted modified forms warning in WebKit2Carlos Garcia Campos2013-02-193-0/+215
Installing a web extension to access the DOM. https://bugzilla.gnome.org/show_bug.cgi?id=684437