| Commit message (Expand) | Author | Age | Files | Lines |
* | More groundwork for making appcache work in workers. | michaeln@chromium.org | 2010-05-06 | 1 | -4/+5 |
* | Remove obsolete MessageDestination parameter from postConsoleMessageToWorkerO... | mnaganov@chromium.org | 2010-04-12 | 1 | -2/+2 |
* | Fixes a race condition when a shared worker exits while one parent is loading | atwilson@chromium.org | 2010-02-17 | 1 | -1/+2 |
* | Refactored code to allow associating workers with multiple renderers. | atwilson@chromium.org | 2010-01-28 | 1 | -1/+3 |
* | Revert 36888 - Refactored code to allow associating workers with multiple ren... | pkasting@chromium.org | 2010-01-23 | 1 | -3/+1 |
* | Refactored code to allow associating workers with multiple renderers. | atwilson@chromium.org | 2010-01-22 | 1 | -1/+3 |
* | Added lifecycle management and sharing support for SharedWorkers. SharedWorkers | atwilson@chromium.org | 2009-11-13 | 1 | -4/+7 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -2/+2 |
* | Added beginnings of browser-process support for shared workers. | atwilson@chromium.org | 2009-11-05 | 1 | -5/+4 |
* | Revert "Added beginnings of browser-process support for shared workers." | atwilson@chromium.org | 2009-11-05 | 1 | -4/+5 |
* | Added beginnings of browser-process support for shared workers. | atwilson@chromium.org | 2009-11-05 | 1 | -5/+4 |
* | Initial pass of shared workers renderer-side code | atwilson@chromium.org | 2009-10-30 | 1 | -57/+12 |
* | Fix another race condition on worker process shutdown that results in use-aft... | jam@chromium.org | 2009-10-10 | 1 | -0/+3 |
* | First half of updating Worker.postMessage(), DOMWindow.postMessage(), and | jorlow@chromium.org | 2009-08-26 | 1 | -15/+20 |
* | Enable message ports for workers. | jam@chromium.org | 2009-08-06 | 1 | -5/+27 |
* | Remove 6- and 7-parameter IPC message macros. Replace with a struct that pack... | dimich@google.com | 2009-07-17 | 1 | -3/+10 |
* | Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t... | dimich@google.com | 2009-07-07 | 1 | -5/+15 |
* | Implement a max worker count of 16 per tab and 64 total. Any workers created... | jam@chromium.org | 2009-06-18 | 1 | -8/+31 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -2/+2 |
* | Run workers in separate processes. | jam@chromium.org | 2009-05-01 | 1 | -8/+9 |
* | Use WebWorker and WebWorkerClient from the WebKit API. | darin@chromium.org | 2009-04-24 | 1 | -15/+20 |
* | Finish hooking up the worker process UI: use the domains of the workers as th... | jam@chromium.org | 2009-03-24 | 1 | -3/+8 |
* | Chrome side of webkit merge from r41860 to 41906. | tc@google.com | 2009-03-23 | 1 | -2/+1 |
* | Fix build breaks after webkit merge. | jam@chromium.org | 2009-03-10 | 1 | -1/+2 |
* | Hook up WebKit worker with Chromium. | jianli@chromium.org | 2009-03-05 | 1 | -2/+8 |
* | Have WebWorkerProxy send messages directly through RenderThread, instead of R... | jam@chromium.org | 2009-03-05 | 1 | -7/+4 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 1 | -0/+92 |