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

Unified Diff: Source/core/events/EventTypeNames.in

Issue 106053007: Add beginEvent/endEvent listeners via the onbegin/onend attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add onrepeat too Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/animations/onrepeat-expected.svg ('k') | Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventTypeNames.in
diff --git a/Source/core/events/EventTypeNames.in b/Source/core/events/EventTypeNames.in
index 4241c2a821b3a39daa656a318f6413776a6cd1c9..b8148018635faf42c28e708b60181acef3c0aa58 100644
--- a/Source/core/events/EventTypeNames.in
+++ b/Source/core/events/EventTypeNames.in
@@ -28,6 +28,7 @@ beforecut
beforeload
beforepaste
beforeunload
+beginEvent
blocked
blur
boundary
@@ -73,6 +74,7 @@ durationchange
emptied
end
ended
+endEvent
enter
error
exit
@@ -139,6 +141,7 @@ readystatechange
removesourcebuffer
removestream
removetrack
+repeatEvent
reset
resize
result
« no previous file with comments | « LayoutTests/svg/animations/onrepeat-expected.svg ('k') | Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698