summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/search_provider_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Makes search provider honor inline autocomplete.sky@chromium.org2010-11-151-6/+17
* Don't allow exact keyword matches for most uses of the autocomplete classifie...pkasting@chromium.org2010-11-101-1/+1
* Makes SearchProvider use the in memory db for results.sky@chromium.org2010-11-041-0/+5
* [GTK] Added unit tests for omnibox highlightingscr@chromium.org2010-10-271-0/+1
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part 2:tfarina@chromium.org2010-10-061-2/+2
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-311-1/+1
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-211-2/+4
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-191-4/+2
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-191-2/+4
* Fix gcc warningpkasting@chromium.org2010-08-091-1/+1
* Prevent password leakage to the suggest server by being more strict about not...pkasting@chromium.org2010-08-091-2/+28
* Change a bunch of string types.estade@chromium.org2010-06-291-12/+12
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-17/+22
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* BSD port: chrome/app and chrome/browser ifdef cleaningpvalchev@google.com2010-02-011-3/+3
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-021-1/+1
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-3/+8
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-2/+2
* Fixes bug where keyword editor would end up prefixing all keyword urlssky@chromium.org2009-06-151-8/+8
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Port 2 more unit tests. Just small differences between platforms.tc@google.com2009-06-031-0/+5
* Fixes bug in search provider. It wasn't setting template_url andsky@chromium.org2009-05-041-0/+7
* A basic search provider unit test. This tests asserts a handful of things:sky@chromium.org2009-04-231-0/+246