summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Omnibox: Disable two field trials that are no longer neededmpearson@chromium.org2012-10-271-4/+8
* Omnibox: Make HistoryQuick provider never outscore URL-that-you-typedmpearson@chromium.org2012-10-272-4/+138
* Remove unused / unnecessary stuff from Instant.sreeram@chromium.org2012-10-252-3/+3
* Instant Extended flags cleanup and change in default valuesdhollowa@chromium.org2012-10-221-1/+1
* Implement Bookmark Autocomplete Providermrossetti@chromium.org2012-10-1810-11/+719
* Instant{Extended}: Preserve URL suggestions.jered@chromium.org2012-10-183-24/+54
* Remove IsOneTimeRandomizationAvailable from FieldTrialList.stevet@chromium.org2012-10-151-27/+18
* Omnibox: Change Name of Suggest Field Trial; Other Suggest Cleanupmpearson@chromium.org2012-10-122-18/+17
* Omnibox: Extend Suggest Field Trialmpearson@chromium.org2012-10-091-2/+2
* Move url_databse back to historykaiwang@chromium.org2012-10-024-4/+6
* Omnibox: Create HistoryURL Provider Field Trial to Test Creating Shorter URLsmpearson@chromium.org2012-09-294-13/+85
* Make HQP Delete Matches.mrossetti@chromium.org2012-09-274-14/+35
* Omnibox: disable HQP new scoring field trialmpearson@chromium.org2012-09-261-2/+2
* Re-land r158555: "[Android] Exclude unsupported URLs from chrome://chrome-urls."newt@chromium.org2012-09-261-32/+33
* Omnibox: Create HistoryURL Provider Field Trial to Test Culling Redirectsmpearson@chromium.org2012-09-254-5/+70
* Also check for provider types before creating ZeroSuggestProvider.samarth@chromium.org2012-09-211-3/+4
* alternate ntp: persist show-search-provider-logo option at chrome://instantkuan@chromium.org2012-09-212-9/+0
* Rework arguments of HistoryService::AddPage()akalin@chromium.org2012-09-212-4/+5
* Zero suggest: Do not notify listener if no results.jered@chromium.org2012-09-201-3/+5
* introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-204-6/+4
* Disable most of search provider for Instant Extendeddcblack@chromium.org2012-09-201-2/+11
* Add support for the NavigateContentWindow function to the extended Instant AP...dcblack@chromium.org2012-09-202-0/+15
* Update page icon in the omniboxthakis@chromium.org2012-09-192-1/+13
* Revert 157475 - Introduce chrome/browser/common directory and move url_databa...kaiwang@chromium.org2012-09-194-4/+6
* Introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-194-6/+4
* autocomplete: s/LOG(ERROR)/CHECK/ in ContactProviderTest.derat@chromium.org2012-09-181-10/+5
* autocomplete: Don't cull matches with empty dest URLs.derat@chromium.org2012-09-153-5/+50
* Control zero suggest with a pref, not a switch.samarth@chromium.org2012-09-153-9/+35
* autocomplete: Make ContactProvider rank contacts by affinityderat@chromium.org2012-09-143-20/+109
* autocomplete: Fix SearchProvider classifications.derat@chromium.org2012-09-132-7/+10
* autocomplete: Add ContactProvider.derat@chromium.org2012-09-128-8/+538
* autocomplete: Clean up SearchProviderTest.derat@chromium.org2012-09-112-12/+2
* autocomplete: Add AutocompleteProvider::Type enum.derat@chromium.org2012-09-1122-169/+238
* autocomplete: Add AutocompleteMatch::MergeClassifications()derat@chromium.org2012-09-115-20/+122
* Refuse invalid SearchProvider and OSDD suggest URLs; etc.msw@chromium.org2012-09-072-26/+25
* Omnibox: Pretend http and https are the same when removing likely duplicatesmpearson@chromium.org2012-09-062-8/+31
* Cleanup: Constify some ProfileKeyedBaseFactory methods and all overrides. Rem...thestig@chromium.org2012-09-062-4/+4
* Experimental AutocompleteProvider for zerosuggest.samarth@chromium.org2012-09-054-5/+403
* First part of PAGE_TRANSITION_START_PAGE cleanup.rogerta@chromium.org2012-09-051-1/+1
* Add a method to check if an AutocompleteMatch is of a search type.sreeram@chromium.org2012-09-055-7/+17
* Centralize logic around Instant modes.sreeram@chromium.org2012-09-042-4/+5
* Don't include web apps with empty names into autocomplete search.vitalybuka@chromium.org2012-08-301-1/+1
* Fix a timing assumption that is broken by decoupling History and Bookmarks.erikwright@chromium.org2012-08-303-1/+8
* Support mixed-case search suggestion inlining.msw@chromium.org2012-08-292-11/+22
* Move IsHostOnly() from HistoryURL provider to HistoryMatchmpearson@chromium.org2012-08-263-14/+17
* Temporarily disable omnibox's inline autocomplete HistoryQuickProvider field ...mpearson@chromium.org2012-08-261-2/+2
* Fix Omnibox search provider's confusing internal variable semanticsmpearson@chromium.org2012-08-262-10/+4
* Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an S...ricow@chromium.org2012-08-234-30/+199
* Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...mrossetti@chromium.org2012-08-234-199/+30
* Check for Google with GetEngineType in SearchProvider.msw@chromium.org2012-08-211-1/+3