summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Revert of Reduces dependency from AutocompleteMatch to Profile. (https://code...jochen@chromium.org2014-07-0214-110/+84
* Stop depending on chrome/browser/rlz/rlz.h from TemplateURLServicehashimoto@chromium.org2014-07-022-2/+4
* Reduces dependency from AutocompleteMatch to Profile.mukai@chromium.org2014-07-0214-84/+110
* Remove unnecessary search.h includes.mukai@chromium.org2014-07-013-3/+0
* It's not used.mpearson@chromium.org2014-07-017-514/+6
* Stop using chrome/browser/metrics/rappor/sampling.h from TemplateURLServicehashimoto@chromium.org2014-06-282-2/+2
* Move autocomplete_input* to components/autocompletemukai@chromium.org2014-06-2826-1033/+23
* Factor out the dependency from autocomplete_input.mukai@chromium.org2014-06-2727-192/+326
* Componentize InMemoryDatabasehashimoto@chromium.org2014-06-261-1/+1
* Componentize URLDatabasehashimoto@chromium.org2014-06-258-5/+11
* Componentize TemplateURLPrepopulateData, DefaultSearchManager and DefaultSear...hashimoto@chromium.org2014-06-253-3/+3
* Port HistoryService::QueryRedirects{From,To} to CancelableTaskTrackersdefresne@chromium.org2014-06-251-1/+1
* Omnibox HUP: Comment Cleanupmpearson@chromium.org2014-06-252-11/+8
* Componentize TemplateURLhashimoto@chromium.org2014-06-2514-14/+14
* No chrome/ dependencies in TemplateURLhashimoto@chromium.org2014-06-234-3/+55
* Fix assumption about zero suggest results.mariakhomenko@chromium.org2014-06-211-3/+5
* The omnibox should check protocols registered via registerProtocolHandler, notpkasting@chromium.org2014-06-2124-126/+172
* Enable ZeroSuggest in Chrome for launched platforms (Windows, ChromeOS, Linux...hfung@chromium.org2014-06-212-12/+35
* Omnibox: Add Field Trial to Create UWYT When Inliningmpearson@chromium.org2014-06-202-18/+31
* Move GenerateSearchURL() and GenerateKeyword() from TemplateURLService to Tem...hashimoto@chromium.org2014-06-201-2/+1
* Remove AutocompleteInput Type and PageClassification.mukai@chromium.org2014-06-2025-170/+160
* [AiS] Command-line flag and field trial changes.jdonnelly@chromium.org2014-06-201-2/+1
* [AiS] Add prefetching for Answers images.groby@chromium.org2014-06-202-0/+34
* Don't call AutocompleteInput::Parse() on a background thread, part 2.pkasting@chromium.org2014-06-204-184/+191
* Componentize google_utilblundell@chromium.org2014-06-191-1/+1
* Remove Profile* from TemplateURLhashimoto@chromium.org2014-06-1810-20/+20
* Don't call AutocompleteInput::Parse() on a background thread, part 1.pkasting@chromium.org2014-06-172-120/+111
* Create a new component "autocomplete"hashimoto@chromium.org2014-06-1710-170/+5
* Stop using UIThreadSearchTermsData in TemplateURLhashimoto@chromium.org2014-06-1611-43/+91
* [AiS] Add a new AutocompleteMatchType for answers in suggest.jdonnelly@chromium.org2014-06-134-1/+10
* Make HistoryQuickProvider::DeleteMatch also delete the underlying URL from th...engedy@chromium.org2014-06-124-16/+31
* Omnibox: append old matches, don't attempt to insert themmpearson@chromium.org2014-06-122-24/+1
* Move search_terms_data to components/search_engineshashimoto@chromium.org2014-06-122-1/+2
* Componentize URLFixerUpper.blundell@chromium.org2014-06-129-32/+29
* Move BookmarkMatch into bookmarks namespace.tfarina@chromium.org2014-06-123-2/+9
* Move prepopulated_engines to components/search_engineshashimoto@chromium.org2014-06-121-1/+1
* Misc. cleanup for HistoryURLProvider. No functional changes.pkasting@chromium.org2014-06-112-256/+234
* Omnibox: Send Input Type to Suggest Servermpearson@chromium.org2014-06-102-1/+2
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-103-28/+21
* Omnibox: Combine Two Input Type Enums into Onempearson@chromium.org2014-06-0819-228/+255
* Revert of Omnibox: Combine Two Input Type Enums into One (https://codereview....dcheng@chromium.org2014-06-0719-255/+228
* Omnibox: Combine Two Input Type Enums into Onempearson@chromium.org2014-06-0719-228/+255
* Cleanup AutocompleteInput and AutocompleteProvider Functionspkasting@chromium.org2014-06-0611-136/+129
* Eliminate the archived history database and clean up related code.engedy@chromium.org2014-06-051-2/+2
* Android: Eliminate alarms, downloads, and omnibox extensions code.thestig@chromium.org2014-06-056-249/+468
* Move kStandardSchemeSeparator from //content to //urlblundell@chromium.org2014-06-053-7/+7
* Eliminate GoogleURLTracker's dependence on //chrome-level switchesblundell@chromium.org2014-06-011-0/+1
* Suggest about:blank autocompletion from BuiltinProvider.msw@chromium.org2014-05-312-63/+115
* Omnibox: Create Disable-Inlining Experimentmpearson@chromium.org2014-05-312-2/+195
* Make various string_util functions take StringPieces instead of char[].pkasting@chromium.org2014-05-302-3/+2