| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix another race condition on worker process shutdown that results in use-aft... | jam@chromium.org | 2009-10-10 | 1 | -0/+1 |
* | Fix use-after-free in the worker process. The object was shutting down the p... | jam@chromium.org | 2009-10-09 | 1 | -20/+9 |
* | First half of updating Worker.postMessage(), DOMWindow.postMessage(), and | jorlow@chromium.org | 2009-08-26 | 1 | -15/+19 |
* | Enable message ports for workers. | jam@chromium.org | 2009-08-06 | 1 | -4/+28 |
* | 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 | -3/+9 |
* | Roll WebKit DEPS from 45738 to 45840. | dimich@google.com | 2009-07-14 | 1 | -1/+3 |
* | Added stub native web worker support, including build support in preparation | sehr@google.com | 2009-06-29 | 1 | -2/+27 |
* | Prevent a worker that loops forever from preventing shutdown of the worker pr... | jam@chromium.org | 2009-05-21 | 1 | -2/+40 |
* | Move createWorker from WebKitClient to WebWorkerClient per your suggestion, t... | jam@chromium.org | 2009-05-20 | 1 | -0/+6 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -3/+3 |
* | Call WebWorkerClient on the main thread. This makes it consistent with the r... | jam@chromium.org | 2009-05-01 | 1 | -9/+1 |
* | Use WebWorker and WebWorkerClient from the WebKit API. | darin@chromium.org | 2009-04-24 | 1 | -16/+22 |
* | 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 |
* | Refactor plugin process code which checks with the browser process before shu... | jam@chromium.org | 2009-03-27 | 1 | -3/+3 |
* | Fix threading and ownership issues in WebWorkerClientProxy. | jam@chromium.org | 2009-03-20 | 1 | -5/+17 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 1 | -1/+2 |
* | Hook up WebKit worker with Chromium. | jianli@chromium.org | 2009-03-05 | 1 | -15/+0 |
* | 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/+95 |