| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert of Reduces dependency from AutocompleteMatch to Profile. (https://code... | jochen@chromium.org | 2014-07-02 | 14 | -110/+84 |
* | Stop depending on chrome/browser/rlz/rlz.h from TemplateURLService | hashimoto@chromium.org | 2014-07-02 | 2 | -2/+4 |
* | Reduces dependency from AutocompleteMatch to Profile. | mukai@chromium.org | 2014-07-02 | 14 | -84/+110 |
* | Remove unnecessary search.h includes. | mukai@chromium.org | 2014-07-01 | 3 | -3/+0 |
* | It's not used. | mpearson@chromium.org | 2014-07-01 | 7 | -514/+6 |
* | Stop using chrome/browser/metrics/rappor/sampling.h from TemplateURLService | hashimoto@chromium.org | 2014-06-28 | 2 | -2/+2 |
* | Move autocomplete_input* to components/autocomplete | mukai@chromium.org | 2014-06-28 | 26 | -1033/+23 |
* | Factor out the dependency from autocomplete_input. | mukai@chromium.org | 2014-06-27 | 27 | -192/+326 |
* | Componentize InMemoryDatabase | hashimoto@chromium.org | 2014-06-26 | 1 | -1/+1 |
* | Componentize URLDatabase | hashimoto@chromium.org | 2014-06-25 | 8 | -5/+11 |
* | Componentize TemplateURLPrepopulateData, DefaultSearchManager and DefaultSear... | hashimoto@chromium.org | 2014-06-25 | 3 | -3/+3 |
* | Port HistoryService::QueryRedirects{From,To} to CancelableTaskTracker | sdefresne@chromium.org | 2014-06-25 | 1 | -1/+1 |
* | Omnibox HUP: Comment Cleanup | mpearson@chromium.org | 2014-06-25 | 2 | -11/+8 |
* | Componentize TemplateURL | hashimoto@chromium.org | 2014-06-25 | 14 | -14/+14 |
* | No chrome/ dependencies in TemplateURL | hashimoto@chromium.org | 2014-06-23 | 4 | -3/+55 |
* | Fix assumption about zero suggest results. | mariakhomenko@chromium.org | 2014-06-21 | 1 | -3/+5 |
* | The omnibox should check protocols registered via registerProtocolHandler, not | pkasting@chromium.org | 2014-06-21 | 24 | -126/+172 |
* | Enable ZeroSuggest in Chrome for launched platforms (Windows, ChromeOS, Linux... | hfung@chromium.org | 2014-06-21 | 2 | -12/+35 |
* | Omnibox: Add Field Trial to Create UWYT When Inlining | mpearson@chromium.org | 2014-06-20 | 2 | -18/+31 |
* | Move GenerateSearchURL() and GenerateKeyword() from TemplateURLService to Tem... | hashimoto@chromium.org | 2014-06-20 | 1 | -2/+1 |
* | Remove AutocompleteInput Type and PageClassification. | mukai@chromium.org | 2014-06-20 | 25 | -170/+160 |
* | [AiS] Command-line flag and field trial changes. | jdonnelly@chromium.org | 2014-06-20 | 1 | -2/+1 |
* | [AiS] Add prefetching for Answers images. | groby@chromium.org | 2014-06-20 | 2 | -0/+34 |
* | Don't call AutocompleteInput::Parse() on a background thread, part 2. | pkasting@chromium.org | 2014-06-20 | 4 | -184/+191 |
* | Componentize google_util | blundell@chromium.org | 2014-06-19 | 1 | -1/+1 |
* | Remove Profile* from TemplateURL | hashimoto@chromium.org | 2014-06-18 | 10 | -20/+20 |
* | Don't call AutocompleteInput::Parse() on a background thread, part 1. | pkasting@chromium.org | 2014-06-17 | 2 | -120/+111 |
* | Create a new component "autocomplete" | hashimoto@chromium.org | 2014-06-17 | 10 | -170/+5 |
* | Stop using UIThreadSearchTermsData in TemplateURL | hashimoto@chromium.org | 2014-06-16 | 11 | -43/+91 |
* | [AiS] Add a new AutocompleteMatchType for answers in suggest. | jdonnelly@chromium.org | 2014-06-13 | 4 | -1/+10 |
* | Make HistoryQuickProvider::DeleteMatch also delete the underlying URL from th... | engedy@chromium.org | 2014-06-12 | 4 | -16/+31 |
* | Omnibox: append old matches, don't attempt to insert them | mpearson@chromium.org | 2014-06-12 | 2 | -24/+1 |
* | Move search_terms_data to components/search_engines | hashimoto@chromium.org | 2014-06-12 | 2 | -1/+2 |
* | Componentize URLFixerUpper. | blundell@chromium.org | 2014-06-12 | 9 | -32/+29 |
* | Move BookmarkMatch into bookmarks namespace. | tfarina@chromium.org | 2014-06-12 | 3 | -2/+9 |
* | Move prepopulated_engines to components/search_engines | hashimoto@chromium.org | 2014-06-12 | 1 | -1/+1 |
* | Misc. cleanup for HistoryURLProvider. No functional changes. | pkasting@chromium.org | 2014-06-11 | 2 | -256/+234 |
* | Omnibox: Send Input Type to Suggest Server | mpearson@chromium.org | 2014-06-10 | 2 | -1/+2 |
* | Move about://-related constants from //content to //url | blundell@chromium.org | 2014-06-10 | 3 | -28/+21 |
* | Omnibox: Combine Two Input Type Enums into One | mpearson@chromium.org | 2014-06-08 | 19 | -228/+255 |
* | Revert of Omnibox: Combine Two Input Type Enums into One (https://codereview.... | dcheng@chromium.org | 2014-06-07 | 19 | -255/+228 |
* | Omnibox: Combine Two Input Type Enums into One | mpearson@chromium.org | 2014-06-07 | 19 | -228/+255 |
* | Cleanup AutocompleteInput and AutocompleteProvider Functions | pkasting@chromium.org | 2014-06-06 | 11 | -136/+129 |
* | Eliminate the archived history database and clean up related code. | engedy@chromium.org | 2014-06-05 | 1 | -2/+2 |
* | Android: Eliminate alarms, downloads, and omnibox extensions code. | thestig@chromium.org | 2014-06-05 | 6 | -249/+468 |
* | Move kStandardSchemeSeparator from //content to //url | blundell@chromium.org | 2014-06-05 | 3 | -7/+7 |
* | Eliminate GoogleURLTracker's dependence on //chrome-level switches | blundell@chromium.org | 2014-06-01 | 1 | -0/+1 |
* | Suggest about:blank autocompletion from BuiltinProvider. | msw@chromium.org | 2014-05-31 | 2 | -63/+115 |
* | Omnibox: Create Disable-Inlining Experiment | mpearson@chromium.org | 2014-05-31 | 2 | -2/+195 |
* | Make various string_util functions take StringPieces instead of char[]. | pkasting@chromium.org | 2014-05-30 | 2 | -3/+2 |