..
loader
Bug 1784482 - Implement corrected base URI for module redirection; r=asuth
2022-09-08 17:13:28 +00:00
remoteworkers
Bug 1770498: Add shouldResistFingerprinting to RemoteWorkerData r=asuth
2022-07-15 20:39:19 +00:00
sharedworkers
Bug 1770498: Add shouldResistFingerprinting to RemoteWorkerData r=asuth
2022-07-15 20:39:19 +00:00
test
Bug 1788037 - Turn on ESLint rule for prefer-boolean-length-check for dom. r=asuth,karlt
2022-09-02 11:05:17 +00:00
ChromeWorker.cpp
Bug 1768189 - Part 42: Apply modernize-concat-nested-namespaces to dom/webgpu/RenderBundle.h ... r=andi
2022-05-09 20:41:19 +00:00
ChromeWorker.h
Bug 1768189 - Part 42: Apply modernize-concat-nested-namespaces to dom/webgpu/RenderBundle.h ... r=andi
2022-05-09 20:41:19 +00:00
ChromeWorkerScope.cpp
Bug 1768189 - Part 42: Apply modernize-concat-nested-namespaces to dom/webgpu/RenderBundle.h ... r=andi
2022-05-09 20:41:19 +00:00
ChromeWorkerScope.h
Bug 1768189 - Part 42: Apply modernize-concat-nested-namespaces to dom/webgpu/RenderBundle.h ... r=andi
2022-05-09 20:41:19 +00:00
JSExecutionManager.cpp
Bug 1768189 - Part 43: Apply modernize-concat-nested-namespaces to dom/workers/JSExecutionManager.cpp ... r=andi
2022-05-09 20:41:20 +00:00
JSExecutionManager.h
Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato
2022-08-03 16:39:41 +00:00
JSSettings.h
Bug 1768189 - Part 43: Apply modernize-concat-nested-namespaces to dom/workers/JSExecutionManager.cpp ... r=andi
2022-05-09 20:41:20 +00:00
MessageEventRunnable.cpp
Bug 1758115 - Part 2: Streamline locking, initialization and shutdown for TimelineConsumers, r=smaug
2022-06-29 15:01:51 +00:00
MessageEventRunnable.h
moz.build
Bug 1766995 - Part 1: Split ScriptLoadInfo into it's own file; r=asuth
2022-05-05 08:55:17 +00:00
nsIWorkerDebugger.idl
nsIWorkerDebuggerManager.idl
Principal.cpp
Bug 1768189 - Part 43: Apply modernize-concat-nested-namespaces to dom/workers/JSExecutionManager.cpp ... r=andi
2022-05-09 20:41:20 +00:00
Principal.h
Bug 1768189 - Part 43: Apply modernize-concat-nested-namespaces to dom/workers/JSExecutionManager.cpp ... r=andi
2022-05-09 20:41:20 +00:00
Queue.h
Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato
2022-08-03 16:39:41 +00:00
RegisterBindings.cpp
RuntimeService.cpp
Bug 1770768 - Part 3: Add browser prefs for the new GC parameters r=mccr8,sfink
2022-08-02 10:05:05 +00:00
RuntimeService.h
Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato
2022-08-03 16:39:41 +00:00
ScriptLoader.cpp
Bug 1784482 - Implement method for single script loading; r=asuth
2022-09-08 17:13:28 +00:00
ScriptLoader.h
Bug 1784482 - Implement method for single script loading; r=asuth
2022-09-08 17:13:28 +00:00
Worker.cpp
Bug 1758115 - Part 2: Streamline locking, initialization and shutdown for TimelineConsumers, r=smaug
2022-06-29 15:01:51 +00:00
Worker.h
Bug 1768189 - Part 43: Apply modernize-concat-nested-namespaces to dom/workers/JSExecutionManager.cpp ... r=andi
2022-05-09 20:41:20 +00:00
WorkerCommon.h
Bug 1768189 - Part 43: Apply modernize-concat-nested-namespaces to dom/workers/JSExecutionManager.cpp ... r=andi
2022-05-09 20:41:20 +00:00
WorkerCSPEventListener.cpp
WorkerCSPEventListener.h
Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato
2022-08-03 16:39:41 +00:00
WorkerDebugger.cpp
Bug 1742438 - Prep Part 9: Encode URIs on worker script loader creation; r=asuth
2022-07-14 17:07:23 +00:00
WorkerDebugger.h
Bug 1768189 - Part 43: Apply modernize-concat-nested-namespaces to dom/workers/JSExecutionManager.cpp ... r=andi
2022-05-09 20:41:20 +00:00
WorkerDebuggerManager.cpp
Bug 1768189 - Part 43: Apply modernize-concat-nested-namespaces to dom/workers/JSExecutionManager.cpp ... r=andi
2022-05-09 20:41:20 +00:00
WorkerDebuggerManager.h
Bug 1768189 - Part 43: Apply modernize-concat-nested-namespaces to dom/workers/JSExecutionManager.cpp ... r=andi
2022-05-09 20:41:20 +00:00
WorkerDocumentListener.cpp
WorkerDocumentListener.h
WorkerError.cpp
Bug 1769290 - Part 4: Apply mozilla-js-handle-rooted-typedef against dom/workers r=mccr8,dom-worker-reviewers,smaug
2022-05-17 19:48:04 +00:00
WorkerError.h
Bug 1769290 - Part 4: Apply mozilla-js-handle-rooted-typedef against dom/workers r=mccr8,dom-worker-reviewers,smaug
2022-05-17 19:48:04 +00:00
WorkerEventTarget.cpp
Bug 1768189 - Part 43: Apply modernize-concat-nested-namespaces to dom/workers/JSExecutionManager.cpp ... r=andi
2022-05-09 20:41:20 +00:00
WorkerEventTarget.h
Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato
2022-08-03 16:39:41 +00:00
WorkerLoadInfo.cpp
Bug 1760580 - P2: Provide a reason when request is cancelled with NS_BINDING_ABORTED, r=necko-reviewers,media-playback-reviewers,valentin,chunmin
2022-09-08 09:11:19 +00:00
WorkerLoadInfo.h
Bug 1740263 - Implement the CSP checking callback for WASM. r=dom-worker-reviewers,smaug,freddyb
2022-05-19 14:13:50 +00:00
WorkerLocation.cpp
Bug 1768189 - Part 43: Apply modernize-concat-nested-namespaces to dom/workers/JSExecutionManager.cpp ... r=andi
2022-05-09 20:41:20 +00:00
WorkerLocation.h
Bug 1777574, automate CC zone handling, r=mccr8
2022-09-07 11:22:51 +00:00
WorkerNavigator.cpp
Bug 1777574, automate CC zone handling, r=mccr8
2022-09-07 11:22:51 +00:00
WorkerNavigator.h
Bug 1777574, automate CC zone handling, r=mccr8
2022-09-07 11:22:51 +00:00
WorkerPrivate.cpp
Bug 1784457 - Remove unused mLoadingWorkerScript atomic boolean from WorkerPrivate; r=asuth
2022-08-22 16:22:04 +00:00
WorkerPrivate.h
Bug 1784457 - Remove unused mLoadingWorkerScript atomic boolean from WorkerPrivate; r=asuth
2022-08-22 16:22:04 +00:00
WorkerRef.cpp
Bug 1743020 - Part 5: Eliminate FakeCopyable, r=asuth
2022-06-02 13:24:11 +00:00
WorkerRef.h
Bug 1743020 - Part 5: Eliminate FakeCopyable, r=asuth
2022-06-02 13:24:11 +00:00
WorkerRunnable.cpp
Bug 1767214: Avoid executing WorkerMainThreadRunnable::Run late in shutdown. r=dom-worker-reviewers,jesup
2022-05-12 16:13:28 +00:00
WorkerRunnable.h
WorkerScope.cpp
Bug 1786501 - Implement WorkerNavigator::Invalidate; r=smaug
2022-08-31 09:34:50 +00:00
WorkerScope.h
Bug 1786501 - Implement WorkerNavigator::Invalidate; r=smaug
2022-08-31 09:34:50 +00:00
WorkerStatus.h
Bug 1768189 - Part 44: Apply modernize-concat-nested-namespaces to dom/workers/WorkerStatus.h ... r=andi
2022-05-09 20:41:20 +00:00
WorkerTestUtils.cpp
Bug 1768189 - Part 44: Apply modernize-concat-nested-namespaces to dom/workers/WorkerStatus.h ... r=andi
2022-05-09 20:41:20 +00:00
WorkerTestUtils.h
WorkerThread.cpp
WorkerThread.h