| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Do not unconditionally unref the regexp in case of error because it could be
NULL.
|
| |
|
|
|
|
|
|
|
|
|
| |
ephy_dot_dir()
This removes the dependency of ephy-file-helpers from uri-tester, that
will make easier to use it from a WebKit2 web extension
https://bugzilla.gnome.org/show_bug.cgi?id=695205
|
|
|
|
|
|
|
| |
It removes the WebKit dependency from uri-tester that will allow us to
use it also from a WebKit2 web extension.
https://bugzilla.gnome.org/show_bug.cgi?id=695198
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Still won't work, though, needs to be ported.
|
|
No reason for it to be in src/ now.
https://bugzilla.gnome.org/show_bug.cgi?id=681657
|