| Commit message (Expand) | Author | Age | Files | Lines |
* | Move TemplateURLService related tests to components/search_engines | hashimoto | 2014-08-29 | 1 | -1496/+0 |
* | Stop using UIThreadSearchTermsData for search_engines related tests | hashimoto | 2014-08-25 | 1 | -24/+0 |
* | Restore the extension info of a TemplateURL associated with an omnibox extens... | hashimoto@chromium.org | 2014-07-24 | 1 | -0/+19 |
* | Stop using TemplateURLServiceTestUtil to initialize TemplateURLServiceFactory | hashimoto@chromium.org | 2014-07-17 | 1 | -90/+90 |
* | Componentize TemplateURLService | hashimoto@chromium.org | 2014-07-05 | 1 | -3/+3 |
* | Revert of Componentize TemplateURLService (https://codereview.chromium.org/36... | timvolodine@chromium.org | 2014-07-04 | 1 | -3/+3 |
* | Componentize TemplateURLService | hashimoto@chromium.org | 2014-07-04 | 1 | -3/+3 |
* | Revert of Componentize TemplateURLService (https://codereview.chromium.org/36... | hashimoto@chromium.org | 2014-07-04 | 1 | -3/+3 |
* | Componentize TemplateURLService | hashimoto@chromium.org | 2014-07-04 | 1 | -3/+3 |
* | No chrome dependencies in TemplateURLService | hashimoto@chromium.org | 2014-07-03 | 1 | -7/+6 |
* | Split keyword related parts of WebDataService as KeywordWebDataService | hashimoto@chromium.org | 2014-07-02 | 1 | -3/+3 |
* | Stop using UIThreadSearchTermsData in TemplateURLService | hashimoto@chromium.org | 2014-06-28 | 1 | -1/+1 |
* | Stop determining the type of a TemplateURL by the URL scheme | hashimoto@chromium.org | 2014-06-27 | 1 | -44/+38 |
* | Componentize TemplateURLPrepopulateData, DefaultSearchManager and DefaultSear... | hashimoto@chromium.org | 2014-06-25 | 1 | -1/+1 |
* | Componentize TemplateURL | hashimoto@chromium.org | 2014-06-25 | 1 | -1/+1 |
* | Move GenerateSearchURL() and GenerateKeyword() from TemplateURLService to Tem... | hashimoto@chromium.org | 2014-06-20 | 1 | -41/+1 |
* | Stop depending on TemplateURLService from DefaultSearchManager | hashimoto@chromium.org | 2014-06-18 | 1 | -2/+2 |
* | Remove Profile* from TemplateURL | hashimoto@chromium.org | 2014-06-18 | 1 | -77/+50 |
* | Stop using UIThreadSearchTermsData in TemplateURL | hashimoto@chromium.org | 2014-06-16 | 1 | -10/+16 |
* | Change HistoryService::QueryURL to use CancelableTaskTracker | sdefresne@chromium.org | 2014-06-16 | 1 | -12/+14 |
* | Revert of Change HistoryService::QueryURL to use CancelableTaskTracker (https... | feng@chromium.org | 2014-06-12 | 1 | -14/+12 |
* | Change HistoryService::QueryURL to use CancelableTaskTracker | sdefresne@chromium.org | 2014-06-12 | 1 | -12/+14 |
* | Move search_terms_data to components/search_engines | hashimoto@chromium.org | 2014-06-12 | 1 | -1/+1 |
* | Remove unneeded include from search_engines | hashimoto@chromium.org | 2014-06-05 | 1 | -4/+0 |
* | Use the DefaultSearchManager as the exclusive authority on DSE, ignoring Web ... | erikwright@chromium.org | 2014-05-12 | 1 | -139/+22 |
* | Handle TemplateURLService load failure better, and make some test correctness... | erikwright@chromium.org | 2014-05-11 | 1 | -1/+1 |
* | Revert of Handle TemplateURLService load failure better, and make some test c... | hclam@chromium.org | 2014-05-10 | 1 | -1/+1 |
* | Revert of Use the DefaultSearchManager as the exclusive authority on DSE, ign... | hclam@chromium.org | 2014-05-10 | 1 | -22/+139 |
* | Use the DefaultSearchManager as the exclusive authority on DSE, ignoring Web ... | erikwright@chromium.org | 2014-05-09 | 1 | -139/+22 |
* | Handle TemplateURLService load failure better, and make some test correctness... | erikwright@chromium.org | 2014-05-09 | 1 | -1/+1 |
* | Refactor lots of stuff to use TemplateURLData instead of TemplateURL. | erikwright@chromium.org | 2014-04-30 | 1 | -4/+5 |
* | Rename SetDefaultSearchProvider to SetUserSelectedDefaultSearchProvider. | erikwright@chromium.org | 2014-04-25 | 1 | -9/+9 |
* | Settings Overrides API: show correct UI for nondefault search engine. | vasilii@chromium.org | 2014-04-16 | 1 | -5/+7 |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 1 | -2/+3 |
* | Replace string16 with base::string16 in chrome/browser | brettw@chromium.org | 2013-12-13 | 1 | -1/+1 |
* | Add base namespace to some instances of string16. | brettw@chromium.org | 2013-12-06 | 1 | -13/+13 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 1 | -1/+1 |
* | Support extension search engines. | vasilii@chromium.org | 2013-10-28 | 1 | -4/+129 |
* | Profile Reset: support "soft reset" of search engines, homepage and startup p... | vasilii@chromium.org | 2013-10-03 | 1 | -117/+58 |
* | Add SearchEngineType versions of histograms that look at prepopulate IDs. | pkasting@chromium.org | 2013-08-16 | 1 | -3/+3 |
* | Rename extension_manifest_keys namespace to extensions::manifest_keys. | yoz@chromium.org | 2013-08-15 | 1 | -4/+4 |
* | Add asserts to TestingProfile::CreateHistoryService to ensure files are deleted | rmcilroy@chromium.org | 2013-07-24 | 1 | -1/+1 |
* | Correctly integrate StoragePartition into TestingProfile. | ajwong@chromium.org | 2013-07-23 | 1 | -98/+52 |
* | Revert 213148 "Add asserts to TestingProfile::CreateHistoryServi..." | rlarocque@chromium.org | 2013-07-23 | 1 | -1/+1 |
* | Add asserts to TestingProfile::CreateHistoryService to ensure files are deleted | rmcilroy@chromium.org | 2013-07-23 | 1 | -1/+1 |
* | Reset Profile: clear and repopulate extension search engines. | vasilii@chromium.org | 2013-07-22 | 1 | -58/+147 |
* | Use a direct include of time headers in chrome/browser/, part 7. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/browser/r*-s*/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Modify extension omnibox keywords to be user-configurable | Samusaaron3@gmail.com | 2013-06-04 | 1 | -30/+21 |