summaryrefslogtreecommitdiffstats
path: root/chrome/worker/webworkerclient_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Added lifecycle management and sharing support for SharedWorkers. SharedWorkersatwilson@chromium.org2009-11-131-2/+1
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-3/+3
* Initial WebSharedWorkerImpl implementationatwilson@chromium.org2009-11-051-0/+5
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-67/+9
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-051-9/+67
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-67/+9
* Fix another race condition on worker process shutdown that results in use-aft...jam@chromium.org2009-10-101-0/+1
* Fix use-after-free in the worker process. The object was shutting down the p...jam@chromium.org2009-10-091-20/+9
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-261-15/+19
* Enable message ports for workers.jam@chromium.org2009-08-061-4/+28
* 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-3/+9
* Roll WebKit DEPS from 45738 to 45840.dimich@google.com2009-07-141-1/+3
* Added stub native web worker support, including build support in preparationsehr@google.com2009-06-291-2/+27
* Prevent a worker that loops forever from preventing shutdown of the worker pr...jam@chromium.org2009-05-211-2/+40
* Move createWorker from WebKitClient to WebWorkerClient per your suggestion, t...jam@chromium.org2009-05-201-0/+6
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-3/+3
* Call WebWorkerClient on the main thread. This makes it consistent with the r...jam@chromium.org2009-05-011-9/+1
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-241-16/+22
* 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
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-3/+3
* Fix threading and ownership issues in WebWorkerClientProxy.jam@chromium.org2009-03-201-5/+17
* Slight code change to make some global variables const.maruel@google.com2009-03-101-1/+2
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-051-15/+0
* 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/+95