Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Issue 1933033002: Don't run PerformCheckpoint on Document::finishedParsing while running JS (Closed)

Created:
4 years, 7 months ago by kozy
Modified:
4 years, 6 months ago
Reviewers:
kouhei (in TOK)
CC:
chromium-reviews, caseq+blink_chromium.org, blink-reviews-dom_chromium.org, sof, eae+blinkwatch, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, rwlbuis, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't run PerformCheckpoint on Document::finishedParsing while running JS It's speculative solution. Without this CL DOMParser().parseFromString('hi', 'text/html') will produce execution of async tasks BUG=606986 R=kouhei@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -1 line) Patch
A third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-promise-run-after-script.html View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-promise-run-after-script-expected.txt View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (1 generated)
kozy
4 years, 7 months ago (2016-04-29 02:25:55 UTC) #1
@kouhei, please take a look.
It's related to crbug.com/425790

Powered by Google App Engine
This is Rietveld 408576698