aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-request-about.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove ephy-request-aboutCarlos Garcia Campos2013-06-051-91/+0
| | | | | | It's not used in WebKit2. https://bugzilla.gnome.org/show_bug.cgi?id=696728
* embed: Move about handlers to a new fileCarlos Garcia Campos2012-06-261-157/+3
| | | | | Leaving in ephy-request-about only the code specific to the soup feature implementation.
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-0/+8
| | | | It builds and basic functionality works.
* e-file-helpers: Add ephy_file_create_data_uri_for_filename()Carlos Garcia Campos2012-06-141-9/+7
| | | | | | | It creates a data URI for the given filename. Use the new function when building error and applications pages. https://bugzilla.gnome.org/show_bug.cgi?id=677025
* Redesign of about:pagesTom Tryfonidis2011-12-011-1/+2
| | | | | | | The patch changes the design of about:plugins/memory pages making them similar to about:applications. https://bugzilla.gnome.org/show_bug.cgi?id=665136
* ephy-request-about: fix a potential crasher if the css file is missingClaudio Saavedra2011-12-011-1/+4
| | | | And prevent the corresponding GError from leaking.
* fix string formatFunda Wang2011-09-281-1/+1
|
* Add translation context for a stringClaudio Saavedra2011-09-161-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=658900
* Make about:applications prettierXan Lopez2011-09-071-8/+11
| | | | Thanks to Lapo Calamandrei for the CSS.
* Implement about:applicationsXan Lopez2011-09-061-4/+35
| | | | | | A really simple way to list and delete the existing Web Applications. Hopefully this will go completely away in 3.4 replaced with something in the shell itself.
* ephy-request-about: move this to embed/Xan Lopez2011-09-061-0/+199
We'll need to access embed/ data for about:applications.