| commit | 9cb7a71a7369a77b2d0c400b2a7e436f489bc2c0 | [log] [tgz] |
|---|---|---|
| author | csharrison <csharrison@chromium.org> | Wed Jul 13 04:45:18 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 04:47:55 2016 |
| tree | 6a6b7e76e541d3bdc8c7ef4fdb5ee97b22412b69 | |
| parent | de2de961f2851a852febfb7223b0f27df5e6afb9 [diff] |
Move document.write evaluation after standard preloads This patch moves document.write evaluation to take place after all the preloads the HTMLDocumentParser knows about are fetched. This shaves off preload delay when the evaluator is busy evaluating or initializing the context. BUG=627575 Review-Url: https://codereview.chromium.org/2146673002 Cr-Commit-Position: refs/heads/master@{#405026}