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

Unified Diff: tools/dom/dom.json

Issue 16636002: Partial support for new getters/setters declaration. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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/html/dartium/html_dartium.dart ('k') | tools/dom/scripts/idlnode.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 c0f2c2cd4762fc3505ded28bd7389387b5adb506..e9292c2621782f104129614760bef2505077265f 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -1086,6 +1086,9 @@
"DOMSettableTokenList": {
"comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domsettabletokenlist-0",
"members": {
+ "__getter__": {
+ "support_level": "untriaged"
+ },
"value": {}
},
"support_level": "stable"
@@ -1101,7 +1104,11 @@
},
"DOMStringMap": {
"comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domstringmap-0",
- "members": {},
+ "members": {
+ "__getter__": {
+ "support_level": "untriaged"
+ }
+ },
"support_level": "stable"
},
"DOMTokenList": {
@@ -1128,6 +1135,9 @@
"comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem",
"support_level": "experimental"
},
+ "__getter__": {
+ "support_level": "untriaged"
+ },
"addEventListener": {},
"alert": {},
"applicationCache": {},
@@ -3402,6 +3412,9 @@
"HTMLFormControlsCollection": {
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#htmlformcontrolscollection-0",
"members": {
+ "__getter__": {
+ "support_level": "untriaged"
+ },
"namedItem": {}
},
"support_level": "stable"
@@ -3410,6 +3423,9 @@
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element",
"members": {
"HTMLFormElement": {},
+ "__getter__": {
+ "support_level": "untriaged"
+ },
"acceptCharset": {},
"action": {},
"autocomplete": {
@@ -10108,6 +10124,9 @@
"comment": "http://www.w3.org/TR/webstorage/#the-storage-interface",
"dart_action": "unstable",
"members": {
+ "__getter__": {
+ "support_level": "untriaged"
+ },
"clear": {},
"getItem": {},
"key": {},
@@ -11194,6 +11213,9 @@
"WebKitCSSKeyframesRule": {
"comment": "http://www.w3.org/TR/css3-animations/#csskeyframesrule",
"members": {
+ "__getter__": {
+ "support_level": "untriaged"
+ },
"cssRules": {},
"deleteRule": {},
"findRule": {},
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/scripts/idlnode.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698