Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a ton of 'warning: function declaration isn’t a prototype' | Xan Lopez | 2012-11-05 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Port plugins about handler to WebKit2 | Carlos Garcia Campos | 2012-06-26 | 1 | -3/+55 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678625 | ||||
* | embed: Move about handlers to a new file | Carlos Garcia Campos | 2012-06-26 | 1 | -0/+204 |
Leaving in ephy-request-about only the code specific to the soup feature implementation. |