summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/search_provider_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make AutocompleteClassifier a ProfileKeyedService.pkasting@chromium.org2012-06-121-2/+5
* Enforce a minimum score for the top SearchProvider match.msw@chromium.org2012-06-061-59/+99
* Omnibox SearchProvider Experiment Client Implementation.msw@chromium.org2012-06-051-1/+118
* Move the rest of the content\test headers that are used by embedders to conte...jam@chromium.org2012-06-041-1/+1
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Add SearchProvider nav result inline autocompletion.msw@chromium.org2012-06-011-0/+185
* Fix a SearchProvider parsing regression; etc.msw@chromium.org2012-06-011-3/+50
* Add SearchProvider's most relevant NavigationResult to |matches_|.msw@chromium.org2012-05-151-6/+7
* Now that TemplateURLs are guaranteed to have a unique, non-empty keyword, rep...pkasting@chromium.org2012-05-081-7/+6
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-231-2/+2
* More misc. cleanups to minimize future refactoring diffs:pkasting@chromium.org2012-04-101-2/+2
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-9/+10
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-10/+9
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-9/+10
* Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...pkasting@chromium.org2012-04-041-8/+8
* Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...dbeam@chromium.org2012-04-041-8/+8
* Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...pkasting@chromium.org2012-04-031-8/+8
* Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). Th...pkasting@chromium.org2012-03-301-12/+9
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-291-5/+4
* Misc. small cleanups to minimize TemplateURL refactoring diffs:pkasting@chromium.org2012-03-221-16/+22
* Misc. autocomplete cleanup: pkasting@chromium.org2012-03-131-2/+1
* Fix unit_tests compile error in chrome/browser/autocomplete for Androidyfriedman@chromium.org2012-03-081-1/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-4/+4
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-2/+2
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-14/+11
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-241-1/+1
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Remove unnecessary prefs::kInstantEnabledOnce.sreeram@chromium.org2011-08-171-4/+0
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-2/+2
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-291-5/+1
* See http://codereview.chromium.org/7337007.dominich@chromium.org2011-07-281-1/+5
* Regression test for 90316. Verifies navsuggest results don't have asky@chromium.org2011-07-261-0/+26
* Revert 94073 (broke a ton of tests) - Introduce a field trial for Instant.willchan@chromium.org2011-07-261-5/+1
* Introduce a field trial for Instant.sreeram@chromium.org2011-07-261-1/+5
* Don't autocomplete searches of >1 word if they've only been visited once and ...pkasting@chromium.org2011-07-161-145/+210
* Makes the SearchProvider set the description from the KeywordProvider.sky@chromium.org2011-07-141-2/+3
* Changes SearchProvider to set the description of the first consecutivesky@chromium.org2011-07-071-7/+51
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-5/+7
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-011-1/+1
* Misc. cleanup: Change use of string::size_type to size_t (team style), string...pkasting@chromium.org2011-05-261-3/+3
* Makes autocompleting previous search terms work on word boundaries.sky@chromium.org2011-05-091-4/+43
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-7/+7
* Makes the search provider not return results that look like URLs.sky@chromium.org2011-04-041-1/+40
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #1phajdan.jr@chromium.org2011-02-151-1/+3
* Makes sure we don't copy over the default suggest text ifsky@chromium.org2011-02-011-10/+39
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-6/+5