aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-private.h
Commit message (Collapse)AuthorAgeFilesLines
* ephy-web-view: remove unused methodXan Lopez2013-03-021-6/+0
|
* ephy-web-view: remove ephy_web_view_is_loading_homepage()Claudio Saavedra2012-09-171-1/+0
| | | | | | | It's unused and its usage is redundant with the ephy_web_view_is_history_frozen() https://bugzilla.gnome.org/show_bug.cgi?id=683796
* ephy-embed-shell: ephy_embed_shell_get_frecent_store() should not be publicSergio Villar Senin2012-09-051-0/+4
| | | | | Removed ephy_embed_shell_get_frecent_store() from EphyEmbedShell public interface.
* 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