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

Unified Diff: tools/dom/dom.json

Issue 454043004: Deprecate MouseEvent.elementTo and elementFrom since they have the same (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | « tools/dom/docs/docs.json ('k') | tools/dom/scripts/dartmetadata.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 0a8edcd4ee46b36bf923d854b41d6806de000b3d..48438d9d9e5d965c505363fbae86f647859a96ab 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -6525,8 +6525,7 @@
"support_level": "nonstandard"
},
"fromElement": {
- "dart_action": "experimental",
- "support_level": "nonstandard"
+ "support_level": "deprecated"
},
"initMouseEvent": {},
"metaKey": {},
@@ -6543,8 +6542,7 @@
"screenY": {},
"shiftKey": {},
"toElement": {
- "dart_action": "experimental",
- "support_level": "nonstandard"
+ "support_level": "deprecated"
},
"webkitMovementX": {
"support_level": "experimental"
« no previous file with comments | « tools/dom/docs/docs.json ('k') | tools/dom/scripts/dartmetadata.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698