summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/shortcuts_provider_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Misc. shortcuts cleanup:pkasting@chromium.org2013-10-141-45/+65
* Store more info about shortcuts, part 2.pkasting@chromium.org2013-10-091-100/+114
* Store more info about shortcuts, part 1.pkasting@chromium.org2013-10-081-180/+52
* Remove shortcuts to extension URLs when the corresponding extensions are unlo...pkasting@chromium.org2013-09-301-29/+71
* Omnibox: Make the Controller Reorder Matches for Inliningmpearson@chromium.org2013-08-121-0/+6
* Omnibox: Convert Shortcuts Scoring Field Trial to Omnibox Bundled Field Trialmpearson@chromium.org2013-08-121-8/+10
* Omnibox: Pass Current Page Classification to Providersmpearson@chromium.org2013-07-301-2/+3
* Add asserts to TestingProfile::CreateHistoryService to ensure files are deletedrmcilroy@chromium.org2013-07-241-1/+1
* Revert 213148 "Add asserts to TestingProfile::CreateHistoryServi..."rlarocque@chromium.org2013-07-231-1/+1
* Add asserts to TestingProfile::CreateHistoryService to ensure files are deletedrmcilroy@chromium.org2013-07-231-1/+1
* Use a direct include of the message_loop header in chrome/browser/, part 1.avi@chromium.org2013-07-181-1/+1
* Omnibox: Add Field Trial to Make Shortcuts More Aggressivempearson@chromium.org2013-06-211-8/+8
* Use a direct include of strings headers in chrome/auto*/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-2/+2
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-2/+2
* Move AutocompleteMatch::Type enum to chrome/common/autocomplete_match_type.h kmadhusu@chromium.org2013-05-211-1/+1
* Upstreaming mechanism to add query refinement to omnibox searches.beaudoin@chromium.org2013-03-231-2/+2
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-2/+2
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* Make Google Search autocomplete provider cursor aware.bartn@chromium.org2012-12-141-1/+1
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-171-2/+2
* Move url_databse back to historykaiwang@chromium.org2012-10-021-1/+1
* introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-201-1/+1
* Revert 157475 - Introduce chrome/browser/common directory and move url_databa...kaiwang@chromium.org2012-09-191-1/+1
* Introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-191-1/+1
* autocomplete: Fix SearchProvider classifications.derat@chromium.org2012-09-131-7/+3
* autocomplete: Add AutocompleteMatch::MergeClassifications()derat@chromium.org2012-09-111-1/+4
* Several changes to speed up the ShortcutsProvider:pkasting@chromium.org2012-07-251-53/+58
* Make ShortcutsBackend a ProfileKeyedService.mrossetti@chromium.org2012-07-031-37/+31
* autocomplete: Rename autocomplete.* to autocomplete_input.*.tfarina@chromium.org2012-07-031-1/+1
* browser: Extract AutocompleteProvider from autocomplete.*tfarina@chromium.org2012-06-261-3/+5
* Adding a RunAllPending to shortcuts_provider_unittest to fix heapcheck leaks ...rlp@chromium.org2012-06-111-0/+3
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Clean up ShortcutsProvider and related classes:pkasting@chromium.org2012-03-141-48/+20
* Misc. autocomplete cleanup: pkasting@chromium.org2012-03-131-2/+3
* Add more informative DCHECKs for unreproducible bug.scr@chromium.org2012-02-141-0/+44
* Adjust scoring of shortcuts based on the percentage of entered data from line...georgey@chromium.org2012-02-111-25/+40
* 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-3/+3
* Remove non trivial static from global scope in ShortcutsProvider to improve s...georgey@chromium.org2011-09-241-7/+8
* Fixes and simplification to ShortcutsBackend including addition of "DeleteAll"georgey@chromium.org2011-09-171-40/+75
* Remove confidence from AutocompleteMatch and use History DB instead.dominich@chromium.org2011-09-011-2/+5
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-2/+2
* Add confidence to AutocompleteMatch.dominich@chromium.org2011-08-111-1/+1
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Some sites do not have a "description", correctly process thatgeorgey@chromium.org2011-07-251-0/+8
* Back-end for shortcuts providergeorgey@chromium.org2011-07-221-36/+40