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

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

Issue 10827035: Add new event names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 67f6bbed2c7c1d0fbf4fdfee340987f7e855a08d..90853dd8aac54924e0639798eb0ab77f4a8304a3 100644
--- a/lib/dom/scripts/systemhtml.py
+++ b/lib/dom/scripts/systemhtml.py
@@ -131,6 +131,7 @@ _html_event_names = {
'mouseover': 'mouseOver',
'mouseup': 'mouseUp',
'mousewheel': 'mouseWheel',
+ 'mute': 'mute',
'nomatch': 'noMatch',
'noupdate': 'noUpdate',
'obsolete': 'obsolete',
@@ -180,6 +181,7 @@ _html_event_names = {
'touchmove': 'touchMove',
'touchstart': 'touchStart',
'unload': 'unload',
+ 'unmute': 'unmute',
'updateready': 'updateReady',
'versionchange': 'versionChange',
'volumechange': 'volumeChange',
« 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