summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* [AiS] Use top local result for prefetch.groby2014-09-261-10/+16
* [AiS] Remove answer contents from all matches other than the first.jdonnelly2014-09-251-0/+29
* Componentize history_types.{cc,h} and android_history_types.{cc,h}sdefresne2014-09-254-4/+4
* Cleanup: Remove remaining generated extensions APIs on Android. (try 2)thestig2014-09-221-1/+6
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-197-43/+42
* Revert of Cleanup: Remove remaining generated extensions APIs on Android. (pa...thestig2014-09-191-6/+1
* Cleanup: Remove remaining generated extensions APIs on Android.thestig2014-09-191-1/+6
* Move TestBookmarkClient into bookmarks namespace.tfarina2014-09-111-1/+1
* Add a test for KeywordExtensionsDelegateImpl::IsEnabledExtension().thestig2014-09-072-4/+146
* Autocomplete: Fix a typo that flipped the extension keyword provider check fo...thestig2014-09-051-1/+1
* Omnibox: Prevent Asynchronous Suggestions from Changing Default Matchmpearson2014-09-031-458/+611
* Rename AutocompleteProviderDelegate to AutocompleteProviderClientRyo Hashimoto2014-08-285-52/+51
* Move bookmark_pref_names.* into bookmarks namespace.tfarina2014-08-282-3/+3
* Omnibox: Make URLs of Bookmarks Searchable - Try 2mpearson2014-08-273-65/+55
* Fix NULL dereference in SearchProviderTesthashimoto2014-08-272-5/+8
* Componentize SearchProviderhashimoto2014-08-2713-2560/+7
* Remove implicit conversions from scoped_refptr to T* in chrome/browser/autoco...dcheng2014-08-264-6/+6
* Omnibox: Fix for Bookmarks With Leading Spacesmpearson2014-08-262-0/+32
* Introduce AutocompleteProviderDelegatehashimoto2014-08-2610-113/+230
* Revert of Omnibox: Make URLs of Bookmarks Searchable (patchset #2 of https://...estade@chromium.org2014-08-223-44/+57
* Loosen DCHECK for Omnibox Extensionsmpearson@chromium.org2014-08-221-8/+15
* Omnibox: Make URLs of Bookmarks Searchablempearson@chromium.org2014-08-223-57/+44
* Move KeywordProvider to components/omniboxhashimoto@chromium.org2014-08-229-1085/+5
* [AiS] Better prefetch cache.groby@chromium.org2014-08-226-34/+220
* Move string resources to omnibox_strings.grdphashimoto@chromium.org2014-08-183-4/+3
* Remove protected virtual methods from BaseSearchProviderhashimoto@chromium.org2014-08-186-73/+58
* Revert 290058 "Omnibox: Prevent Asynchronous Suggestions from Ch..."miu@chromium.org2014-08-164-515/+252
* Omnibox: Prevent Asynchronous Suggestions from Changing Default Matchmpearson@chromium.org2014-08-164-252/+515
* Omnibox - Search Provider - Cleanup Keyword Mode's Legal Matchesmpearson@chromium.org2014-08-156-50/+34
* [AiS] Reuse previous answer for verbatim.groby@chromium.org2014-08-151-4/+19
* Componentize AutocompleteResulthashimoto@chromium.org2014-08-1413-1524/+10
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-133-8/+8
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-133-8/+8
* No chrome dependencies in KeywordProviderhashimoto@chromium.org2014-08-138-64/+47
* Move ShouldHideTopVerbatimMatch to components/searchhashimoto@chromium.org2014-08-121-1/+1
* Stop sharing BaseSearchProvider::OnURLFetchComplete between 2 providershashimoto@chromium.org2014-08-116-224/+180
* Stop depending on content/public/common/url_constants.h from autocomplete_res...hashimoto@chromium.org2014-08-111-5/+3
* Offload the dependency of autocomplete_result_unittest.ccmukai@chromium.org2014-08-111-56/+41
* Stop depending on content::RecordAction from chrome/browser/autocompletehashimoto@chromium.org2014-08-112-6/+6
* Fix misspelling.groby@chromium.org2014-08-091-1/+1
* Move OmniboxFieldTrial to components/omniboxhashimoto@chromium.org2014-08-0813-13/+14
* Rename components/autocomplete to components/omniboxhashimoto@chromium.org2014-08-0738-82/+82
* Remove OmniboxHUPCullRedirects and OmniboxHUPCreateShorterMatch trialsholte@chromium.org2014-08-072-24/+3
* Omnibox: Make Exact Match Tab-to-Search Workmpearson@chromium.org2014-08-062-28/+104
* Stop depending on TemplateURLServiceFactory from SearchProviderhashimoto@chromium.org2014-08-059-55/+66
* Componentize AutocompleteProviderListenerhashimoto@chromium.org2014-08-0312-41/+11
* Move DeserializeJsonData() and UTF-8 conversion code to SearchSuggestionParserhashimoto@chromium.org2014-07-315-65/+16
* Move extension notifications to extensions/browser/notification_types.hjamescook@chromium.org2014-07-313-15/+19
* Split BaseSearchProvider's server response parser code as a separate classhashimoto@chromium.org2014-07-307-749/+138
* Componentize AutocompleteMatch and AutocompleteProviderhashimoto@chromium.org2014-07-3034-1535/+41