mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 17:22:04 +00:00
61ffa36c9d
Modifies the preparation of script tags in order to better follow the specification. Now, scripts are only considered to have already started if they have a valid type when being prepared, and only changes to the src attribute trigger script preparation, instead of for all attributes. This allows script tags to be re-run after their type and src are modified, if they haven't run already. Differential Revision: https://phabricator.services.mozilla.com/D175795 |
||
---|---|---|
.. | ||
AutoEntryScript.cpp | ||
AutoEntryScript.h | ||
ModuleLoader.cpp | ||
ModuleLoader.h | ||
moz.build | ||
nsIScriptElement.cpp | ||
nsIScriptElement.h | ||
nsIScriptLoaderObserver.idl | ||
ScriptCompression.cpp | ||
ScriptCompression.h | ||
ScriptDecoding.h | ||
ScriptElement.cpp | ||
ScriptElement.h | ||
ScriptLoadContext.cpp | ||
ScriptLoadContext.h | ||
ScriptLoader.cpp | ||
ScriptLoader.h | ||
ScriptLoadHandler.cpp | ||
ScriptLoadHandler.h | ||
ScriptSettings.cpp | ||
ScriptSettings.h | ||
ScriptTrace.h | ||
ShadowRealmGlobalScope.cpp | ||
ShadowRealmGlobalScope.h |