| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=683614
|
|
|
|
| |
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!
|
|
|
|
|
| |
Perhaps PRIVATE_PROFILE should implicitly add ENSURE_EXISTS, seems
logical. Do this for new.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
These are clearly not meant to be used outside of Epiphany.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=673684
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=673273
|
|
|
|
| |
We are not using it. Easy enough to bring it back if needed.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=669766
|
|
Append -test to .c files in tests/ to avoid duplicating filenames in the
repository.
https://bugzilla.gnome.org/show_bug.cgi?id=669766
|