summaryrefslogtreecommitdiffstats
path: root/content/browser/worker_host/worker_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Reverse the embedded-shared-worker flag to turn the feature on by default.horo@chromium.org2014-04-221-3/+3
* Add pause_on_start flag to WorkerProcessMsg_CreateWorker_Params.horo@chromium.org2014-03-291-2/+3
* Add commandline flag "enable-embedded-shared-worker" for ServiceWroker in the...horo@chromium.org2014-03-121-1/+11
* Move the worker script loading code to the worker process (phase:4/5)horo@chromium.org2014-02-051-184/+34
* Register the worker process ID of the extension to ProcessMap in ExtensionSys...horo@chromium.org2014-01-281-1/+3
* Move the worker script loading code to the worker process (phase:2/5)horo@chromium.org2014-01-091-0/+2
* Finally remove ResourceRequestInfo::GetAssociatedRenderView. Also remove the ...jam@chromium.org2014-01-071-4/+2
* A bunch of work to transition from render_view_id to render_frame_id.jam@chromium.org2013-12-201-1/+3
* Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead...jam@chromium.org2013-12-181-26/+41
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-4/+4
* content: Introduce a RenderWidgetHostIterator.sadrul@chromium.org2013-09-111-6/+8
* Refactor RenderProcessHost to use IPC::Listener instead of RenderWidgetHostnasko@chromium.org2013-06-211-19/+10
* Delete some dead code.michaeln@google.com2013-06-211-7/+0
* Lower the priority of shared workers that aren't associated with the foregrou...simonhatch@chromium.org2013-05-311-1/+206
* Revert 200932 "Lower the priority of shared workers that aren't ..."simonhatch@chromium.org2013-05-201-202/+1
* Lower the priority of shared workers that aren't associated with the foregrou...simonhatch@chromium.org2013-05-181-1/+202
* Revert 199840 "Lower the priority of shared workers that aren't ..."simonhatch@chromium.org2013-05-131-195/+1
* Lower the priority of shared workers that aren't associated with the foregrou...simonhatch@chromium.org2013-05-131-1/+195
* DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...pfeldman@chromium.org2012-12-191-1/+1
* Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools file...mnissler@chromium.org2012-12-191-1/+1
* DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...pfeldman@chromium.org2012-12-191-1/+1
* Remove flags for Workers that violate multiple profile and storage isolation ...ajwong@chromium.org2012-09-141-78/+13
* Remove storage context accessors from ResourceContext.ajwong@chromium.org2012-09-111-17/+29
* Fix crash in WorkerTest.MultipleTabsQueuedSharedWorker. I could get this cons...jam@chromium.org2012-07-261-0/+11
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-201-1/+1
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-2/+2
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-091-1/+1
* 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-15/+43
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-48/+29
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-29/+48
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-48/+29
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-131-2/+2
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-3/+1
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-1/+3
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-3/+1
* Create an API around WorkerService that chrome consumes. Rename the existing ...jam@chromium.org2011-12-291-0/+564