summaryrefslogtreecommitdiffstats
path: root/chrome/worker
Commit message (Expand)AuthorAgeFilesLines
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-1/+1
* Increase timeout for worker UI tests.jianli@chromium.org2009-05-261-1/+1
* We need to add UI tests to test workers after we switch to process-per-worker...jianli@chromium.org2009-05-261-0/+39
* Prevent a worker that loops forever from preventing shutdown of the worker pr...jam@chromium.org2009-05-212-2/+42
* Forgot file with r16454jam@chromium.org2009-05-201-0/+1
* Move createWorker from WebKitClient to WebWorkerClient per your suggestion, t...jam@chromium.org2009-05-203-7/+6
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-104-7/+7
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+0
* Chrome side to handle changing CreateWebWorker to createWorker.darin@chromium.org2009-05-052-2/+2
* Run workers in separate processes.jam@chromium.org2009-05-013-0/+9
* Call WebWorkerClient on the main thread. This makes it consistent with the r...jam@chromium.org2009-05-012-13/+2
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-242-31/+39
* Chrome changes to support WebKit API changes.darin@chromium.org2009-04-162-5/+7
* Enable the workers in WorkerThread so that the nested worker can be created.jianli@chromium.org2009-04-131-0/+3
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-032-2/+2
* Move IPC code to ipc/agl@chromium.org2009-04-032-2/+2
* Remove the checked-in scons configuration files.sgk@google.com2009-04-011-102/+0
* Enable running webkit tests in parallel and make it useojan@google.com2009-03-302-0/+15
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-277-59/+6
* Fix threading and ownership issues in WebWorkerClientProxy.jam@chromium.org2009-03-203-9/+25
* Eliminate using_webkit.{scons,vsprops} in favor of having WebCommon.h set thedarin@chromium.org2009-03-191-2/+2
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-192-4/+3
* Refactor sandboxing code so that it can be used by worker processes.jam@chromium.org2009-03-181-3/+12
* Implement WebSandboxSupport.darin@chromium.org2009-03-122-20/+5
* Slight code change to make some global variables const.maruel@google.com2009-03-102-2/+4
* Fill out some of the new abstract methods of WebKitClient.ericroman@google.com2009-03-082-0/+20
* Reland r11118.darin@chromium.org2009-03-062-0/+11
* Revert r11118 :(darin@chromium.org2009-03-062-11/+0
* WorkerWebKitClientImpl snuck up on me. arggh!darin@chromium.org2009-03-062-0/+11
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-058-25/+92
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Add DEPS file for chrome/workerjam@chromium.org2009-03-041-0/+6
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-049-0/+574