aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-web-dom-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Move find_username_and_password_elements to ephy-web-dom-utilsCarlos Garcia Campos2013-03-121-6/+66
| | | | | | Renamed as ephy_web_dom_utils_find_form_auth_elements(). Also fixed possible memory leaks in case of multiple auth input fields found. It now returns a boolean indicating whther form auth elements were found.
* Move code to get application icon from DOM to ephy-dom-utilsManuel Rego Casasnovas2013-03-021-0/+223
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694091
* Move code to get application title from DOM to ephy-dom-utilsManuel Rego Casasnovas2013-03-021-0/+35
| | | | 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-2/+2
| | | | 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-281-0/+98
https://bugzilla.gnome.org/show_bug.cgi?id=694659