Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Aug 31, 2021
Enable SharedArrayBuffer support when COOP/COEP headers are used
Show description for f3ee677committedImplement self.structuredClone()
Show description for 8e3c0a9committed
Commits on Aug 30, 2021
Implement self.reportError()
Show description for b238783committed
Commits on Aug 12, 2021
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Show description for e6c7e17committed
Commits on Jul 31, 2021
Add initial support for 'Cross-Origin-Opener-Policy' HTTP header
Show description for c0421a4committed
Commits on Jul 2, 2021
[MacOS wk1] crypto/workers/subtle/hrsa-postMessage-worker.html is a flaky failure
Show description for 26f6d14committed
Commits on May 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 21, 2021
Replace more static Locks with CheckedLocks in WTF / WebCore
Show description for 3559a77committedNon-unified build fixes, late-ish May 2021 edition
Show description for 4121488committed
Commits on Apr 22, 2021
Implement FontFace in Workers for OffscreenCanvas
Show description for 792fde6committed
Chris Lord
Commits on Apr 12, 2021
Refactor font loading to make it possible for Worker to implement it
Show description for ed8d107committed
Chris Lord
Commits on Apr 6, 2021
Make sure service workers use a ScriptSourceCode backed by file-mapped memory when possible
Show description for e48770dcommitted
Commits on Apr 2, 2021
Delete JS code and trigger garbage collection in worker threads on memory pressure
Show description for 226ec21committedImplement text rendering on OffscreenCanvas in a Worker
Show description for 1064eafcommitted
Chris Lord
Commits on Mar 28, 2021
Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports
Show description for c19981bcommitted
Sam Weinig
Commits on Mar 22, 2021
Implement RTCDataChannel transfer out of process
Show description for 6e430bdcommitted
Commits on Feb 20, 2021
JS Modules in Workers
Show description for f0caab3committed
Commits on Dec 14, 2020
Pass an isolated copy of Settings to workers and worklets.
Show description for 0118132committed
Commits on Nov 18, 2020
Unreviewed, relanding r269940
Show description for 704d5c7committedUnreviewed, reverting r269940.
Show description for bad0404committed[JSC] Implement WebAssembly.Memory with shared
Show description for 80581efcommitted
Commits on Oct 23, 2020
Use WorkerOrWorkletGlobalScope in WebInspector code instead of WorkerGlobalScope
Show description for 5ed6a4ccommitted
Commits on Oct 21, 2020
Share more code between WorkerGlobalScope and WorkletGlobalScope
Show description for caf06e3committedMerge WorkerScriptController and WorkletScriptController into WorkerOrWorkletScriptController
Show description for d497389committed
Commits on Oct 6, 2020
Source/WebCore:
Show description for 6ffcd9bcommitted
Commits on Oct 1, 2020
Add basic infrastructure for AudioWorklet
Show description for 12c63cecommitted
Commits on Aug 28, 2020
Add WebGL(2) context support to OffscreenCanvas
Show description for b720b5ecommitted
Chris Lord
Commits on Jun 23, 2020
Remove a lot of unnecessary calls to Ref::copyRef()
Show description for c899399committed
Commits on May 21, 2020
Incorrect location.origin in blob workers
Show description for df66ab4committed
Commits on Mar 31, 2020
requestAnimationFrame and cancelAnimationFrame should be present on DedicatedWorkerGlobalScope
Show description for 51ebea4committed
Chris Lord
Commits on Feb 7, 2020
Fix fetch/api/policies/referrer-origin-worker.html
Show description for 9b8a93cauthored andcommitted
Commits on Jan 16, 2020
Fetch: URL parser not always using UTF-8
Show description for da3a422authored andcommitted
Commits on Dec 4, 2019
Perform microtask checkpoint after each task as spec'ed
Show description for af5470dcommitted
Commits on Nov 25, 2019
Basic OffscreenCanvas functionality
Show description for b302794authored andcommitted