|
Revert a series of wrong fixes for crbug.com/361011
Revert "Elaborate error handling on ScriptLoader::finishLoading()"
> Elaborate error handling on ScriptLoader::finishLoading()
>
> This is a follow up for r170702, which considered only about
> dynamically added <script>. This change covers parser-added <script>.
>
> TEST=adopt-node-crash.html
> BUG= 365229, 364770
> R=esprehn@chromium.org, eseidel@chromium.org
>
> Review URL: https://codereview.chromium.org/248013002
>
> git-svn-id: svn://svn.chromium.org/blink/trunk@172804 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Revert "Handle didMoveToNewDocument() for <script>"
> Handle didMoveToNewDocument() for <script>
>
> This change handles inter-document move for <script>
> so that it cancel script execution when it moves between documents.
> As the execution relies on ScriptRunner that is owned by Document,
> this cancellation is reasoable if not ideal.
>
> TEST=append-child-adopt-node-crash.html
> BUG= 361011
> R=dglazkov@chromium.org, eseidel@chromium.org
>
> Review URL: https://codereview.chromium.org/229753004
>
> git-svn-id: svn://svn.chromium.org/blink/trunk@171160 bbb929c8-8fbe-4397-9dbb-9b2b20218538
BUG= 365529, 364770, 361011, 368551
TBR=eseidel@chromium.org, japhet@chromium.org, dglazkov@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174075
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+14 lines, -146 lines) |
Patch |
 |
D |
LayoutTests/fast/dom/HTMLScriptElement/adopt-node-crash.html
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/dom/HTMLScriptElement/adopt-node-crash-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/dom/HTMLScriptElement/append-child-adopt-node-crash.html
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/dom/HTMLScriptElement/append-child-adopt-node-crash-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/dom/HTMLScriptElement/resources/adopt-node-frame.html
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/dom/HTMLScriptElement/resources/adopt-node-frame.svg
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/dom/HTMLScriptElement/resources/append-child-adopt-node-frame.html
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/dom/HTMLScriptElement/resources/append-child-adopt-node-frame.svg
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/dom/HTMLScriptElement/resources/do-nothing.js
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
LayoutTests/fast/dom/HTMLScriptElement/resources/should-not-run.js
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/ScriptLoader.h
|
View
|
|
3 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/ScriptLoader.cpp
|
View
|
|
2 chunks |
+14 lines, -32 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLScriptElement.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLScriptElement.cpp
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGScriptElement.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGScriptElement.cpp
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|