summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webworker_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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