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