Description[HTML Imports] Implement sub-imports processing.
s change introduces sub-imports processing.
Before this change, a placeholder document for imported document is
plain frame-less document and it didn't load any external resources.
This change lets imported documents share HTMLImportsController with the master document,
so that the document can do (sub)-import processing using the shared controller.
Each <link> in a document sees if the owner document has an import controller,
and starts loading import if there is the controller available.
BUG=240592
TEST=import-master.html, no-browsing-context.html, sub-imports.html, sub-imports-loop.html
R=dglazkov@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152755
Patch Set 1 #
Total comments: 5
Patch Set 2 : Got rid of ensureImport() #Patch Set 3 : Updated to ToT. #Messages
Total messages: 11 (0 generated)
|