aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-request-about.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-request-about: move this to embed/Xan Lopez2011-09-061-199/+0
| | | | We'll need to access embed/ data for about:applications.
* Implement about:memoryXan Lopez2011-06-281-3/+34
| | | | | Gives an estimate of how much memory the browser process is using, extracted from /proc/$PID/smaps. Only works in GNU/Linux systems.
* ephy-request-about: fix typoXan Lopez2011-06-191-1/+1
|
* ephy-request-about: some style fixesXan Lopez2011-06-171-94/+99
|
* Blast from the pastXan Lopez2011-06-101-6/+21
|
* Remove an unnecessary g_strv_length()Claudio Saavedra2011-06-031-3/+2
|
* Added about:plugins support.Sergio Villar Senin2011-06-011-0/+149
We are now able to show a page with the list of installed plugins. Bug #575498