summaryrefslogtreecommitdiffstats
path: root/chrome/worker
Commit message (Expand)AuthorAgeFilesLines
* Fix another race condition on worker process shutdown that results in use-aft...jam@chromium.org2009-10-103-0/+5
* Fix use-after-free in the worker process. The object was shutting down the p...jam@chromium.org2009-10-093-23/+14
* Enable a lot of WorkerTest.WorkerFastLayoutTests and comment outlevin@chromium.org2009-10-091-4/+3
* Mark a ui test as flaky on windows.estade@chromium.org2009-10-071-1/+7
* Enable WorkerTest.LimitTotalestade@chromium.org2009-10-071-9/+13
* Add quota support.jorlow@chromium.org2009-10-032-16/+0
* Disable message-port-constructor-for-deleted-document.html test for now.atwilson@chromium.org2009-10-031-1/+2
* Disable WorkerTest.LimitTotalestade@chromium.org2009-10-021-6/+5
* Roll deps to r48993.atwilson@chromium.org2009-10-021-1/+2
* Enabling WorkerTest.MessagePorts as the upstream regression was fixed:hamaji@chromium.org2009-10-011-1/+1
* Coverity: Initialize all member variables in the constructor.jhawkins@chromium.org2009-09-301-1/+6
* Disable WorkerTest.WorkerFastLayoutTests.huanr@chromium.org2009-09-301-1/+3
* Disabling failing WorkerTest.MessagePorts after WebKit roll.levin@chromium.org2009-09-291-1/+1
* Disable a test that is causing valgrind problems.levin@chromium.org2009-09-261-2/+2
* More fixes for WorkerFastLayoutTests: enable them on Mac and Win, reintroduce...dimich@google.com2009-09-251-1/+7
* Re-disable all Worker tests until I can figure out exact set of failing ones.dimich@google.com2009-09-241-1/+1
* Re-enable WorkerFastTests and disable only one that fails.dimich@google.com2009-09-241-3/+3
* Disable Worker*.WorkerFastLayoutTests for now.jshin@chromium.org2009-09-241-5/+2
* Enable and rebaseline worker-close.html after the upstream fix (http://trac.w...jianli@chromium.org2009-09-241-3/+1
* WorkerFastLayoutTests works fine on the Linux try bots, but fails on the Linu...atwilson@chromium.org2009-09-241-0/+4
* Un-reverting 26919, and disabling worker-cloneports since it is flaky.atwilson@chromium.org2009-09-241-1/+46
* Reverting 26919.atwilson@chromium.org2009-09-231-42/+1
* Added missing layout tests along with associated rebaselinings.atwilson@chromium.org2009-09-231-1/+42
* Fix race condition with message ports being dropped if sent before a worker s...jam@chromium.org2009-09-211-0/+1
* Fixed Chrome implementation of worker error reporting to report errors via ev...atwilson@chromium.org2009-09-181-1/+1
* Disable WorkerTest::WorkerFastLayoutTestsdglazkov@chromium.org2009-09-011-1/+1
* New WebKit API interfaces for desktop notifications.johnnyg@google.com2009-09-011-0/+7
* 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