summaryrefslogtreecommitdiffstats
path: root/chrome/worker
Commit message (Expand)AuthorAgeFilesLines
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-264-23/+32
* Enable message ports for workers.jam@chromium.org2009-08-065-9/+40
* Enable worker layout tests after the WebKit patch to fix an assert is landed.jianli@chromium.org2009-08-061-8/+8
* Run the DOM Storage layout tests in the UI test framework since the test shel...jorlow@chromium.org2009-08-051-275/+14
* This CL is doing a bunch of Misc work to make LocalStorage data persist.jorlow@chromium.org2009-08-052-0/+7
* Temporarily disable all Worker tests.dglazkov@chromium.org2009-08-041-8/+8
* Cross-process Message Port implementation.jam@chromium.org2009-08-043-0/+36
* Rebaseline worker-constructor.html and enable it and other 2 tests in running...jianli@chromium.org2009-07-301-2/+3
* Disable worker-constructor.html until the WebKit side change is landed and we...jianli@chromium.org2009-07-301-1/+1
* Enable layout tests: worker-constructor.html and worker-script-error.html.jianli@chromium.org2009-07-281-10/+29
* Reenable running worker UI tests.jianli@chromium.org2009-07-241-11/+0
* The final CL for plumbing DOM Storage.jorlow@chromium.org2009-07-242-0/+16
* Disable worker tests for debug builds.darin@chromium.org2009-07-231-0/+11
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-233-30/+11
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-233-11/+30
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-233-30/+11
* Split the IPC code into ipc/agl@chromium.org2009-07-222-2/+2
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-213-11/+30
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-203-30/+11
* Disable text-encoding.html from Worker http layout tests, it appears to be un...dimich@google.com2009-07-171-1/+1
* Remove 6- and 7-parameter IPC message macros. Replace with a struct that pack...dimich@google.com2009-07-171-3/+9
* Attempt to re-enable the http worker tests. I can't repro the 'flak' so I'm g...dimich@google.com2009-07-171-1/+1
* Disable running layout tests worker-constructor.html and worker-redirect.html...jianli@chromium.org2009-07-161-3/+2
* Disable WorkerHttpLayoutTests which is flaky (both debug and release winxp).sverrir@chromium.org2009-07-151-1/+1
* Make workers functional on OSX and Linux.levin@chromium.org2009-07-143-5/+2
* Roll WebKit DEPS from 45738 to 45840.dimich@google.com2009-07-142-1/+4
* Platform cleanup in worker_uitest.cc.phajdan.jr@chromium.org2009-07-131-4/+4
* Fix the problem that the temp worker directory is not deleted if the http ser...jianli@chromium.org2009-07-081-2/+22
* Sprinkle some defensiveness into the UI tests so that they don't explode if t...stuartmorgan@chromium.org2009-07-071-0/+4
* Add getFileSize support to chromiumvictorw@chromium.org2009-07-032-0/+7
* Add one more layout test LayoutTests\http\tests\xmlhttprequest\works\close.ht...jianli@chromium.org2009-06-301-0/+1
* Change to use encodeURIComponent to encode the UTF8 character in the returnedjianli@chromium.org2009-06-291-1/+1
* Fix for ui_tests - accidental change went in.dimich@google.com2009-06-291-1/+1
* Remove --enable-web-workers command-line switch.dimich@google.com2009-06-292-5/+1
* Support running http layout tests for workers in UI test framework.jianli@chromium.org2009-06-291-36/+107
* Added stub native web worker support, including build support in preparationsehr@google.com2009-06-295-2/+339
* Add ability to start/stop http server to ui_tests. This will be used to run W...dimich@google.com2009-06-231-0/+22
* Support running worker's fast layout tests in UI test framework.jianli@chromium.org2009-06-191-11/+212
* Implement a max worker count of 16 per tab and 64 total. Any workers created...jam@chromium.org2009-06-182-0/+40
* Switch child threads so that current() only works on the correct thread and t...jam@chromium.org2009-06-152-3/+13
* Convert worker.vcproj to gyp generation.sgk@google.com2009-06-031-171/+0
* 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