DescriptionSend <iframe srcdoc> to the threaded parser
There are no test changes as this should be
imperceptible to pages. We already issued
srcdoc loads asynchronously, we just happened
to parse their contents synchronously as soon
as we got back to the runloop to issue the load.
Now that we use the threaded parser, parsing
and display of srcdoc iframes will be incremental
as well as should not interfere with other
mainthread tasks like js execution or RAF.
Unfortunately there are some other knobs I need
to turn in the HTML parser to make it less
aggressive about processing data to make the
don't-interfere-with-animations part of this
change a reality.
BUG=308321
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172798
Patch Set 1 #
Total comments: 1
Patch Set 2 : Remove setting too #Patch Set 3 : Remove setting too #Patch Set 4 : Add back setting for now #Patch Set 5 : Updated #Patch Set 6 : Fixed my nub mistake #Messages
Total messages: 24 (0 generated)
|