gecko-dev/dom/script
Steven MacLeod b329c4ff4c Bug 1646547 - fix ScriptLoader::ReadyToExecuteParserBlockingScripts stopping at OOP ancestors. r=kmag
`ReadyToExecuteParserBlockingScripts` was walking the ancestor chain but
would stop if it hit an OOP ancestor. With this change we walk the
`WindowContext` tree instead, so that we may skip over OOP ancestors
and continue checking all in process ancestors.

Differential Revision: https://phabricator.services.mozilla.com/D86436
2020-08-09 23:50:35 +00:00
..
LoadedScript.cpp
LoadedScript.h
ModuleLoadRequest.cpp
ModuleLoadRequest.h
ScriptDecoding.h
ScriptElement.cpp
ScriptElement.h
ScriptKind.h
ScriptLoadHandler.cpp Bug 1653335 - Replace MakeSpan uses by constructor calls. r=froydnj 2020-08-07 07:49:47 +00:00
ScriptLoadHandler.h
ScriptLoadRequest.cpp Bug 780269 - Pass (X-)SourceMap header to SpiderMonkey for workers. r=perry 2020-07-07 21:19:58 +00:00
ScriptLoadRequest.h Bug 780269 - Pass (X-)SourceMap header to SpiderMonkey for workers. r=perry 2020-07-07 21:19:58 +00:00
ScriptLoader.cpp Bug 1646547 - fix ScriptLoader::ReadyToExecuteParserBlockingScripts stopping at OOP ancestors. r=kmag 2020-08-09 23:50:35 +00:00
ScriptLoader.h
ScriptSettings.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-08-02 15:29:15 +00:00
ScriptSettings.h Bug 1223932 - delete guard object uses from the tree; r=jwalden 2020-07-30 14:22:38 +00:00
ScriptTrace.cpp
ScriptTrace.h
moz.build
nsIScriptElement.h
nsIScriptLoaderObserver.idl