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

Unified Diff: tools/dom/dom.json

Issue 1126463005: Clean up WheelEvent (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes" Created 5 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 | « tests/html/wheelevent_test.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/dom.json
diff --git a/tools/dom/dom.json b/tools/dom/dom.json
index 14555ccbbbf667c5ce1a427370b94b09aa45e193..c35f98cd53c490f72ea6d2bf156f24a7ad7d3ad2 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -16648,29 +16648,14 @@
"DOM_DELTA_PAGE": {},
"DOM_DELTA_PIXEL": {},
"deltaMode": {},
- "deltaX": {
- "support_level": "untriaged"
- },
- "deltaY": {
- "support_level": "untriaged"
- },
- "deltaZ": {
- "support_level": "untriaged"
- },
+ "deltaX": {},
+ "deltaY": {},
+ "deltaZ": {},
"initWebKitWheelEvent": {
"support_level": "experimental"
},
"webkitDirectionInvertedFromDevice": {
"support_level": "experimental"
- },
- "wheelDelta": {
- "support_level": "nonstandard"
- },
- "wheelDeltaX": {
- "support_level": "nonstandard"
- },
- "wheelDeltaY": {
- "support_level": "nonstandard"
}
},
"support_level": "stable"
« no previous file with comments | « tests/html/wheelevent_test.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698