summaryrefslogtreecommitdiffstats
path: root/chrome/worker/webworkerclient_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Move worker code from chrome\worker to content\worker.jam@chromium.org2011-03-141-200/+0
* Move AppCache common code to content and split off AppCache messages into the...jam@chromium.org2011-03-141-1/+1
* Move worker_messages to content in preparation of moving worker.jam@chromium.org2011-03-121-5/+10
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-2/+2
* Fix clang build by out-of-lining stub openFileSystem method.adamk@chromium.org2011-03-031-0/+7
* Update WebWorkerClientProxy to respect the "create" param.adamk@chromium.org2011-03-031-1/+2
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-6/+6
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+8
* Check content settings when accessing web databases from workers.jochen@chromium.org2010-11-251-0/+21
* Added ability to propogate create to suggest whether or not filesystem's root...kkanetkar@chromium.org2010-11-031-1/+1
* Add Worker support for FileSystem API.kinuko@chromium.org2010-09-271-1/+12
* FBTF: Header cleanup in chrome/common. Part 1.jhawkins@chromium.org2010-08-171-0/+1
* Add some more IPC plumbing and scaffolding to support having appcache work in...michaeln@chromium.org2010-05-081-2/+16
* More groundwork for making appcache work in workers.michaeln@chromium.org2010-05-061-1/+2
* Remove obsolete MessageDestination parameter from postConsoleMessageToWorkerO...mnaganov@chromium.org2010-04-121-2/+0
* Un-revert r39999, now with a Valgrind fix. Original change: http://codereview...dimich@chromium.org2010-02-261-1/+2
* 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