|
Add onanimationXXX attributes on HTML elements.
Add onanimationXXX attributes on HTML elements to match the prefixed
attributes onwebkitanimationXXX. As it uses the same plumbing as a
regular event listeners, it behaves the same which means that if
onanimationXXX only is defined then only the code attached to this
attribute will be called, if only onwebkitanimationXXX is defined then
only the code attached to this attribute will be called and finally if
both attributes are defined then only the code attached to the
unprefixed attribute will be called.
BUG= 234611
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157121
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+53 lines, -59 lines) |
Patch |
|
A + |
LayoutTests/animations/animation-events-prefixed-03.html
|
View
|
|
2 chunks |
+11 lines, -16 lines |
0 comments
|
Download
|
|
A |
LayoutTests/animations/animation-events-prefixed-03-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/animations/animation-events-unprefixed-02.html
|
View
|
|
2 chunks |
+11 lines, -16 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/animations/animation-events-unprefixed-02-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
LayoutTests/animations/animation-events-unprefixed-03.html
|
View
|
|
2 chunks |
+13 lines, -24 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/animations/animation-events-unprefixed-03-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLAttributeNames.in
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLElement.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/page/DOMWindow.h
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/page/Window.idl
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|