gecko-dev/dom/worklet
Jonatan Klemets 1cef03e517 Bug 1918449 - Part 1: Handle unknown module type earlier r=jonco,dom-worker-reviewers,dom-core,asuth,mccr8
We never reach `CompileFetchedModule` if we have an unknown module type since
we take the module type into account when we do mime type checking, so the file
always fails to load because of MIME mismatch, and we don't get the expected
`TypeError.` Checking if we have an unknown type should happen much earlier in
the process.

Differential Revision: https://phabricator.services.mozilla.com/D222222
2024-09-24 08:50:36 +00:00
..
loader Bug 1918449 - Part 1: Handle unknown module type earlier r=jonco,dom-worker-reviewers,dom-core,asuth,mccr8 2024-09-24 08:50:36 +00:00
tests Bug 1914617 - Enable ESLint rules no-undef and no-unused-vars on dom/worklet. r=dom-core,frontend-codestyle-reviewers,mccr8 2024-08-28 11:23:07 +00:00
moz.build
Worklet.cpp
Worklet.h
WorkletFetchHandler.cpp Bug 1877792 - Part 8: Add module type to ModuleLoadRequest::NewVisitedSetForTopLevelImport r=spidermonkey-reviewers,dom-worker-reviewers,dom-core,asuth,jonco,mccr8 2024-09-03 08:10:50 +00:00
WorkletFetchHandler.h
WorkletGlobalScope.cpp
WorkletGlobalScope.h
WorkletImpl.cpp Bug 1851816: Pass PBM Status into RFPIsEnabledFor r=timhuang 2023-12-18 18:39:33 +00:00
WorkletImpl.h Bug 1851816: Pass PBM Status into RFPIsEnabledFor r=timhuang 2023-12-18 18:39:33 +00:00
WorkletThread.cpp Bug 1918506 - Align stack sizes for AudioWorkletProcessor. r=karlt 2024-09-17 14:09:05 +00:00
WorkletThread.h Bug 1918506 - Align stack sizes for AudioWorkletProcessor. r=karlt 2024-09-17 14:09:05 +00:00