aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-search-provider.c
Commit message (Collapse)AuthorAgeFilesLines
* search-provider: fix string comparisonCosimo Cecchi2013-09-011-1/+1
| | | | | | | Otherwise the provider won't update the string in the shell search overview. https://bugzilla.gnome.org/show_bug.cgi?id=707204
* Add a shell search providerGiovanni Campagna2013-08-291-0/+422
The search provider offers the same results as the inline completion in the location bar, gathering results from the history and from bookmarks. Also, it provides a special "Search the web" item, that continues search with the configured search engine (Google by default) https://bugzilla.gnome.org/show_bug.cgi?id=694943