aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-private.h
Commit message (Collapse)AuthorAgeFilesLines
* ephy-web-view: do autosearch foo.bar strings where bar is not a TLDXan Lopez2012-08-071-3/+4
| | | | | | | | | Using the new SoupTLD methods. Had to split the non-search regexp in two so that we can reuse its 'is this a domain?' bits. Ugly as hell, but not worse than before... At least we have unit tests to catch regressions. https://bugzilla.gnome.org/show_bug.cgi?id=681022
* ephy-web-view: export the 'normalize or autosearch' methodXan Lopez2012-08-071-0/+3
| | | | | We are going to modify it a bit, and we really want to test it. Add some initial tests for the existing functionality.
* ephy-web-view: make set_address completely privateXan Lopez2012-06-281-2/+0
| | | | | It's not used outside its own class either, so we can make it private to the file.
* ephy-web-view: move private methods to the private headerXan Lopez2012-06-281-3/+21
|
* history: remember visit typesXan Lopez2012-03-141-0/+11
| | | | | | | Instead of hardcoding all visits as 'TYPED' properly distinguish between bookmarks, following links and typing URIs in the entry. We'll use this to compute the frecency of history items.
* ephy-web-view: share non-search-regex for testingDiego Escalante Urrelo2012-03-111-0/+44
Add ephy-embed-private.h https://bugzilla.gnome.org/show_bug.cgi?id=669548