Commits
User selector
Commit History
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 26, 2021
CSP does not apply to AudioWorklets
Show description for 5a3d97fcommitted
Commits on May 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 23, 2021
Use CheckedLock in even more places
Show description for ae0b81ccommitted
Commits on May 22, 2021
Stop using holdLock() in WebCore as it is not compatible with Clang thread safety analysis
Show description for 9252a1ccommitted
Commits on May 20, 2021
[WebIDL] Remove [ImplicitThis] and [CustomProxyToJSObject] extended attributes
Show description for 6bb75cfcommitted
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 23, 2021
[WebIDL] Remove the need to specify [MayThrowException]
Show description for c9d973bcommitted
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
[GPUProcess] Bump QoS to UserInteractive for real-time audio rendering thread
Show description for f0fe5bdcommittedPass an isolated copy of Settings to workers and worklets.
Show description for 0118132committed
Commits on Nov 19, 2020
Worklet.addModule() should reject promise with an AbortError when the network load fails
Show description for cd4782ccommitted
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 Nov 2, 2020
REGRESSION (r269227): Crash in WebCore::WorkerOrWorkletGlobalScope::prepareForDestruction
Show description for 85f1a99committed
Commits on Oct 31, 2020
Usage of allWorkletGlobalScopesSet() in WorkletGlobalScope is not thread-safe
Show description for 9f906fecommitted
Commits on Oct 22, 2020
Share more code between WorkerThread and AudioWorkletThread
Show description for 4805f15committedIntroduce worklet destinations and allow to fetch modules with CORS based on destination
Show description for 4191046committed
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 19, 2020
Replace execStateFrom*() functions with globalObject() overloads
Show description for 4762d6ecommitted
Commits on Oct 9, 2020
Add proper implementation for WorkletGlobalScope::isContextThread()
Show description for 61d8549committed
Commits on Oct 7, 2020
Constructing a AudioWorkletNode should construct an AudioWorkletProcessor on the Worklet thread
Show description for ac5db9dcommitted
Commits on Oct 6, 2020
Add implementation for AudioWorkletGlobalScope's currentFrame / currentTime / sampleRate attributes
Show description for 5a1dacccommittedSource/WebCore:
Show description for 6ffcd9bcommitted
Commits on Oct 2, 2020
Unreviewed non-unified build fix.
Show description for 44c7694committed
Commits on Oct 1, 2020
Add basic infrastructure for AudioWorklet
Show description for 12c63cecommitted[WebIDL] Make Exposed mandatory for IDL interfaces
Show description for 9940f5ccommitted
Sam Weinig
Commits on Sep 29, 2020
Add stubs for AudioWorklet
Show description for c41621acommitted
Commits on Aug 28, 2020
[WebIDL] 'void' type is changing to 'undefined'
Show description for 217b253committed
Sam Weinig
Commits on Jul 20, 2020
Add support for FinalizationRegistries
Show description for ce91489committed
Commits on Jul 16, 2020
IDB serialization of some DOM object types crashes the Networking process due to incorrect global object type (WPT IndexedDB/structured-clone.any tests fail)
Show description for 7e3b6a9authored andcommitted