-
- Downloads
Bug 1425310 - Implement modulepreload for link rel. r=yulia,smaug,jonco
Does perform the optional step of fetching descendants and linking: https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script-2 Partially implements some new destinations ("as" attribute values) for modulepreload only (not for preload or link attribute reflection) Differential Revision: https://phabricator.services.mozilla.com/D172368
Showing
- dom/html/HTMLLinkElement.cpp 66 additions, 29 deletionsdom/html/HTMLLinkElement.cpp
- dom/script/ScriptLoadContext.h 4 additions, 3 deletionsdom/script/ScriptLoadContext.h
- dom/script/ScriptLoader.cpp 8 additions, 7 deletionsdom/script/ScriptLoader.cpp
- modules/libpref/init/StaticPrefList.yaml 10 additions, 1 deletionmodules/libpref/init/StaticPrefList.yaml
- netwerk/base/nsNetUtil.cpp 18 additions, 0 deletionsnetwerk/base/nsNetUtil.cpp
- netwerk/base/nsNetUtil.h 1 addition, 0 deletionsnetwerk/base/nsNetUtil.h
- parser/html/nsHtml5SpeculativeLoad.h 4 additions, 4 deletionsparser/html/nsHtml5SpeculativeLoad.h
- parser/html/nsHtml5TreeBuilderCppSupplement.h 30 additions, 0 deletionsparser/html/nsHtml5TreeBuilderCppSupplement.h
- testing/web-platform/meta/preload/avoid-delaying-onload-link-modulepreload-exec.html.ini 0 additions, 2 deletions...ad/avoid-delaying-onload-link-modulepreload-exec.html.ini
- testing/web-platform/meta/preload/avoid-delaying-onload-link-modulepreload.html.ini 0 additions, 2 deletions...preload/avoid-delaying-onload-link-modulepreload.html.ini
- testing/web-platform/meta/preload/modulepreload.html.ini 0 additions, 47 deletionstesting/web-platform/meta/preload/modulepreload.html.ini
- testing/web-platform/tests/preload/modulepreload-as.html 67 additions, 0 deletionstesting/web-platform/tests/preload/modulepreload-as.html
- testing/web-platform/tests/preload/modulepreload-sri.html 18 additions, 0 deletionstesting/web-platform/tests/preload/modulepreload-sri.html
- testing/web-platform/tests/preload/modulepreload.html 103 additions, 3 deletionstesting/web-platform/tests/preload/modulepreload.html
- uriloader/preload/PreloadService.cpp 10 additions, 3 deletionsuriloader/preload/PreloadService.cpp
- uriloader/preload/PreloaderBase.cpp 9 additions, 4 deletionsuriloader/preload/PreloaderBase.cpp
- uriloader/preload/PreloaderBase.h 3 additions, 2 deletionsuriloader/preload/PreloaderBase.h
- xpcom/ds/StaticAtoms.py 1 addition, 0 deletionsxpcom/ds/StaticAtoms.py
Loading
Please register or sign in to comment