1. 7966d31 Fix include path for moved thread_task_runner_handle.h header in components/ by gab · 9 years ago
  2. 84c358e Convert //components/[f-n]* from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  3. 556abd1 Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 9 years ago
  4. 8e9d9e1f Remove myself from most OWNERS files by stuartmorgan · 9 years ago
  5. 06650868 Delete base/prefs and update callers to use components. by brettw · 10 years ago
  6. 456d8424 Revert of Delete base/prefs and update callers to use components. (patchset #3 id:40001 of https://codereview.chromium.org/1662523004/ ) by msw · 10 years ago
  7. 1f5feb7 Delete base/prefs and update callers to use components. by brettw · 10 years ago
  8. 9f7802a2 Update GN build files for new prefs location. by brettw · 10 years ago
  9. 5160635 Convert Pass()→std::move() in //components/[a-m]* by dcheng · 10 years ago
  10. 2606292 Switch to standard integer types in components/, part 2 of 4. by avi · 10 years ago
  11. 0739c64 Replace RE2 import with a dependency by battre · 10 years ago
  12. dbbe75e Remove support code to mix Browser{Context,State}KeyedServiceFactories. by sdefresne · 10 years ago
  13. 2629c44 Make more components pass GN check. by brettw · 10 years ago
  14. e34c4d7 Fix a style guide violation in KeyedService. by sdefresne · 10 years ago
  15. 1c70d41 Add gn implementation for //components/keyed_service/ios. by sdefresne · 10 years ago
  16. 98afb14 [Reland] Properly escape node names in DependencyGraph Graphviz export by vabr · 10 years ago
  17. 943cfb5 Revert of Properly escape node names in DependencyGraph Graphviz export (patchset #4 id:80001 of https://codereview.chromium.org/1414053004/ ) by dcaiafa · 10 years ago
  18. 6918fc7 Properly escape node names in DependencyGraph Graphviz export by vabr · 10 years ago
  19. 36aa8be Move Singleton and related structs to namespace base by olli.raula · 10 years ago
  20. 0741cb1c Sync more GN unit tests with GYP. by brettw · 10 years ago
  21. 5c19af7 Revert of Sync more GN unit tests with GYP. (patchset #3 id:40001 of https://codereview.chromium.org/1301743003/ ) by nasko · 10 years ago
  22. a7cde4bd Sync more GN unit tests with GYP. by Brett Wilson · 10 years ago
  23. de53877 GN: Fix more "Source file not found" errors. by tfarina · 10 years ago
  24. 74ba3be2 BrowserStateKeyedServiceFactory::BuildServiceInstanceFor returns scoped_ptr<> by sdefresne · 10 years ago
  25. 30fa851a [Cleanup] Used scoped pointers in KeyedServiceFactory's SetTestingFactory functions. by isherman · 10 years ago
  26. a3396c3 [Cleanup] Remove a bit of dead code. by isherman · 10 years ago
  27. c67fb1b1 Remove rlp from all OWNERS files. by mgiuca · 10 years ago
  28. 8c1791c Allow cross dependencies between BCKSF and BSKSF by sdefresne · 10 years ago
  29. 3b2d62d Implement BrowserStateKeyedServiceFactory::GetAssociatedPrefRegistry() by droger · 10 years ago
  30. ec0dbb0 Fix KeyedServiceBaseFactory::ServiceIsNULLWhileTesting comment by sdefresne · 10 years ago
  31. dd66a134 Additional tracing and histogram in Extensions startup. by rkaplow · 10 years ago
  32. d1c719a Update existing uses of /wd4267 to use the GN config by brettw · 11 years ago
  33. 058da313 Add several new TRACE call and UMA metrics for SetupProfile(). by rkaplow · 11 years ago
  34. ea51ccc Sort GN files under components by satorux · 11 years ago
  35. 76e4425 Add KeyedServiceShutdownNotifier for classes that depend on keyed services but can't be keyed services themselves. by bauerb · 11 years ago
  36. 14f4891e Mechanical rename of tracing includes for /components by ssid · 11 years ago
  37. e9ea3c2 Move ServiceAccessType into //components/keyed_service by sdefresne · 11 years ago
  38. df15d86 Fix global variable name to follow style guide by sdefresne · 11 years ago
  39. b33617c Prefix CommandLine usage with base namespace (Part 9: components) by kkosztyo.u-szeged · 11 years ago
  40. 10a15e9c Allow cross dependency between Browser{Context,State}KeyedServiceFactory by sdefresne · 11 years ago
  41. 1f00501 Introduce BrowserState-based KeyedServiceFactory by sdefresne · 11 years ago
  42. b650653 Cleanup #include in //components/keyed_service/content by sdefresne · 11 years ago
  43. 28acc0e Refactor (Refcounted)BrowserContextKeyedServiceFactory by sdefresne · 11 years ago
  44. 30a1b154 Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  45. 09981a9 GN: Fix Android component build by cjhopman · 11 years ago
  46. f63755b Refactor KeyedService factory infrastructure by sdefresne · 11 years ago
  47. 00ea022b Standardize usage of virtual/override/final in components/ by dcheng · 11 years ago
  48. 997d364 Fix includes in //components/keyed_service/content by sdefresne · 11 years ago
  49. b0dffd50 Fix includes for refcounted_browser_context_keyed_service_factory.h by sdefresne · 11 years ago
  50. 2eb633d Refactor RefcountedBrowserContextKeyedService to be usable on iOS by sdefresne · 11 years ago
  51. fe59f48 replace OVERRIDE and FINAL with override and final in components/ by mostynb · 11 years ago
  52. 819adcc8 Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ and components/ by thestig · 11 years ago
  53. bb3ebf7 Fix minor isses identified in code reviews. by [email protected] · 11 years ago
  54. a274a21a Allow tests to provide a TestingFactoryFunction for NULLWhileTesting factories. by [email protected] · 11 years ago
  55. 7c1ded1 Add components/keyed_service to GN build. by [email protected] · 11 years ago
  56. ac73cdf1 Fix linkage of components/keyed_service. by [email protected] · 11 years ago
  57. f0c8c499 components: Extract pref_registry component out of user_prefs. by [email protected] · 11 years ago
  58. fe003516 Adjust the structure of DEPS within //components. by [email protected] · 11 years ago
  59. 095b58f Add the ability to better mock BrowserContextKeyedServices for testing. by [email protected] · 11 years ago
  60. fc217c0 Refactor the BrowserContextKeyedService component to be a layered component. by [email protected] · 11 years ago