Chromium Code Reviews
DescriptionScript moving fixes related to context documents.
There were 2 bugs:
1) Moving script element to a new document whose context document is the same as
the current document: we ended up doing ScriptRunner::movePendingAsyncScript to
itself and that does the wrong thing (just removes the script).
2) Moving script element to a new document which is not its own context
document, and then moving it somewhere else. The script was not where we
expected it to be (it was in the context document, we expected it to be in the
non-context document).
BUG=456059
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189886
Patch Set 1 #Patch Set 2 : better fix + tests #Patch Set 3 : oops #Patch Set 4 : oops #
Total comments: 1
Patch Set 5 : refactored #Messages
Total messages: 9 (4 generated)
|