summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webworker_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-3/+3
* Call WebWorkerClient on the main thread. This makes it consistent with the r...jam@chromium.org2009-05-011-7/+93
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-241-36/+53
* Pass a URL with valid protocol to SecurityOrigin::create in order to follow t...jianli@chromium.org2009-04-131-1/+3
* Fix potential crash when multiple workers try to start at the same time. In o...jianli@chromium.org2009-04-031-0/+18
* Chrome side of webkit merge from r41860 to 41906.tc@google.com2009-03-231-2/+0
* Fix build breaks after webkit merge.jam@chromium.org2009-03-101-0/+2
* Fix lifetime control for worker and worker context.jianli@chromium.org2009-03-061-1/+3
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-051-4/+40
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+91