summaryrefslogtreecommitdiffstats
path: root/chrome/worker/worker_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-4/+11
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-051-11/+4
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-4/+11
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-22/+7
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-7/+22
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-22/+7
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-7/+22
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-22/+7
* Make workers functional on OSX and Linux.levin@chromium.org2009-07-141-1/+1
* Remove --enable-web-workers command-line switch.dimich@google.com2009-06-291-3/+0
* Switch child threads so that current() only works on the correct thread and t...jam@chromium.org2009-06-151-0/+12
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* Enable the workers in WorkerThread so that the nested worker can be created.jianli@chromium.org2009-04-131-0/+3
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-1/+0
* Fix threading and ownership issues in WebWorkerClientProxy.jam@chromium.org2009-03-201-0/+1
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-2/+1
* 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-0/+20
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+26