gecko-dev/dom/worklet
Jan de Mooij bfd0eb30d1 Bug 1851854 - Use SetPrefableContextOptions for worklet JS ContextOptions. r=mccr8, a=RyanVM
`SetPrefableContextOptions` currently has to be called on the main thread, so store
the options in `StartModuleLoadRunnable` and copy them on the worklet thread.

This doesn't update the options when the prefs are changed, but we've been moving
to read-on-startup for prefs so we probably don't need that.

Differential Revision: https://phabricator.services.mozilla.com/D187767
2023-09-11 10:09:45 +00:00
..
loader Bug 1572644 - Part 12-1: Using StructuredCloneHolder to pass a JS::Value from a worklet thread to main thread. r=jonco,yulia 2023-03-13 22:59:41 +00:00
tests Bug 1826062 - Automatic fixes for Prettier 2.0.5 upgrade. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,owlish 2023-05-20 12:26:49 +00:00
moz.build Bug 1572644 - Part 2: Init WorkletModuleLoader when WorkletGlobalScope is created. r=jonco,yulia 2023-03-13 22:59:36 +00:00
Worklet.cpp Bug 1572644 - Part 12-2: Add mErrorToRethrow to hold the JS::Value in WorkletFetchHandler. r=jonco,yulia 2023-03-13 22:59:42 +00:00
Worklet.h Bug 1572644 - Part 11-2: Preload localized error msg and format it when resolving failed. r=jonco,yulia 2023-03-13 22:59:41 +00:00
WorkletFetchHandler.cpp Bug 1851854 - Use SetPrefableContextOptions for worklet JS ContextOptions. r=mccr8, a=RyanVM 2023-09-11 10:09:45 +00:00
WorkletFetchHandler.h Bug 1572644 - Part 12-2: Add mErrorToRethrow to hold the JS::Value in WorkletFetchHandler. r=jonco,yulia 2023-03-13 22:59:42 +00:00
WorkletGlobalScope.cpp Bug 1834737 - Make RFPTarget parameter of WorkletGlobalScope::ShouldResistFingerprinting non-optional. r=tjr 2023-05-31 09:46:54 +00:00
WorkletGlobalScope.h Bug 1834737 - Make RFPTarget parameter of WorkletGlobalScope::ShouldResistFingerprinting non-optional. r=tjr 2023-05-31 09:46:54 +00:00
WorkletImpl.cpp Bug 1834737 - Make RFPTarget parameter of nsIGlobalObject::ShouldResistFingerprinting non-optional. r=tjr,media-playback-reviewers,aosmond 2023-05-31 09:46:53 +00:00
WorkletImpl.h Bug 1834737 - Make RFPTarget parameter of WorkletGlobalScope::ShouldResistFingerprinting non-optional. r=tjr 2023-05-31 09:46:54 +00:00
WorkletThread.cpp Bug 1851854 - Use SetPrefableContextOptions for worklet JS ContextOptions. r=mccr8, a=RyanVM 2023-09-11 10:09:45 +00:00
WorkletThread.h Bug 1851854 - Use SetPrefableContextOptions for worklet JS ContextOptions. r=mccr8, a=RyanVM 2023-09-11 10:09:45 +00:00