- 9265dfe Rename PageCache to BackForwardCache by cdumez@apple.com · 5 years ago
- 1d290dd Pages with Web Workers cannot enter the back / forward cache by cdumez@apple.com · 5 years ago
- 673841f Crash when calling XMLHttpRequest.setRequestHeader() in a worker by cdumez@apple.com · 6 years ago
- 36b74c3 Make DocumentThreadableLoader error logging more consistent by youenn@apple.com · 7 years ago
- 7fa998f REGRESSION (r227340): Layout Test fast/workers/worker-cloneport.html is a flaky failure by cdumez@apple.com · 7 years ago
- 810cfcd8 close() operation should not be exposed inside a ServiceWorkerGlobalScope by cdumez@apple.com · 7 years ago
- 3629909 ServiceWorkerGlobalScope prototype chain should be immutable by cdumez@apple.com · 7 years ago
- 73c7cf9 DOMException should not have its own toString() by cdumez@apple.com · 8 years ago
- e5fa982 fast/workers/worker-user-gesture.html crashes on iOS by cdumez@apple.com · 8 years ago
- 6e80247 Possible crash in ~UserGestureIndicator() when on non-main thread by cdumez@apple.com · 8 years ago
- 990ed5b Unreviewed, rolling out r219401. by jlewis3@apple.com · 8 years ago
- 80e4b25 Unreviewed, rolling out r219379. by jlewis3@apple.com · 8 years ago
- 285c435 Remove NAVIGATOR_HWCONCURRENCY https://bugs.webkit.org/show_bug.cgi?id=174400 by dino@apple.com · 8 years ago
- a316d90 `const location = "foo"` throws in a worker by cdumez@apple.com · 8 years ago
- b124468 optional sequence values not handled correctly by binding generator by weinig@apple.com · 8 years ago
- d8b596d WorkerGlobalScope's indexedDB property should be on the prototype, not the instance by cdumez@apple.com · 8 years ago
- 4143da1 Regression(r201970): productSub / vendor / vendorSub should not be exposed on WorkerNavigator by cdumez@apple.com · 8 years ago
- 3a49627 WorkerLocation.prototype.toString() should be enumerable by cdumez@apple.com · 9 years ago
- a55c748 Update DOMCoreException to use the description in toString(). by beidson@apple.com · 9 years ago
- bc768c8 Move most of CSP tests into security/contentSecurityPolicy/ by jiewen_tan@apple.com · 9 years ago
- ea4879d window.onerror should pass the ErrorEvent's 'error' property as the 5th argument to the event handler by commit-queue@webkit.org · 9 years ago
- 04b3fdd WorkerNavigator is missing some attributes by cdumez@apple.com · 9 years ago
- 0180c20 atob() / btoa() API should be exposed to workers by cdumez@apple.com · 9 years ago
- b454890 WorkerGlobalScope attributes / operations should be on the prototype by cdumez@apple.com · 9 years ago
- ff27cda DedicatedWorkerGlobalScope prototype chain is incorrect by cdumez@apple.com · 9 years ago
- efa8d8e First parameter to MessagePort / DedicatedWorkerGlobalScope.postMessage() should be mandatory by cdumez@apple.com · 9 years ago
- 12d8c41 self.hasOwnProperty() does not work inside Web workers by cdumez@apple.com · 9 years ago
- a4d06b6 Unreviewed, drop outdated layout test after r200375. by cdumez@apple.com · 9 years ago
- 475dee9 CSP: Block XHR when calling XMLHttpRequest.send() and throw network error. by commit-queue@webkit.org · 9 years ago
- 303109a CSP: Make violation console messages concise and consistent by dbates@webkit.org · 9 years ago
- 8c34a38 CSP: Implement child-src directive by dbates@webkit.org · 9 years ago
- 3381858 [Web IDL] interface objects should be Function objects by cdumez@apple.com · 9 years ago
- e5b53f1 CSP: Use the served CSP header for dedicated workers by dbates@webkit.org · 9 years ago
- ce24e8d location.origin is undefined in a web worker by cdumez@apple.com · 9 years ago
- 127015c watchdog m_didFire state erroneously retained. by mark.lam@apple.com · 10 years ago
- f4eb1bb Remove support for SharedWorkers https://bugs.webkit.org/show_bug.cgi?id=140344 by weinig@apple.com · 10 years ago
- 3014b56 Start removing Web Database support from workers by andersca@apple.com · 10 years ago
- 32e5ef6 WebKit2 on iOS needs to capture the main thread's floating point environment. by mark.lam@apple.com · 11 years ago
- 93466a1 Unreviewed, rolling r166248 back in. by msaboff@apple.com · 11 years ago
- c552377 Unreviewed, rolling out r166126. by msaboff@apple.com · 11 years ago
- 40e9ff3 toThis() on a JSWorkerGlobalScope should return a JSProxy and not undefined by msaboff@apple.com · 11 years ago
- 772177e Improve dom error messages https://bugs.webkit.org/show_bug.cgi?id=130103 by oliver@apple.com · 11 years ago
- 45ba416 SerializedScriptValue may move Identifiers between worlds by oliver@apple.com · 11 years ago
- 847e8c7 Source/WebCore: Blob constructor accepts a sequence (array-like object) as first arg. by commit-queue@webkit.org · 11 years ago
- a465425 Set MessageEvent.source to the newly created port for shared workers' connect events by ch.dumez@sisa.samsung.com · 11 years ago
- eac91eb Change fast/u*, fast/w*, and fast/x* files to use pre and post js files in LayoutTests/resources. by mark.lam@apple.com · 11 years ago
- ac56b76 Add 'colno' attribute to ErrorEvent interface by ch.dumez@sisa.samsung.com · 12 years ago
- d1ea15e Pass column as 4th argument to WorkerGlobalScope.onerror and Window.onerror handlers by ch.dumez@sisa.samsung.com · 12 years ago
- 81da138 Rewrite fast/workers/dedicated-worker-lifecycle.html to verify that by mark.lam@apple.com · 12 years ago
- b72a039 Support Quota API in Workers https://bugs.webkit.org/show_bug.cgi?id=112972 by alecflett@chromium.org · 12 years ago
- b9181b3 Move workerThreadCount from TestRunner to WebCore Internals by benjamin@webkit.org · 12 years ago
- 0bb6a17 [chromium] Creation of dedicated workers (isolates) leaks reference to HTMLDocument by kbr@google.com · 12 years ago
- 34db298 Update DOMException name: URLMismatchError by arv@chromium.org · 12 years ago
- bc27de7 Update DOMException name: SyntaxError by arv@chromium.org · 12 years ago
- f8e29ee Update DOMException name: InvalidStateError by arv@chromium.org · 12 years ago
- 0feef16 Wrong error type is thrown for type errors in callbacks by arv@chromium.org · 12 years ago
- 1061f95 DOM URL is flaky when workers are used by allan.jensen@digia.com · 12 years ago
- 14695b7 Crash when trying to write exception message to null console by commit-queue@webkit.org · 12 years ago
- 04bfe7a Unreviewed, rolling out r131516 and r131550. by ossy@webkit.org · 12 years ago
- c4da761 Bytecode should not have responsibility for determining how to perform non-local resolves by oliver@apple.com · 12 years ago
- 79bb5eb Remove webkitPostMessage https://bugs.webkit.org/show_bug.cgi?id=96577 by abarth@webkit.org · 12 years ago
- 799fcd1 window.postMessage() / MessagePort.postMessage() throw wrong exception for invalid ports argument by commit-queue@webkit.org · 13 years ago
- 224c8b5 Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests by rniwa@webkit.org · 13 years ago
- 9713e0a Use testRunner instead of layoutTestController in fast/workers/storage tests by rniwa@webkit.org · 13 years ago
- 74191f1 Test fix attempt after r120516. by rniwa@webkit.org · 13 years ago
- f5ee369 Unreviewed gardening, updating baselines after r119124. by zandobersek@gmail.com · 13 years ago
- e7d1aca Move WebSQL tests in LayoutTests/storage to websql directory by jsbell@chromium.org · 13 years ago
- 030c0f3 [Worker] Web Worker lacks test to check the name attribute of SharedWorker by commit-queue@webkit.org · 13 years ago
- bdf2b05 [Worker] Web Worker lacks test for posting structured data message. by commit-queue@webkit.org · 13 years ago
- c6d5ac4 [V8] Add a per context data store and use that for caching boiler plates as well as constructor functions by arv@chromium.org · 13 years ago
- ecfb0a2 Running a Web Worker on about:blank crashes the interpreter by benjamin@webkit.org · 13 years ago
- 0c3bdd9 Make default console messages line numbers consistent. by vsevik@chromium.org · 13 years ago
- b5dec36 Source/WebCore: Return more complete error and exception messages when a by michaeln@google.com · 13 years ago
- 51d8f4b Unreviewed, rolling out r99990. by ojan@chromium.org · 13 years ago
- f6a23cb Speculative fix for a few worker tests. by tony@chromium.org · 13 years ago
- 22f2827 JS Test Harness: Insert the stylesheet dynamically by arv@chromium.org · 13 years ago
- 190e755 Generate a SharedWorker constructor of V8 using [Constructor] IDL by haraken@chromium.org · 13 years ago
- 245aeaf JS Test Harness: Make console and description elements optional in the HTML by arv@chromium.org · 13 years ago
- 42f897d Make isXMLMIMEType regex use TLS https://bugs.webkit.org/show_bug.cgi?id=69665 by jschuh@chromium.org · 13 years ago
- 0435361 Source/WebCore: https://bugs.webkit.org/show_bug.cgi?id=66714 by dslomov@google.com · 13 years ago
- 800b362 2011-08-30 Yury Semikhatsky <yurys@chromium.org> by yurys@chromium.org · 13 years ago
- 01d62065 Return value of window.onerror has inverted semantics by yurys@chromium.org · 13 years ago
- e11a1f1 postMessage raises INVALID_STATE_ERR instead of DATA_CLONE_ERR in many cases. by levin@chromium.org · 14 years ago
- 32b8c71 MessageEvent.ports shouldn't ever be null. by levin@chromium.org · 14 years ago
- cb8e744 A SharedWorker constructor should throw TypeError, when the number of arguments is not enough. by commit-queue@webkit.org · 14 years ago
- d116a96 A Worker constructor should throw TypeError, when the number of arguments is not enough by commit-queue@webkit.org · 14 years ago
- dd00779 Raise if dispatchEvent dispatches an event that is being dispatched by dominicc@chromium.org · 14 years ago
- e2a65c2 2011-07-01 Nate Chapin <japhet@chromium.org> by japhet@chromium.org · 14 years ago
- 9aef952 2011-07-01 Nate Chapin <japhet@chromium.org> by japhet@chromium.org · 14 years ago
- 568cdfd Expand Web Worker test coverage for onerror to have test for url/line numbers. by levin@chromium.org · 14 years ago
- 20f89796 2011-06-10 Yury Semikhatsky <yurys@chromium.org> by yurys@chromium.org · 14 years ago
- 5996615 2011-06-13 David Levin <levin@chromium.org> by levin@chromium.org · 14 years ago
- 4e0bab2 Fetching a Worker with url that isn't allowed from a file based test causes DRT to crash. by levin@chromium.org · 14 years ago
- ae6b777 Simplifying Worker termination sequence (removing unnecessary mutex) by dimich@chromium.org · 14 years ago
- 895c30a Disable fast/workers/storage/interrupt-database-sync.html due to flakiness on by weinig@apple.com · 14 years ago
- c8a06eb 2010-12-27 yury semikhatsky <yurys@chromium.org> by yurys@chromium.org · 14 years ago
- e42c177 2010-12-13 Yury Semikhatsky <yurys@chromium.org> by yurys@chromium.org · 14 years ago
- 68b2822 2010-12-13 Yury Semikhatsky <yurys@chromium.org> by yurys@chromium.org · 14 years ago
- 1972b24 Test that workers can be successfully interrupted in the middle of DB operations. by dumi@chromium.org · 14 years ago
- 96f5be4 Adding a test that makes sure the same database can be simultaneously accessed from workers and the page. by dumi@chromium.org · 14 years ago