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

Unified Diff: lib/dom/scripts/systemhtml.py

Issue 10388228: Add new event renames. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systemhtml.py
diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
index 80317d331849b35634e5d23c856b88d429876157..4dc4adcdab672a04350ff3292e026c544a08dc14 100644
--- a/lib/dom/scripts/systemhtml.py
+++ b/lib/dom/scripts/systemhtml.py
@@ -430,6 +430,9 @@ _html_event_names = {
'webkitkeymessage': 'keyMessage',
'webkitneedkey': 'needKey',
'webkitSpeechChange': 'speechChange',
+ 'webkitsourceclose': 'sourceClose',
+ 'webkitsourceended': 'sourceEnded',
+ 'webkitsourceopen': 'sourceOpen',
'webkitTransitionEnd': 'transitionEnd',
'write': 'write',
'writeend': 'writeEnd',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698