1. 84c4caf9 content: Add GpuMemoryBuffer MemoryDumpProvider implementation. by reveman · 10 years ago
  2. ef7557ba Build browser_process_sub_thread.cc on iOS. by [email protected] · 13 years ago
  3. 451fd90 Use ScopedCOMInitializer in more places. While this doesn't always simplify code, it does mean we do consistent logging and error-checking at all these sites. by [email protected] · 13 years ago
  4. 435756b Just because we want to destroy a pointer somewhere other than a destructor doesn't mean we can't use a scoped_ptr for it. This saves an explicit initializer and makes the code parallel to the ScopedCOMInitializers I'll be adding next. by [email protected] · 13 years ago
  5. 5c085ed Remove all the indexeddb-related utility process code by [email protected] · 13 years ago
  6. f6c57d4 Revert 152873 - Remove all the indexeddb-related utility process code by [email protected] · 13 years ago
  7. 8374250 Remove all the indexeddb-related utility process code by [email protected] · 13 years ago
  8. 3dc1bc4 Move content::URLFetcher static functions to net::URLFetcher by [email protected] · 13 years ago
  9. ef2bf42 Stop refcounting URLRequestContext. by [email protected] · 13 years ago
  10. 3a7b66d Disallow UI/IO thread blocking on any other thread. by [email protected] · 13 years ago
  11. 4c01d499 Rename BrowserChildProcessHost implementation class to BrowserChildProcessHostImpl. by [email protected] · 13 years ago
  12. 4967f79 Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 13 years ago
  13. f177ffd Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 13 years ago
  14. 3b0032a Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 13 years ago
  15. af66993 Move cleanup that happens on IO thread destruction to content, so that not every embedder has to know to do it. This also allows us to hide some of these functions from embedders. by [email protected] · 13 years ago
  16. 5abe630 Coverity: Initialize member variables. by [email protected] · 13 years ago
  17. 2e5b60a2 Have content/ create and destroy its own threads. (Re-land) by [email protected] · 14 years ago
  18. 14f79fe Revert 111695 - Have content/ create and destroy its own threads. by [email protected] · 14 years ago
  19. 042666f Have content/ create and destroy its own threads. by [email protected] · 14 years ago
  20. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  21. ad50def5 Make NotificationService an interface in the content namespace, and switch callers to use it. Move the implementation to content/browser. Stop creating it in all child processes since it's only used in the browser. by [email protected] · 14 years ago
  22. b0f146f Create a very simple TabContentsView (and not fully implemented yet) and add more supporting code to be able to load a page. Right now it's not rendering, but I suspect it's something small, and the patch has gotten large so I figure it's time to send it for review. by [email protected] · 14 years ago[Renamed (94%) from chrome/browser/browser_process_sub_thread.cc]
  23. f20d733 Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
  24. 569c760 Kill CleanUpAfterMessageLoopDestruction. by [email protected] · 14 years ago
  25. 0ee7a3b Reland r63578 - Release ChromeURLRequestContextGetters' references on IO thread shutdown." by [email protected] · 15 years ago
  26. 4359011 Revert 63578 - Release ChromeURLRequestContextGetters' references on IO thread shutdown. by [email protected] · 15 years ago
  27. 562d71e Release ChromeURLRequestContextGetters' references on IO thread shutdown. by [email protected] · 15 years ago
  28. d04e766 Rename ChromeThread to BrowserThread Part14: by [email protected] · 15 years ago
  29. 0ac8368 Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initialization into IOThread. by [email protected] · 15 years ago