| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
/src/ephy-shell/tab_load and /src/ephy-shell/tab_from_external tests were
failing because of the same issue than session tests. We were not waiting till
the views reach the committed load status in order to check the address.
https://bugzilla.gnome.org/show_bug.cgi?id=695646
|
|
|
|
| |
See https://bugzilla.gnome.org/show_bug.cgi?id=695646
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=683614
|
|
|
|
|
|
|
|
|
| |
New warning flags have been added to gnome-common recently, and we
were getting this a lot. Turns out in C 'foo ()' is not the same than
'foo (void)'; the first just means that no information is given about
the number of arguments, the second means the function has exactly
zero arguments, so add the 'void' thing all over the place when
needed.
|
|
|
|
| |
That's what it's for!
|
|
|
|
|
|
| |
Unfortunately the state propagation of the overview loading needs the
mainloop to run, since we use the load status signals from WebKit. Do
so and update things for about:blank -> about:overview.
|
|
|
|
| |
This fixes one test, there's another one broken in this file.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This usually happens in _run, it seems, but the tests don't do that,
so we need to call this manually. Otherwise the test will fail with:
(/home/xan/git/epiphany/build/tests/test-ephy-session:9865): GLib-GIO-CRITICAL
**: g_application_list_actions: assertion `application->priv->is_registered'
failed
No idea why this has started happening only now.
https://bugzilla.gnome.org/show_bug.cgi?id=682653
|
|
|
|
| |
It builds and basic functionality works.
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=673683
|