summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Replace some Tokenize calls with SplitString.brettw2015-06-241-1/+4
* Prepare BuiltinProvider for componentizationblundell2015-06-226-69/+114
* Prepare AutocompleteController for componentizationblundell2015-06-229-38/+53
* Prepare ZeroSuggestProvider for componentizationblundell2015-06-218-109/+110
* Componentize ShortcutsProviderblundell2015-06-196-526/+21
* Omnibox: Make URL-What-You-Typed Does Not Appear First for non-URL Inputsmpearson2015-06-191-1/+1
* Componentize ShortcutsBackendblundell2015-06-197-500/+5
* Inject dependencies into ShortcutsBackendblundell2015-06-194-65/+90
* Move extensions-related functionality out of ShortcutsBackendblundell2015-06-196-55/+128
* Move notification sending out of AutocompleteControllerblundell2015-06-193-8/+14
* Componentize HistoryQuickProvider and its supporting castblundell2015-06-1814-2904/+9
* Reland "Componentize HistoryURLProvider/ScoredHistoryMatch"blundell2015-06-1813-2416/+9
* Componentize ShortcutsDatabaseblundell2015-06-186-412/+4
* Revert "Componentize HistoryURLProvider/ScoredHistoryMatch."blundell2015-06-1713-8/+2907
* Revert of Revert of Prepare HistoryQuickProvider for componentization (patchs...paulmeyer2015-06-174-28/+22
* Revert of Revert of Prepend "Get" to AutocompleteProviderClient accessors (pa...paulmeyer2015-06-173-15/+16
* Revert of Revert of Abstract //content-level dependencies out of InMemoryURLI...paulmeyer2015-06-174-39/+66
* Revert of Revert of Componentize HistoryURLProvider/ScoredHistoryMatch. (patc...paulmeyer2015-06-1713-2909/+8
* Revert of Componentize HistoryURLProvider/ScoredHistoryMatch. (patchset #3 id...paulmeyer2015-06-1713-8/+2909
* Revert of Abstract //content-level dependencies out of InMemoryURLIndex (patc...paulmeyer2015-06-174-66/+39
* Revert of Prepend "Get" to AutocompleteProviderClient accessors (patchset #2 ...paulmeyer2015-06-173-16/+15
* Revert of Prepare HistoryQuickProvider for componentization (patchset #5 id:8...paulmeyer2015-06-174-22/+28
* Prepare HistoryQuickProvider for componentizationblundell2015-06-174-28/+22
* Have AutocompleteInput contain up to date data.jif2015-06-1720-201/+148
* Prepend "Get" to AutocompleteProviderClient accessorsblundell2015-06-173-15/+16
* Abstract //content-level dependencies out of InMemoryURLIndexblundell2015-06-174-39/+66
* Componentize HistoryURLProvider/ScoredHistoryMatch.blundell2015-06-1713-2909/+8
* Prepare HistoryURLProvider for componentizationblundell2015-06-166-40/+37
* Componentize BookmarkProviderblundell2015-06-164-438/+9
* Reorder AutocompleteProviderClient methods for sanityblundell2015-06-162-40/+39
* Componentize HistoryProvider.blundell2015-06-167-162/+5
* Streamline callsites of ScoredHistoryMatch::Init().blundell2015-06-162-25/+23
* Prepare HistoryProvider for componentizationblundell2015-06-1616-76/+102
* [Sync] Rename SyncEnabledAndLoggedIn() to CanStartSync().maxbogue2015-06-161-1/+1
* [Omnibox] Changing protocol scheme from https:// to http:// results in DCHECK...pritam.nikam2015-06-133-4/+109
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* chrome/browser: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-122-3/+8
* Componentize omnibox_logblundell2015-06-121-1/+1
* Componentize InMemoryURLIndexTypesblundell2015-06-1210-489/+7
* Move StartsWith[ASCII] to base namespace.brettw2015-06-124-17/+22
* [Cleanup] Used scoped pointers in KeyedServiceFactory's SetTestingFactory fun...isherman2015-06-094-11/+14
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-092-4/+4
* Replace ObserverList->base::ObserverList in chromebrettw2015-06-021-1/+1
* Omnibox - HistoryQuick Provider - Fix Highlighting Mid-IDN Charactersmpearson2015-05-302-30/+68
* url: Fix the TODO in url_parse.h header.tfarina2015-05-263-3/+3
* Omnibox - Add About Flag to Reverse Title and URLs in the Dropdownmpearson2015-05-254-6/+5
* [Cleanup] Fix pronouns in comments.groby2015-05-211-4/+4
* Omnibox - Control HQP's HUP-Like Scoring Mode via Field Trialmpearson2015-05-212-7/+7
* Omnibox - Code Cleanup - Remove Unnecessary is_history_what_you_typed_matchmpearson2015-05-203-6/+3
* Omnibox - Improve HQP's Also-Do-HUP-Like-Scoring Modempearson2015-05-201-28/+0