summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds a UMA histogram to monitor omnibox suggest requests.mpearson@chromium.org2012-08-161-0/+28
* Move Variations stuff into variations/ directories and add OWNERS files for t...stevet@chromium.org2012-08-151-2/+2
* Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an S...mrossetti@chromium.org2012-08-144-30/+199
* Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...mrossetti@chromium.org2012-08-144-199/+30
* Rename all of experiments_helper to variations_helper, including files, names...stevet@chromium.org2012-08-131-3/+3
* Re-enable HistoryQuick provider "new scoring" field trial.mpearson@chromium.org2012-08-031-2/+2
* Removing instances of profile_->GetBookmarkModel() as part of converting Book...rlp@chromium.org2012-07-313-14/+19
* Enhance chrome://omnibox Presentationmrossetti@chromium.org2012-07-284-1/+54
* Several changes to speed up the ShortcutsProvider:pkasting@chromium.org2012-07-253-120/+193
* autocomplete: Make Autocomplete provider names consistent.tfarina@chromium.org2012-07-223-4/+4
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-202-2/+2
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-201-1/+1
* Clear AutocompleteProvider caches in Stop().rohitrao@chromium.org2012-07-1911-22/+26
* autocomplete: Rename autocomplete_unittest.cc to autocomplete_provider_unitte...tfarina@chromium.org2012-07-181-1/+2
* Run experiments for changing the delay before sending Suggest requests for th...hfung@google.com2012-07-162-17/+46
* Disable HQP new scoring field trial.mpearson@chromium.org2012-07-131-2/+2
* Introduce LaunchParams struct for opening chrome apps.benwells@chromium.org2012-07-131-2/+2
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+0