| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | More groundwork for making appcache work in workers. | michaeln@chromium.org | 2010-05-06 | 1 | -1/+2 |
* | Added lifecycle management and sharing support for SharedWorkers. SharedWorkers | atwilson@chromium.org | 2009-11-13 | 1 | -2/+2 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Added beginnings of browser-process support for shared workers. | atwilson@chromium.org | 2009-11-05 | 1 | -0/+1 |
* | Revert "Added beginnings of browser-process support for shared workers." | atwilson@chromium.org | 2009-11-05 | 1 | -1/+0 |
* | Added beginnings of browser-process support for shared workers. | atwilson@chromium.org | 2009-11-05 | 1 | -0/+1 |
* | Initial pass of shared workers renderer-side code | atwilson@chromium.org | 2009-10-30 | 1 | -17/+4 |
* | Fix another race condition on worker process shutdown that results in use-aft... | jam@chromium.org | 2009-10-10 | 1 | -0/+1 |
* | First half of updating Worker.postMessage(), DOMWindow.postMessage(), and | jorlow@chromium.org | 2009-08-26 | 1 | -3/+3 |
* | Enable message ports for workers. | jam@chromium.org | 2009-08-06 | 1 | -1/+6 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Remove 6- and 7-parameter IPC message macros. Replace with a struct that pack... | dimich@google.com | 2009-07-17 | 1 | -0/+4 |
* | Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t... | dimich@google.com | 2009-07-07 | 1 | -0/+1 |
* | Implement a max worker count of 16 per tab and 64 total. Any workers created... | jam@chromium.org | 2009-06-18 | 1 | -0/+2 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -1/+1 |
* | Run workers in separate processes. | jam@chromium.org | 2009-05-01 | 1 | -5/+6 |
* | Use WebWorker and WebWorkerClient from the WebKit API. | darin@chromium.org | 2009-04-24 | 1 | -12/+10 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Finish hooking up the worker process UI: use the domains of the workers as th... | jam@chromium.org | 2009-03-24 | 1 | -1/+5 |
* | Chrome side of webkit merge from r41860 to 41906. | tc@google.com | 2009-03-23 | 1 | -1/+0 |
* | Fix build breaks after webkit merge. | jam@chromium.org | 2009-03-10 | 1 | -0/+1 |
* | Hook up WebKit worker with Chromium. | jianli@chromium.org | 2009-03-05 | 1 | -0/+5 |
* | Have WebWorkerProxy send messages directly through RenderThread, instead of R... | jam@chromium.org | 2009-03-05 | 1 | -2/+1 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 1 | -0/+56 |