aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-hosts-store.h
Commit message (Collapse)AuthorAgeFilesLines
* ephy-history-window: add back the faviconsClaudio Saavedra2012-03-211-0/+1
| | | | | | | | 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-host-store: add a clear() methodClaudio Saavedra2012-03-081-0/+1
| | | | | | | This adds always a default item "All sites" which, when selected, will show all urls in all hosts. https://bugzilla.gnome.org/show_bug.cgi?id=671575
* Move the host and urls views from embed to lib/widgetsXan Lopez2012-03-071-0/+69
Since that's their natural place. Also create a base class to hold the common code they share.