summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webworker_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* More groundwork for making appcache work in workers.michaeln@chromium.org2010-05-061-1/+2
* Added lifecycle management and sharing support for SharedWorkers. SharedWorkersatwilson@chromium.org2009-11-131-2/+2
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-0/+1
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-051-1/+0
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-0/+1
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-301-17/+4
* Fix another race condition on worker process shutdown that results in use-aft...jam@chromium.org2009-10-101-0/+1
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-261-3/+3
* Enable message ports for workers.jam@chromium.org2009-08-061-1/+6
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Remove 6- and 7-parameter IPC message macros. Replace with a struct that pack...dimich@google.com2009-07-171-0/+4
* Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t...dimich@google.com2009-07-071-0/+1
* Implement a max worker count of 16 per tab and 64 total. Any workers created...jam@chromium.org2009-06-181-0/+2
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* Run workers in separate processes.jam@chromium.org2009-05-011-5/+6
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-241-12/+10
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-241-1/+5
* Chrome side of webkit merge from r41860 to 41906.tc@google.com2009-03-231-1/+0
* Fix build breaks after webkit merge.jam@chromium.org2009-03-101-0/+1
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-051-0/+5
* Have WebWorkerProxy send messages directly through RenderThread, instead of R...jam@chromium.org2009-03-051-2/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+56