summaryrefslogtreecommitdiffstats
path: root/components/keyed_service
Commit message (Expand)AuthorAgeFilesLines
* Fix KeyedServiceBaseFactory::ServiceIsNULLWhileTesting commentsdefresne2015-03-111-2/+2
* Additional tracing and histogram in Extensions startup.rkaplow2015-03-052-0/+5
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-192-9/+5
* Add several new TRACE call and UMA metrics for SetupProfile().rkaplow2015-02-191-0/+3
* Sort GN files under componentssatorux2015-02-161-1/+1
* Add KeyedServiceShutdownNotifier for classes that depend on keyed services bu...bauerb2015-02-086-0/+135
* Mechanical rename of tracing includes for /componentsssid2015-01-272-2/+2
* Move ServiceAccessType into //components/keyed_servicesdefresne2015-01-102-0/+35
* Fix global variable name to follow style guidesdefresne2014-12-151-4/+4
* Prefix CommandLine usage with base namespace (Part 9: components)kkosztyo.u-szeged2014-12-041-1/+1
* Allow cross dependency between Browser{Context,State}KeyedServiceFactorysdefresne2014-11-216-14/+98
* Introduce BrowserState-based KeyedServiceFactorysdefresne2014-11-148-0/+681
* Cleanup #include in //components/keyed_service/contentsdefresne2014-11-043-5/+0
* Refactor (Refcounted)BrowserContextKeyedServiceFactorysdefresne2014-10-3012-256/+783
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-292-13/+13
* GN: Fix Android component buildcjhopman2014-10-271-0/+1
* Refactor KeyedService factory infrastructuresdefresne2014-10-2310-233/+600
* Standardize usage of virtual/override/final in components/dcheng2014-10-213-22/+15
* Fix includes in //components/keyed_service/contentsdefresne2014-10-202-2/+0
* Fix includes for refcounted_browser_context_keyed_service_factory.hsdefresne2014-10-091-1/+3
* Refactor RefcountedBrowserContextKeyedService to be usable on iOSsdefresne2014-10-087-83/+82
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-063-12/+12
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a...thestig2014-09-101-1/+1
* Fix minor isses identified in code reviews.brettw@chromium.org2014-06-301-5/+6
* Allow tests to provide a TestingFactoryFunction for NULLWhileTesting factories.grt@chromium.org2014-06-256-1/+17
* Add components/keyed_service to GN build.brettw@chromium.org2014-06-192-0/+59
* Fix linkage of components/keyed_service.joaodasilva@chromium.org2014-06-132-2/+15
* components: Extract pref_registry component out of user_prefs.tfarina@chromium.org2014-05-152-1/+2
* Adjust the structure of DEPS within //components.blundell@chromium.org2014-05-061-1/+0
* Add the ability to better mock BrowserContextKeyedServices for testing.isherman@chromium.org2014-04-232-0/+24
* Refactor the BrowserContextKeyedService component to be a layered component.blundell@chromium.org2014-03-1221-0/+1808