summaryrefslogtreecommitdiffstats
path: root/content/browser/worker_host/worker_process_host.h
Commit message (Expand)AuthorAgeFilesLines
* Move content\browser\in_process_webkit to content namespace.jam@chromium.org2012-10-291-2/+1
* Move debugger and appcache to the content namespace.jam@chromium.org2012-10-241-1/+0
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-1/+1
* Move more code into the content namespace.darin@chromium.org2012-10-191-19/+20
* Remove storage context accessors from ResourceContext.ajwong@chromium.org2012-09-111-3/+24
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-3/+3
* IndexedDB: chrome-side changes for permission check from shared workerdgrogan@chromium.org2012-03-021-1/+5
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-8/+8
* Hide WorkerProcessHost from chrome.jam@chromium.org2012-02-011-0/+4
* 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-7/+26
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-26/+7
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-7/+26
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-7/+1
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-1/+7
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-7/+1
* Create an API around WorkerService that chrome consumes. Rename the existing ...jam@chromium.org2011-12-291-1/+2
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-3/+3
* Enable content component (again!).dpranke@chromium.org2011-11-161-1/+2
* Remove includes of worker_messages.h from chrome code, since that's an intern...jam@chromium.org2011-11-121-0/+3
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-101-4/+2
* Removing dedicated worker-related IPC codei (first round). dslomov@chromium.org2011-10-271-6/+0
* DevTools: support shared worker initialization debuggeryurys@chromium.org2011-10-121-3/+3
* Removal of Profile from content part 7.avi@chromium.org2011-08-091-1/+2
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Chrome side of having the WebKit FileSystem API use WebPermissionClient for c...jam@chromium.org2011-05-121-0/+9
* Start moving content_settings code out of content code.jam@chromium.org2011-05-031-8/+7
* Remove ChromeURLRequestContext from content/.willchan@chromium.org2011-04-291-3/+0
* Switch to using content::ResourceContext* instead of incognito.willchan@chromium.org2011-04-231-9/+8
* Replace more uses of ChromeURLRequestContext/URLRequestContextGetter in conte...willchan@chromium.org2011-04-201-8/+0
* Create a content::ResourceContext.willchan@chromium.org2011-04-151-12/+27
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-6/+8
* Remove off the record references from WorkerInstance. Contributed by vipul.bh...atwilson@chromium.org2011-03-121-4/+4
* Move worker_host code to content.jam@chromium.org2011-02-281-0/+187