aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-browse-history.h
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of EphyBrowseHistoryXan Lopez2012-03-071-86/+0
| | | | | | It was a very thin wrapper on top of the history service, it does not seem to make much sense. For now move the two useful helper methods down to the service without further changes.
* ephy-browse-history: style cleanupsXan Lopez2012-03-071-65/+38
|
* Store zoom levels per host, not per URLXan Lopez2012-03-071-0/+5
| | | | | | | | | | Zoom levels have always been stored per host in Epiphany, not per URL (otherwise you'd have to re-apply the zoom level again and again when visiting, say, every news entry in your favorite newspaper). Change things to work like that. Note: this changes the SQL table format for the history, so you'll need to re-migrate your history.
* Hook the new history to the URL entryXan Lopez2012-03-071-0/+1
| | | | | We now fetch the history from the SQL backend using a service thread, and merge the results with our old bookmark data.
* Add initial implementation of the browse history frontendClaudio Saavedra2012-03-071-0/+107
This will eventually replace the old EphyHistory class