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

Unified Diff: tools/dom/scripts/htmleventgenerator.py

Issue 14260002: Cleanup now unused event names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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: tools/dom/scripts/htmleventgenerator.py
diff --git a/tools/dom/scripts/htmleventgenerator.py b/tools/dom/scripts/htmleventgenerator.py
index 7f64f1bcf2c07fd7f806de12f51c0b95d1b1b4e5..0f0639033faa3afac1bdc6bc9b37844568bf2e29 100644
--- a/tools/dom/scripts/htmleventgenerator.py
+++ b/tools/dom/scripts/htmleventgenerator.py
@@ -113,10 +113,6 @@ _html_event_types = monitored.Dict('htmleventgenerator._html_event_types', {
'*.webkitfullscreenchange': ('fullscreenChange', 'Event'),
'*.webkitfullscreenerror': ('fullscreenError', 'Event'),
'AudioContext.complete': ('complete', 'Event'),
- 'BatteryManager.chargingchange': ('chargingChange', 'Event'),
- 'BatteryManager.chargingtimechange': ('chargingTimeChange', 'Event'),
- 'BatteryManager.dischargingtimechange': ('dischargingTimeChange', 'Event'),
- 'BatteryManager.levelchange': ('levelChange', 'Event'),
'DOMApplicationCache.cached': ('cached', 'Event'),
'DOMApplicationCache.checking': ('checking', 'Event'),
'DOMApplicationCache.downloading': ('downloading', 'Event'),
« 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