Commits
User selector
Commit History
Commits on Aug 12, 2021
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Show description for e6c7e17committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
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 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 Feb 20, 2021
JS Modules in Workers
Show description for f0caab3committed
Commits on Feb 4, 2021
RELEASE_ASSERT(bigInt) in VM constructor when constructing a WorkletGlobalScope
Show description for f813761committed
Commits on Dec 14, 2020
Pass an isolated copy of Settings to workers and worklets.
Show description for 0118132committed
Commits on Oct 22, 2020
Share more code between WorkerThread and AudioWorkletThread
Show description for 4805f15committed
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 Aug 28, 2020
Add WebGL(2) context support to OffscreenCanvas
Show description for b720b5ecommitted
Chris Lord
Commits on Mar 31, 2020
requestAnimationFrame and cancelAnimationFrame should be present on DedicatedWorkerGlobalScope
Show description for 51ebea4committed
Chris Lord
Commits on Feb 26, 2020
Allow setting of stack sizes for threads
Show description for 6cc343ecommitted
Commits on Feb 12, 2020
Web Inspector: inspector/cpu-profiler/threads.html is flaky crashing
Show description for 701cb44committed
Commits on Feb 7, 2020
Fix fetch/api/policies/referrer-origin-worker.html
Show description for 9b8a93cauthored andcommitted
Commits on Nov 5, 2019
REGRESSION (r250754): web page using IDBIndex doesn't load occasionally
Show description for eb5e516committed
Commits on Oct 22, 2019
Suspend dedicated worker threads while in the back/forward cache
Show description for 9a7c54dcommitted
Commits on Sep 19, 2019
WorkerGlobalScope does not need a SessionID
Show description for df8ac74committed
Commits on Aug 29, 2019
Skip fetch event dispatching if no fetch event handler is added at script evaluation time
Show description for bee83dacommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Feb 18, 2019
Web Inspector: Better categorize CPU usage per-thread / worker
Show description for 98a3ac4authored andcommitted
Commits on Jan 16, 2019
Prevent WorkerRunLoop::runInMode from spinning in nested cases
Show description for 066d266committed
Commits on Jan 2, 2019
SourceProviders should use an actual URL instead of a string
Show description for 7513ec9committed
Commits on Dec 1, 2018
Move URL from WebCore to WTF
Show description for cddec66authored andcommitted
Commits on Oct 18, 2018
Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY)
Show description for 8132e32committed
Commits on Aug 22, 2018
Support "name" option for dedicated workers
Show description for 94f1437committedUnreviewed, rolling out r235128.
Show description for 1f81d69committed
Commits on Aug 21, 2018
Support "name" option for dedicated workers
Show description for 6627145committed
Commits on Aug 14, 2018
Worker should support unhandled promise rejections
Show description for 9916877committed
Commits on Aug 6, 2018
Add support for microtasks in workers
Show description for bd7232acommitted
Commits on Apr 5, 2018
[WTF] Remove StaticLock
Show description for 488014dcommitted
Commits on Mar 27, 2018
Avoid constructing SecurityOrigin objects from non-main threads
Show description for 77f5c41committed
Commits on Mar 16, 2018
Name Service Worker threads differently from regular Worker threads
Show description for ba12e6dcommitted
Commits on Jan 19, 2018
ASSERT(registration || isTerminating()) hit in SWServerWorker::skipWaiting()
Show description for d687bd8committed
Commits on Dec 14, 2017
Drop Thread::tryCreate
Show description for 671515ecommitted