| Commit message (Expand) | Author | Age | Files | Lines |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 9 | -20/+20 |
* | Turned on shared worker tests and added test expectations. | atwilson@chromium.org | 2009-11-10 | 1 | -0/+59 |
* | Enable back some worker UI tests. | ager@chromium.org | 2009-11-09 | 1 | -4/+2 |
* | Changed SharedWorkerScriptLoader and WebSharedWorkerProxy to stay alive until... | atwilson@chromium.org | 2009-11-09 | 1 | -1/+1 |
* | Added support for --worker-startup-dialog command line flag. | atwilson@chromium.org | 2009-11-06 | 1 | -0/+5 |
* | Initial WebSharedWorkerImpl implementation | atwilson@chromium.org | 2009-11-05 | 2 | -0/+6 |
* | Added beginnings of browser-process support for shared workers. | atwilson@chromium.org | 2009-11-05 | 10 | -91/+311 |
* | Enable the URL portion of storage events. This is mostly just plumbing + a h... | jorlow@chromium.org | 2009-11-05 | 2 | -2/+2 |
* | Revert "Added beginnings of browser-process support for shared workers." | atwilson@chromium.org | 2009-11-05 | 10 | -311/+91 |
* | Added beginnings of browser-process support for shared workers. | atwilson@chromium.org | 2009-11-05 | 10 | -91/+311 |
* | First half of http://codereview.chromium.org/274014/show | jorlow@chromium.org | 2009-11-04 | 2 | -2/+27 |
* | Eliminate mime_util dependency in FrameLoaderClientImpl. | darin@chromium.org | 2009-11-04 | 2 | -18/+88 |
* | Initial pass of shared workers renderer-side code | atwilson@chromium.org | 2009-10-30 | 2 | -0/+6 |
* | Re-enabling worker fast tests (doing a more surgical disabling of just a sing... | atwilson@chromium.org | 2009-10-22 | 1 | -7/+9 |
* | Disable WorkerFastLayoutTests on all platforms instead | nsylvain@chromium.org | 2009-10-21 | 1 | -6/+1 |
* | Re-enable worker-script-error.html in ui_test now | levin@chromium.org | 2009-10-16 | 1 | -2/+1 |
* | Enables use-machine-stack.html worker test. | hclam@chromium.org | 2009-10-13 | 1 | -4/+0 |
* | Try to remove the flakiness from the WorkerLimit ui test by polling for proce... | jam@chromium.org | 2009-10-13 | 1 | -19/+24 |
* | TBR=dglazkov | hclam@chromium.org | 2009-10-12 | 1 | -10/+6 |
* | Mark some more WorkerTest as fail | hclam@chromium.org | 2009-10-12 | 1 | -2/+4 |
* | Disable some more tests in WorkerTest | hclam@chromium.org | 2009-10-12 | 1 | -3/+6 |
* | Disable WorkerTest.LimitTotal | hclam@chromium.org | 2009-10-12 | 1 | -1/+2 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | Fix another race condition on worker process shutdown that results in use-aft... | jam@chromium.org | 2009-10-10 | 3 | -0/+5 |
* | Fix use-after-free in the worker process. The object was shutting down the p... | jam@chromium.org | 2009-10-09 | 3 | -23/+14 |
* | Enable a lot of WorkerTest.WorkerFastLayoutTests and comment out | levin@chromium.org | 2009-10-09 | 1 | -4/+3 |
* | Mark a ui test as flaky on windows. | estade@chromium.org | 2009-10-07 | 1 | -1/+7 |
* | Enable WorkerTest.LimitTotal | estade@chromium.org | 2009-10-07 | 1 | -9/+13 |
* | Add quota support. | jorlow@chromium.org | 2009-10-03 | 2 | -16/+0 |
* | Disable message-port-constructor-for-deleted-document.html test for now. | atwilson@chromium.org | 2009-10-03 | 1 | -1/+2 |
* | Disable WorkerTest.LimitTotal | estade@chromium.org | 2009-10-02 | 1 | -6/+5 |
* | Roll deps to r48993. | atwilson@chromium.org | 2009-10-02 | 1 | -1/+2 |
* | Enabling WorkerTest.MessagePorts as the upstream regression was fixed: | hamaji@chromium.org | 2009-10-01 | 1 | -1/+1 |
* | Coverity: Initialize all member variables in the constructor. | jhawkins@chromium.org | 2009-09-30 | 1 | -1/+6 |
* | Disable WorkerTest.WorkerFastLayoutTests. | huanr@chromium.org | 2009-09-30 | 1 | -1/+3 |
* | Disabling failing WorkerTest.MessagePorts after WebKit roll. | levin@chromium.org | 2009-09-29 | 1 | -1/+1 |
* | Disable a test that is causing valgrind problems. | levin@chromium.org | 2009-09-26 | 1 | -2/+2 |
* | More fixes for WorkerFastLayoutTests: enable them on Mac and Win, reintroduce... | dimich@google.com | 2009-09-25 | 1 | -1/+7 |
* | Re-disable all Worker tests until I can figure out exact set of failing ones. | dimich@google.com | 2009-09-24 | 1 | -1/+1 |
* | Re-enable WorkerFastTests and disable only one that fails. | dimich@google.com | 2009-09-24 | 1 | -3/+3 |
* | Disable Worker*.WorkerFastLayoutTests for now. | jshin@chromium.org | 2009-09-24 | 1 | -5/+2 |
* | Enable and rebaseline worker-close.html after the upstream fix (http://trac.w... | jianli@chromium.org | 2009-09-24 | 1 | -3/+1 |
* | WorkerFastLayoutTests works fine on the Linux try bots, but fails on the Linu... | atwilson@chromium.org | 2009-09-24 | 1 | -0/+4 |
* | Un-reverting 26919, and disabling worker-cloneports since it is flaky. | atwilson@chromium.org | 2009-09-24 | 1 | -1/+46 |
* | Reverting 26919. | atwilson@chromium.org | 2009-09-23 | 1 | -42/+1 |
* | Added missing layout tests along with associated rebaselinings. | atwilson@chromium.org | 2009-09-23 | 1 | -1/+42 |
* | Fix race condition with message ports being dropped if sent before a worker s... | jam@chromium.org | 2009-09-21 | 1 | -0/+1 |
* | Fixed Chrome implementation of worker error reporting to report errors via ev... | atwilson@chromium.org | 2009-09-18 | 1 | -1/+1 |
* | Disable WorkerTest::WorkerFastLayoutTests | dglazkov@chromium.org | 2009-09-01 | 1 | -1/+1 |
* | New WebKit API interfaces for desktop notifications. | johnnyg@google.com | 2009-09-01 | 1 | -0/+7 |