aboutsummaryrefslogtreecommitdiffstats
path: root/data/pages
Commit message (Collapse)AuthorAgeFilesLines
* Compile template pages as GResourcesCarlos Garcia Campos2013-04-054-255/+1
| | | | | | | | So that they are loaded from memory instead of disk every time they are needed. We also get rid of ephy_file searching for the files in the file system. https://bugzilla.gnome.org/show_bug.cgi?id=696792
* Show an error page when the WebProcess crashesXan Lopez2013-03-112-0/+75
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693832
* ephy-about-handler: add a about:incognito handlerClaudio Saavedra2013-03-051-0/+26
| | | | | | | This shows a welcome message for incognito windows. Artwork by Jakub Steiner. https://bugzilla.gnome.org/show_bug.cgi?id=694200
* about.css: make memory table a bit widerXan Lopez2011-12-151-1/+1
| | | | Otherwise big memory usage numbers are easily cut off.
* Redesign of about:pagesTom Tryfonidis2011-12-011-45/+60
| | | | | | | 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
* Make about:applications prettierXan Lopez2011-09-071-0/+40
| | | | Thanks to Lapo Calamandrei for the CSS.
* e-web-view: fix error pages for RTL localesVinicius Depizzol2011-09-052-58/+86
| | | | | | | | Remove hardcoded directions in the CSS definitions and make them simpler. Bug #314205 Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
* Implement about:memoryXan Lopez2011-06-281-0/+33
| | | | | Gives an estimate of how much memory the browser process is using, extracted from /proc/$PID/smaps. Only works in GNU/Linux systems.
* about.css: add comments to indicate which pages the css snippets belong toXan Lopez2011-06-101-0/+4
|
* Blast from the pastXan Lopez2011-06-101-1/+13
|
* Added about:plugins support.Sergio Villar Senin2011-06-012-1/+36
| | | | | | We are now able to show a page with the list of installed plugins. Bug #575498
* ephy-web-view: use custom error pagesDiego Escalante Urrelo2010-12-113-0/+152
Show nice error pages instead of WebKitGTK+'s defaults. Bug #592667