[blink] Allow in-order scripts to be streamed
Currently, in-order scripts (i.e. <script> tags that are inserted dynamically instead of by the parser) never request streaming. Given recent streaming improvements, we can now afford to stream these scripts. As a drive-by, also allow async scripts encountered while the script runner is suspended to also be streamed, since otherwise they will never stream. Bug: 865098 Change-Id: I095deb4ac8ceab86c8db0473357b093822cb3b61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1630159Reviewed-by:Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/master@{#664204}
Showing
Please register or sign in to comment