Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
Commits on Sep 16, 2021
Add IDL skeleton for SharedWorker
Show description for 1a0d99bauthored andcommitted
Commits on Aug 31, 2021
Implement self.structuredClone()
Show description for 8e3c0a9committed
Commits on Aug 12, 2021
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Show description for e6c7e17committed
Commits on Jun 2, 2021
Drop legacy ActiveDOMObject::setPendingActivity() / unsetPendingActivity()
Show description for 08df658committed
Commits on Apr 16, 2021
Remove a no longer necessary callOnMainThread in Worker::createRTCRtpScriptTransformer
Show description for 055f1b3committed
Commits on Apr 15, 2021
Update RTCScriptTransform constructor up to spec
Show description for 0873b95committed
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 13, 2021
Update RTCRtpScriptTransform to the latest version of the spec
Show description for c3f0975committed
Commits on Feb 20, 2021
JS Modules in Workers
Show description for f0caab3committed
Commits on Feb 11, 2021
Non unified build fixes for mid February 2021
Show description for 5d2e2dacommitted
Commits on Nov 20, 2020
Add support for RTCRtpScriptTransform
Show description for 9877c92committed
Commits on Mar 31, 2020
Overrides of ActiveDOMObject::hasPendingActivity() should not need to query the base class's hasPendingActivity()
Show description for 8b490c0committed
Commits on Feb 7, 2020
Fix fetch/api/policies/referrer-origin-worker.html
Show description for 9b8a93cauthored andcommitted
Commits on Dec 13, 2019
Implement PostMessageOptions for postMessage
Show description for 84a4d9ccommitted
Commits on Nov 7, 2019
Port Worker to the HTML5 event loop
Show description for 2ce403ccommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommittedSuspend dedicated worker threads while in the back/forward cache
Show description for 9a7c54dcommitted
Commits on Oct 17, 2019
Deprecate ActiveDOMObject::canSuspendForDocumentSuspension()
Show description for 1279082committed
Commits on Oct 8, 2019
Unreviewed. Restabilize non-unified build.
Show description for 99c2b66committed
Commits on Oct 1, 2019
Make GenericEventQueue an ActiveDOMObject
Show description for 9fce1bbcommitted
Commits on Sep 30, 2019
Pages with Web Workers cannot enter the back / forward cache
Show description for 1c483ffcommitted
Commits on Sep 19, 2019
WorkerGlobalScope does not need a SessionID
Show description for df8ac74committed
Commits on Aug 14, 2019
Update Worker::notifyFinished to not use emptySessionID
Show description for 188a98ccommittedRemove SessionID default constructor
Show description for a35d9bccommitted
Commits on Apr 4, 2019
[WebCore] Put most of derived classes of ScriptWrappable into IsoHeap
Show description for 359c45dcommitted
Commits on Mar 19, 2019
Build cleanly with GCC 9
Show description for 743bc7dcommitted
Commits on Jan 21, 2019
Use references rather than pointers for register/unregister functions, and more
Show description for 30ff46acommitted
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 17, 2018
Replace canBubble and cancelable booleans in Event by enum classes
Show description for 52b0890committed
Commits on Apr 12, 2018
Content-Type not enforced for <script> allows for XSS
Show description for c43c958committed
Commits on Apr 8, 2018
Have WorkerScriptLoader::loadAsynchronously() take a FetchOptions
Show description for 1cb788bcommitted