summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webworker_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* More groundwork for making appcache work in workers.michaeln@chromium.org2010-05-061-4/+5
* Remove obsolete MessageDestination parameter from postConsoleMessageToWorkerO...mnaganov@chromium.org2010-04-121-2/+2
* Fixes a race condition when a shared worker exits while one parent is loadingatwilson@chromium.org2010-02-171-1/+2
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-281-1/+3
* Revert 36888 - Refactored code to allow associating workers with multiple ren...pkasting@chromium.org2010-01-231-3/+1
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-221-1/+3
* Added lifecycle management and sharing support for SharedWorkers. SharedWorkersatwilson@chromium.org2009-11-131-4/+7
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-5/+4
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-051-4/+5
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-5/+4
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-301-57/+12
* Fix another race condition on worker process shutdown that results in use-aft...jam@chromium.org2009-10-101-0/+3
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-261-15/+20
* Enable message ports for workers.jam@chromium.org2009-08-061-5/+27
* Remove 6- and 7-parameter IPC message macros. Replace with a struct that pack...dimich@google.com2009-07-171-3/+10
* Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t...dimich@google.com2009-07-071-5/+15
* Implement a max worker count of 16 per tab and 64 total. Any workers created...jam@chromium.org2009-06-181-8/+31
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-2/+2
* Run workers in separate processes.jam@chromium.org2009-05-011-8/+9
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-241-15/+20
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-241-3/+8
* Chrome side of webkit merge from r41860 to 41906.tc@google.com2009-03-231-2/+1
* Fix build breaks after webkit merge.jam@chromium.org2009-03-101-1/+2
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-051-2/+8
* Have WebWorkerProxy send messages directly through RenderThread, instead of R...jam@chromium.org2009-03-051-7/+4
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+92