aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-web-view-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Port web view loading progress and feedback to WebKit2Carlos Garcia Campos2012-06-241-2/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678532
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-0/+8
| | | | It builds and basic functionality works.
* Include libsoup header explicitly when requiredCarlos Garcia Campos2012-06-211-0/+1
| | | | Instead of relying on webkit header to include it.
* Ensure private profile dirs actually do exist.Xan Lopez2012-05-081-1/+3
| | | | | Perhaps PRIVATE_PROFILE should implicitly add ENSURE_EXISTS, seems logical. Do this for new.
* Allow for more fine-grained file helpers initXan Lopez2012-05-081-1/+1
| | | | | | | | | | Since we are about to migrate our profile dir, allow file helpers init to not ensure the profile dir exists (it was hardcoded until now). For this we get rid of the ugly boolean parameters and add a flags parameter, which preserves the old behaviors and allows for this new option. We update all the callers in the tree.
* Move a few EphyShell methods to ephy-private.hXan Lopez2012-04-141-0/+1
| | | | These are clearly not meant to be used outside of Epiphany.
* tests: use EPHY_EMBED_SHELL_MODE_PRIVATE not FALSEDiego Escalante Urrelo2012-04-111-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673684
* Automatically prefix existing absolute paths with file://Gustavo Noronha Silva2012-03-141-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671792
* tests: add ephy-web-view testDiego Escalante Urrelo2012-03-111-0/+270
Testing ephy_web_view_load_url and the internal GRegex of EphyWebView. https://bugzilla.gnome.org/show_bug.cgi?id=669548