DescriptionForce synchronized parser for substitute main resource load marked forceSynchronousLoad.
Before this CL, synchronized parsing for forceSynchronousLoad
substituteData was not enforced. The flag was simply ignored in parsing
code path.
This bug has not surfaced because all substituteData which required
synchronized loading were used against about:blank URL, and
HTMLDocumentParserOptions had a special casing that about:blank urls
required synchronous parsing.
This CL explicitly enforces synchronous parse for forceSynchronousLoad
substituteData, so that flag is actually used.
This is also a step toward removing special casing against about:black
URL in HTMLDocumentParser.
BUG=421289
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183570
Patch Set 1 #
Messages
Total messages: 10 (3 generated)
|