aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-about-handler.h
Commit message (Collapse)AuthorAgeFilesLines
* Make ephy-about-handler a GObject and handle all request using the same APICarlos Garcia Campos2013-06-051-5/+30
| | | | | | | about:plugins was handled differently because it's asynchrounous, now all handlers can be implemented asynchronously too. https://bugzilla.gnome.org/show_bug.cgi?id=696728
* ephy-about-handler: add license, G_{BEGIN,END}_DECLS, etcXan Lopez2013-03-221-5/+22
|
* Port plugins about handler to WebKit2Carlos Garcia Campos2012-06-261-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678625
* embed: Move about handlers to a new fileCarlos Garcia Campos2012-06-261-0/+16
Leaving in ephy-request-about only the code specific to the soup feature implementation.