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

Unified Diff: tools/dom/dom.json

Issue 23055008: Making almost all dom_ methods private. Exceptions will be addressed in a later CL. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « tests/html/node_test.dart ('k') | tools/dom/scripts/htmldartgenerator.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 d9a9decca62246eaf23a1e27f81587c308f8d205..57ac1bf4bd64eed27392c847d3cee19076e569ec 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -2452,9 +2452,13 @@
},
"EventTarget": {
"members": {
- "addEventListener": {},
+ "addEventListener": {
+ "support_level": "deprecated"
+ },
"dispatchEvent": {},
- "removeEventListener": {}
+ "removeEventListener": {
+ "support_level": "deprecated"
+ }
},
"support_level": "stable"
},
« no previous file with comments | « tests/html/node_test.dart ('k') | tools/dom/scripts/htmldartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698