summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webworker_base.h
Commit message (Expand)AuthorAgeFilesLines
* More groundwork for making appcache work in workers.michaeln@chromium.org2010-05-061-12/+36
* Fixes a race condition when a shared worker exits while one parent is loadingatwilson@chromium.org2010-02-171-1/+2
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-281-0/+5
* Revert 36888 - Refactored code to allow associating workers with multiple ren...pkasting@chromium.org2010-01-231-5/+0
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-221-0/+5
* Added lifecycle management and sharing support for SharedWorkers. SharedWorkersatwilson@chromium.org2009-11-131-1/+1
* Changed SharedWorkerScriptLoader and WebSharedWorkerProxy to stay alive until...atwilson@chromium.org2009-11-091-0/+3
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-2/+3
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-051-3/+2
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-2/+3
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-301-0/+64