|
Do not implement EventTarget on SVGElementInstance
Do not implement EventTarget on SVGElementInstance, since SVGElementInstance is scheduled for removal and event handling should be handled in the shadow tree. So instead set the shadow tree elements as event target.
BUG= 313438
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175307
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+37 lines, -896 lines) |
Patch |
|
M |
LayoutTests/TestExpectations
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
D |
LayoutTests/platform/android/svg/custom/use-elementInstance-methods-expected.txt
|
View
|
1
2
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/resources/use-instanceRoot-event-bubbling.js
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/resources/use-instanceRoot-event-listeners.js
|
View
|
1
2
3
4
5
6
|
4 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
|
D |
LayoutTests/svg/custom/use-elementInstance-event-target.svg
|
View
|
1
2
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
|
D |
LayoutTests/svg/custom/use-elementInstance-event-target-expected.txt
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
D |
LayoutTests/svg/custom/use-elementInstance-methods.svg
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
|
D |
LayoutTests/svg/custom/use-elementInstance-methods-expected.txt
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
D |
LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml
|
View
|
1
2
|
1 chunk |
+0 lines, -291 lines |
0 comments
|
Download
|
|
D |
LayoutTests/svg/custom/use-instanceRoot-as-event-target-expected.txt
|
View
|
1
2
|
1 chunk |
+0 lines, -117 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/use-instanceRoot-event-bubbling-expected.txt
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/custom/use-instanceRoot-event-listener-liveness.xhtml
|
View
|
1
2
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
D |
LayoutTests/svg/custom/use-instanceRoot-event-listeners.xhtml
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
|
D |
LayoutTests/svg/custom/use-instanceRoot-event-listeners-expected.txt
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
|
M |
LayoutTests/svg/dom/svg2-inheritance.html
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/svg/dom/svg2-inheritance-expected.txt
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/virtual/stable/webexposed/event-target-in-prototype-expected.txt
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/webexposed/event-target-in-prototype.html
|
View
|
1
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/webexposed/event-target-in-prototype-expected.txt
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/events/EventPath.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
|
M |
Source/core/events/EventTargetFactory.in
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGElementInstance.h
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+2 lines, -65 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGElementInstance.cpp
|
View
|
1
2
3
4
5
6
|
3 chunks |
+0 lines, -104 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGElementInstance.idl
|
View
|
1
3
|
2 chunks |
+1 line, -46 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGUseElement.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGUseElement.cpp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|