gecko-dev/dom/script
Jon Coppeard bc6660ee39 Bug 1678774 - Track more top level load requests while they are being parsed off-thread r=dpalmeiro
The original patch had caused some assertions so I rewrote it. This now puts
all untracked top-level requests on the new list while they are being compiled
so handles preload requests too.

Differential Revision: https://phabricator.services.mozilla.com/D119386
2021-07-12 16:31:00 +00:00
..
AutoEntryScript.cpp Bug 1676361 - Move AutoEntryScript to a separate header file to avoid pulling in GeckoProfiler.h everywhere. r=mccr8 2021-03-05 15:29:49 +00:00
AutoEntryScript.h Bug 1676361 - Move AutoEntryScript to a separate header file to avoid pulling in GeckoProfiler.h everywhere. r=mccr8 2021-03-05 15:29:49 +00:00
LoadedScript.cpp
LoadedScript.h
ModuleLoadRequest.cpp Bug 1536094 - Support dynamic import from content scripts (sandboxed code) r=smaug,jonco 2021-03-23 11:15:11 +00:00
ModuleLoadRequest.h Bug 1536094 - Support dynamic import from content scripts (sandboxed code) r=smaug,jonco 2021-03-23 11:15:11 +00:00
ModuleMapKey.cpp Bug 1536094 - Support dynamic import from content scripts (sandboxed code) r=smaug,jonco 2021-03-23 11:15:11 +00:00
ModuleMapKey.h Bug 1536094 - CC changes. r=smaug 2021-03-23 11:15:11 +00:00
ScriptDecoding.h
ScriptElement.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ScriptElement.h
ScriptKind.h
ScriptLoadHandler.cpp Bug 1700954 - Remove remaining BinAST fragments from ScriptLoader. r=arai,hsivonen,necko-reviewers 2021-03-26 13:01:40 +00:00
ScriptLoadHandler.h Bug 1681308 - Add alignment requirement to XDR buffer. r=nbp 2021-01-13 02:18:26 +00:00
ScriptLoadRequest.cpp Bug 1678774 - Track more top level load requests while they are being parsed off-thread r=dpalmeiro 2021-07-12 16:31:00 +00:00
ScriptLoadRequest.h Bug 1678774 - Track more top level load requests while they are being parsed off-thread r=dpalmeiro 2021-07-12 16:31:00 +00:00
ScriptLoader.cpp Bug 1678774 - Track more top level load requests while they are being parsed off-thread r=dpalmeiro 2021-07-12 16:31:00 +00:00
ScriptLoader.h Bug 1678774 - Track more top level load requests while they are being parsed off-thread r=dpalmeiro 2021-07-12 16:31:00 +00:00
ScriptSettings.cpp Bug 1706937 - Cleanup JS source-element callback. r=jandem 2021-05-03 20:08:06 +00:00
ScriptSettings.h Bug 1691889 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/. r=peterv 2021-03-10 08:19:25 +00:00
ScriptTrace.cpp Bug 1626555 - Add `dom/script` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 16:50:39 +00:00
ScriptTrace.h
moz.build Bug 1536094 - Support dynamic import from content scripts (sandboxed code) r=smaug,jonco 2021-03-23 11:15:11 +00:00
nsIScriptElement.cpp Bug 1673931 - Move parts of implementation of nsIScriptElement to cpp file. r=hsivonen 2020-11-23 16:12:39 +00:00
nsIScriptElement.h Bug 1673931 - Move parts of implementation of nsIScriptElement to cpp file. r=hsivonen 2020-11-23 16:12:39 +00:00
nsIScriptLoaderObserver.idl