1. 8781fe4 Hook up WebRTC logging extension API to the underlying functionality. by grunell@chromium.org · 11 years ago
  2. 9592b54 Switch AutofillManager to be UserData on WebContents. by avi@chromium.org · 12 years ago
  3. db2811b SupportsUserData is not thread safe by joth@chromium.org · 12 years ago
  4. 09840d3 Attached data cleanup. by avi@chromium.org · 12 years ago
  5. b2d507b Unify and clean up system download notifications, add Mountain Lion support. by avi@chromium.org · 12 years ago
  6. d55e9a4 RefCounted types should not have public destructors, base/ edition by rsleevi@chromium.org · 12 years ago
  7. 14eaa3f 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 jam@chromium.org · 12 years ago
  8. 5c8ca51 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 jam@chromium.org · 12 years ago
  9. 533df72 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 jam@chromium.org · 12 years ago