1. e8828f2 Remove ScopedVector from search_engines. by avi · 9 years ago
  2. 8a64b715b Remove use of stl_util in search_engines. by avi · 9 years ago
  3. d967d950 Convert //components/search_engines from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  4. b6449d51 components: Add out-of-line copy ctors for complex classes. by vmpstr · 9 years ago
  5. 7790a35 IWYU for base/memory/scoped_vector.h. by thestig · 10 years ago
  6. bf5c532d Componentize TemplateURLService by [email protected] · 11 years ago[Renamed (96%) from chrome/browser/search_engines/util.h]
  7. 40c0823 Revert of Componentize TemplateURLService (https://codereview.chromium.org/367023002/) by [email protected] · 11 years ago[Renamed (96%) from components/search_engines/util.h]
  8. 098e609 Componentize TemplateURLService by [email protected] · 11 years ago[Renamed (96%) from chrome/browser/search_engines/util.h]
  9. eaee4df Revert of Componentize TemplateURLService (https://codereview.chromium.org/367023002/) by [email protected] · 11 years ago[Renamed (95%) from components/search_engines/util.h]
  10. 0eec4b03 Componentize TemplateURLService by [email protected] · 11 years ago[Renamed (96%) from chrome/browser/search_engines/util.h]
  11. 37b32460 Split keyword related parts of WebDataService as KeywordWebDataService by [email protected] · 11 years ago
  12. 1f8841b Remove Profile from chrome/browser/search_engines/util.{cc,h} by [email protected] · 11 years ago
  13. ce7ee5f Stop using UIThreadSearchTermsData in TemplateURL by [email protected] · 11 years ago
  14. a80ec96 Use the DefaultSearchManager as the exclusive authority on DSE, ignoring Web Data. by [email protected] · 11 years ago
  15. d63488d Revert of Use the DefaultSearchManager as the exclusive authority on DSE, ignoring Web Data. (https://codereview.chromium.org/268643002/) by [email protected] · 11 years ago
  16. 5f9d195 Use the DefaultSearchManager as the exclusive authority on DSE, ignoring Web Data. by [email protected] · 11 years ago
  17. c6dea6b Refactor lots of stuff to use TemplateURLData instead of TemplateURL. by [email protected] · 11 years ago
  18. 6a72a63 Replace string16 with base::string16 in chrome/browser by [email protected] · 12 years ago
  19. 0085863a Add base namespace to some instances of string16. by [email protected] · 12 years ago
  20. e937a970 Profile Reset: support "soft reset" of search engines, homepage and startup pages. The soft reset doesn't clear user-defined search engines, homepage URL and startup URLs. by [email protected] · 12 years ago
  21. bba9e63 Misc. cleanup: by [email protected] · 12 years ago
  22. 24a555b6 Use a direct include of strings headers in chrome/browser/r*-s*/. by [email protected] · 12 years ago
  23. 4a40facd New methods allow to by [email protected] · 12 years ago
  24. 10aeaf1 This patch ensures that whenever a sync operation in TemplateURLService adds or updates a TemplateURL corresponding to a prepopulated engine, the latest built-in version of the prepopulated engine data is used. by [email protected] · 13 years ago
  25. 102253f Remove the protector service. by [email protected] · 13 years ago
  26. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  27. a262230 De-dupe input encodings in TemplateURLs. by [email protected] · 13 years ago
  28. 01ef4a66 Make prepopulated-TemplateURL-de-duper heuristic smarter. Instead of blindly preserving the first URL we get back from the keyword table, use the default search engine, or the URL that matches the prepopulate keyword, only after that falling back to using the lowest ID. by [email protected] · 13 years ago
  29. 2eff6b1 Ensure that TemplateURLs removed by prepopulate search engine merging is also removed from Sync. by [email protected] · 13 years ago
  30. 3613347d Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. This has followon effects in many other places, most noticeably ConfirmAddSearchProvider(), which seems to be declared in like 20 files :P by [email protected] · 13 years ago
  31. 16fca9b8 Add a Profile* member to TemplateURL. This makes some invocations of ReplaceSearchTerms() a bit less verbose, and will be useful later when UIThreadSearchTermsData starts taking a Profile*. by [email protected] · 13 years ago
  32. 2ede2131 Reland 115318 - Return backup TemplateURL on default search change. by [email protected] · 14 years ago
  33. 0990ee0 Revert 115318 - turned many valgrind bots red with: by [email protected] · 14 years ago
  34. 59d6c3f Return backed up TemplateURL on default search change by [email protected] · 14 years ago
  35. 75a4eca Added Protector, hooked up DSE verification with error bubble. by [email protected] · 14 years ago
  36. e1ddda0 Extract the processing of the web data service results processing in a standalone function. by [email protected] · 15 years ago
  37. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  38. 96788b0 Mac: First run bubble. by [email protected] · 15 years ago