aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-embed-shell-test.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-embed-shell-test: unskip web created testXan Lopez2013-03-211-6/+0
| | | | | | It should work now. https://bugzilla.gnome.org/show_bug.cgi?id=695620
* ephy-embed-shell-test: try harder to find the schemas dirXan Lopez2013-03-211-0/+13
| | | | | | Need to do this since we override XDG_DATA_DIRS. https://bugzilla.gnome.org/show_bug.cgi?id=695620
* ephy-embed-shell: add a ::web-view-created signalXan Lopez2013-03-111-0/+32
| | | | | | | Emitted every time we create an EphyWebView anywhere. This will be useful in our tests. https://bugzilla.gnome.org/show_bug.cgi?id=695300
* Handle a bit more gracefully the self-launch detectionXan Lopez2012-12-121-0/+91
Check whether the app that will launch a given download is actually the browser itself, and do nothing *before* going ahead. Seems better than actually launching and then aborting on startup through UUID hacks.