aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-request-about.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.