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

Unified Diff: tools/dom/dom.json

Issue 23808005: Added back childNodes and getAttribute and setAttribute. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart ('k') | tools/dom/scripts/htmlrenamer.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 3bafc1d68b8f3def6590534a8046ab9c273c1437..91594405be20e30a3bc4d5ee25c9ad64c57992b6 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -2062,8 +2062,12 @@
},
"firstElementChild": {},
"focus": {},
- "getAttribute": {},
- "getAttributeNS": {},
+ "getAttribute": {
+ "support_level": "deprecated"
+ },
+ "getAttributeNS": {
+ "support_level": "deprecated"
+ },
"getAttributeNode": {
"comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode",
"dart_action": "suppress",
@@ -2259,8 +2263,12 @@
"scrollLeft": {},
"scrollTop": {},
"scrollWidth": {},
- "setAttribute": {},
- "setAttributeNS": {},
+ "setAttribute": {
+ "support_level": "deprecated"
+ },
+ "setAttributeNS": {
+ "support_level": "deprecated"
+ },
"setAttributeNode": {
"comment": "http://dom.spec.whatwg.org/#dom-element-setattributenode",
"dart_action": "suppress",
@@ -5970,7 +5978,9 @@
"addEventListener": {},
"appendChild": {},
"baseURI": {},
- "childNodes": {},
+ "childNodes": {
+ "support_level": "deprecated"
+ },
"cloneNode": {},
"compareDocumentPosition": {},
"contains": {},
« no previous file with comments | « sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698