1. 093de9b Convert //base to use std::unique_ptr by dcheng · 9 years ago
  2. 25889412 Remove linked_ptr usage in //base. by dcheng · 10 years ago
  3. 9b6f4293 Switch to standard integer types in base/. by avi · 10 years ago
  4. d556043 [ServiceWorker] Make Stream support in ServiceWorkerURLRequestJob by horo · 11 years ago
  5. 10e5c5e5 Hook up WebRTC logging extension API to the underlying functionality. by [email protected] · 12 years ago
  6. 5537099 Switch AutofillManager to be UserData on WebContents. by [email protected] · 13 years ago
  7. 7d2e5f762 SupportsUserData is not thread safe by [email protected] · 13 years ago
  8. 5b9f0b5 Attached data cleanup. by [email protected] · 13 years ago
  9. 27ee16f Unify and clean up system download notifications, add Mountain Lion support. by [email protected] · 13 years ago
  10. cb93248 RefCounted types should not have public destructors, base/ edition by [email protected] · 13 years ago
  11. 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
  12. 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
  13. 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