Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-web-view: make set_address completely private | Xan Lopez | 2012-06-28 | 1 | -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 header | Xan Lopez | 2012-06-28 | 1 | -3/+21 |
| | |||||
* | history: remember visit types | Xan Lopez | 2012-03-14 | 1 | -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 testing | Diego Escalante Urrelo | 2012-03-11 | 1 | -0/+44 |
Add ephy-embed-private.h https://bugzilla.gnome.org/show_bug.cgi?id=669548 |