aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-hosts-view.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-history-window: add back the faviconsClaudio Saavedra2012-03-211-4/+18
| | | | | | | | Use the new webkit favicon database for favicons here. This might not work perfectly, but that's a webkitgtk issue, see https://bugs.webkit.org/show_bug.cgi?id=81665 https://bugzilla.gnome.org/show_bug.cgi?id=672480
* ephy-hosts-view: ensure "all hosts" is selected by defaultClaudio Saavedra2012-03-081-14/+28
| | | | | | If no host can be selected, always select the "all hosts" row. https://bugzilla.gnome.org/show_bug.cgi?id=671575
* ephy-hosts-view: add a method to select a given hostClaudio Saavedra2012-03-081-0/+32
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671559
* Move the host and urls views from embed to lib/widgetsXan Lopez2012-03-071-0/+55
Since that's their natural place. Also create a base class to hold the common code they share.