Sign in
chromium
/
chromium
/
src
/
f1885f7d37ad5848c5d1e0594e77f1e3f5b8fd32
/
base
/
supports_user_data.h
093de9b
Convert //base to use std::unique_ptr
by dcheng
· 9 years ago
25889412
Remove linked_ptr usage in //base.
by dcheng
· 10 years ago
9b6f4293
Switch to standard integer types in base/.
by avi
· 10 years ago
d556043
[ServiceWorker] Make Stream support in ServiceWorkerURLRequestJob
by horo
· 11 years ago
10e5c5e5
Hook up WebRTC logging extension API to the underlying functionality.
by
[email protected]
· 12 years ago
5537099
Switch AutofillManager to be UserData on WebContents.
by
[email protected]
· 13 years ago
7d2e5f762
SupportsUserData is not thread safe
by
[email protected]
· 13 years ago
5b9f0b5
Attached data cleanup.
by
[email protected]
· 13 years ago
27ee16f
Unify and clean up system download notifications, add Mountain Lion support.
by
[email protected]
· 13 years ago
cb93248
RefCounted types should not have public destructors, base/ edition
by
[email protected]
· 13 years ago
c1fff07
Get rid of WebKitContext. Only two out of six HTML5 related objects were in it and it was just a glorified std::pair after the recent refactorings.
by
[email protected]
· 13 years ago
314c3e2
Remove getters for HTML5 related objects from the ResourceContext interface. Half of them weren't used by chrome, so they can be hidden from chrome. The rest were accessed by chrome, but we don't need every embedder to store this data on their ResourceContext implementation. Instead have content associate the data itself to simplify the work for embedders.
by
[email protected]
· 14 years ago
ea8e181
Add extra data to BrowserContext so that content layer and other embedders can stash data with it that has the same lifetime. Converted SSLHostState to use it for now. I'll do the rest in a followup.
by
[email protected]
· 14 years ago