summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_process_sub_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Build browser_process_sub_thread.cc on iOS.msarda@chromium.org2012-10-101-0/+2
* Use ScopedCOMInitializer in more places. While this doesn't always simplify ...pkasting@chromium.org2012-10-031-9/+6
* Just because we want to destroy a pointer somewhere other than a destructor d...pkasting@chromium.org2012-10-011-5/+3
* Remove all the indexeddb-related utility process codealecflett@chromium.org2012-08-241-3/+0
* Revert 152873 - Remove all the indexeddb-related utility process codericow@chromium.org2012-08-231-0/+3
* Remove all the indexeddb-related utility process codealecflett@chromium.org2012-08-221-3/+0
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-2/+2
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-9/+1
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-0/+9
* Rename BrowserChildProcessHost implementation class to BrowserChildProcessHos...jam@chromium.org2012-01-231-2/+2
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+1
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-1/+1
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+1
* Move cleanup that happens on IO thread destruction to content, so that not ev...jam@chromium.org2012-01-171-3/+34
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+3
* Have content/ create and destroy its own threads. (Re-land)joi@chromium.org2011-11-281-2/+4
* Revert 111695 - Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-4/+2
* Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-2/+4
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+5
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Create a very simple TabContentsView (and not fully implemented yet) and add ...jam@chromium.org2011-09-151-0/+41