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

Issue 160293002: Revert of Revert of Perform a microtask checkpoint for document.write('<script><\/script>') (Closed)

Created:
6 years, 10 months ago by tkent
Modified:
6 years, 10 months ago
CC:
blink-reviews, dglazkov+blink, adamk+blink_chromium.org, tonyg, abarth-chromium
Visibility:
Public.

Description

Revert of Revert of Perform a microtask checkpoint for document.write('<script><\/script>') (https://codereview.chromium.org/153913010/) Reason for revert: Wrong revert Original issue's description: > Revert of Perform a microtask checkpoint for document.write('<script><\/script>') (https://codereview.chromium.org/130983011/) > > Reason for revert: > Broke MutationObserver consistency. > > > Original issue's description: > > Perform a microtask checkpoint for document.write('<script><\/script>') > > > > http://whatwg.org/html#scriptEndTag > > > > The spec does 'Perform a microtask checkpoint' unconditionally for 'An > > end tag whose tag name is "script"', which means that document.write > > can trigger it while a script is running. > > > > A spec bug was filed for the similar situation with 'Provide a stable > > state' on the assumption that this was a mistake, but it was not: > > https://www.w3.org/Bugs/Public/show_bug.cgi?id=24361 > > > > Unless performing a microtask checkpoint here will lead to other > > complications, it's simpler to just align with the spec. > > > > BUG=340322 > > > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166445 > > TBR=eseidel@chromium.org,esprehn@chromium.org,adamk@chromium.org,rafaelw@chromium.org,philipj@opera.com > NOTREECHECKS=true > NOTRY=true > BUG=340322 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166960 TBR=eseidel@chromium.org,esprehn@chromium.org,adamk@chromium.org,rafaelw@chromium.org,philipj@opera.com NOTREECHECKS=true NOTRY=true BUG=340322 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166961

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -6 lines) Patch
A LayoutTests/fast/dom/MutationObserver/script-end-tag.html View 1 chunk +18 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/MutationObserver/script-end-tag-expected.txt View 1 chunk +11 lines, -0 lines 0 comments Download
M Source/core/html/parser/HTMLScriptRunner.cpp View 1 chunk +1 line, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
tkent
Created Revert of Revert of Perform a microtask checkpoint for document.write('<script><\/script>')
6 years, 10 months ago (2014-02-12 03:59:06 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/160293002/1
6 years, 10 months ago (2014-02-12 03:59:28 UTC) #2
commit-bot: I haz the power
6 years, 10 months ago (2014-02-12 03:59:43 UTC) #3
Message was sent while issue was closed.
Change committed as 166961

Powered by Google App Engine
This is Rietveld 408576698