summaryrefslogtreecommitdiffstats
path: root/chrome/worker/worker_uitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Disable text-encoding.html from Worker http layout tests, it appears to be un...dimich@google.com2009-07-171-1/+1
* 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
* 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 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-291-2/+1
* Support running http layout tests for workers in UI test framework.jianli@chromium.org2009-06-291-36/+107
* 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-181-0/+39
* 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