summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webworker_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-2/+4
* Fix another race condition on worker process shutdown that results in use-aft...jam@chromium.org2009-10-101-0/+1
* Webkit roll: 49213:49221levin@chromium.org2009-10-071-1/+1
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-261-6/+4
* Enable message ports for workers.jam@chromium.org2009-08-061-1/+3
* Roll WebKit DEPS from 45738 to 45840.dimich@google.com2009-07-141-0/+2
* Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t...dimich@google.com2009-07-071-0/+1
* Chromium implementation of new WebKit postMessageToWorkerObject/Context APIslevin@chromium.org2009-06-301-3/+9
* Make XHR work in Workers. Creates a 'shadow page' in a worker process to prox...dimich@google.com2009-06-161-0/+7
* Update WebKit to r44544.darin@chromium.org2009-06-091-0/+9
* Header cleanup in webkit/gluephajdan.jr@chromium.org2009-06-011-2/+0
* Move createWorker from WebKitClient to WebWorkerClient per your suggestion, t...jam@chromium.org2009-05-201-0/+2
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* Call WebWorkerClient on the main thread. This makes it consistent with the r...jam@chromium.org2009-05-011-1/+42
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-241-25/+27
* Chrome side of webkit merge from r41860 to 41906.tc@google.com2009-03-231-1/+0
* Fix build breaks after webkit merge.jam@chromium.org2009-03-101-0/+1
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-051-0/+14
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+57