Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web-extension: Do not use C++ comments | Carlos Garcia Campos | 2013-03-17 | 1 | -1/+1 |
| | | | | Forgot to fix this before landing the prefilled forms patch. | ||||
* | web-extension: Implement Do Not Track in WebKit2 | Carlos Garcia Campos | 2013-03-15 | 1 | -3/+11 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=695343 | ||||
* | web-extension: Implement pre-filled forms in WebKit2 | Carlos Garcia Campos | 2013-03-15 | 4 | -36/+551 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684439 | ||||
* | ephy-web-extension: fix coding style | Xan Lopez | 2013-03-13 | 1 | -3/+3 |
| | | | | Patch by Carlos GarcĂa Campos <cgarcia@igalia.com> | ||||
* | web-extension: Implement adblocker in WebKit2 | Carlos Garcia Campos | 2013-03-07 | 2 | -4/+57 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=695307 | ||||
* | Implement get best web app icon in WebKit2 | Manuel Rego Casasnovas | 2013-03-06 | 1 | -14/+72 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=694091 | ||||
* | Implement get web app title in WebKit2 | Manuel Rego Casasnovas | 2013-03-02 | 1 | -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_forms | Manuel Rego Casasnovas | 2013-03-01 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=694659 | ||||
* | Create ephy-web-dom-utils for sharing DOM bindings code between WK1 and WK2 | Manuel Rego Casasnovas | 2013-02-28 | 2 | -63/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=694659 | ||||
* | web-extension: Use a different service name for every web process extension | Carlos Garcia Campos | 2013-02-21 | 1 | -1/+5 |
| | |||||
* | embed: Implement unsubmitted modified forms warning in WebKit2 | Carlos Garcia Campos | 2013-02-19 | 3 | -0/+215 |
Installing a web extension to access the DOM. https://bugzilla.gnome.org/show_bug.cgi?id=684437 |