summaryrefslogtreecommitdiffstats
path: root/chrome/worker
Commit message (Expand)AuthorAgeFilesLines
* Added support for --worker-startup-dialog command line flag.atwilson@chromium.org2009-11-061-0/+5
* Initial WebSharedWorkerImpl implementationatwilson@chromium.org2009-11-052-0/+6
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-0510-91/+311
* Enable the URL portion of storage events. This is mostly just plumbing + a h...jorlow@chromium.org2009-11-052-2/+2
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-0510-311/+91
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-0510-91/+311
* First half of http://codereview.chromium.org/274014/showjorlow@chromium.org2009-11-042-2/+27
* Eliminate mime_util dependency in FrameLoaderClientImpl.darin@chromium.org2009-11-042-18/+88
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-302-0/+6
* Re-enabling worker fast tests (doing a more surgical disabling of just a sing...atwilson@chromium.org2009-10-221-7/+9
* Disable WorkerFastLayoutTests on all platforms insteadnsylvain@chromium.org2009-10-211-6/+1
* Re-enable worker-script-error.html in ui_test nowlevin@chromium.org2009-10-161-2/+1
* Enables use-machine-stack.html worker test.hclam@chromium.org2009-10-131-4/+0
* Try to remove the flakiness from the WorkerLimit ui test by polling for proce...jam@chromium.org2009-10-131-19/+24
* TBR=dglazkovhclam@chromium.org2009-10-121-10/+6
* Mark some more WorkerTest as failhclam@chromium.org2009-10-121-2/+4
* Disable some more tests in WorkerTesthclam@chromium.org2009-10-121-3/+6
* Disable WorkerTest.LimitTotalhclam@chromium.org2009-10-121-1/+2
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* 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