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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "ANGLEInstancedArrays": { 2 "ANGLEInstancedArrays": {
3 "members": { 3 "members": {
4 "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE": { 4 "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE": {
5 "support_level": "untriaged" 5 "support_level": "untriaged"
6 }, 6 },
7 "drawArraysInstancedANGLE": { 7 "drawArraysInstancedANGLE": {
8 "support_level": "untriaged" 8 "support_level": "untriaged"
9 }, 9 },
10 "drawElementsInstancedANGLE": { 10 "drawElementsInstancedANGLE": {
(...skipping 2044 matching lines...) Expand 10 before | Expand all | Expand 10 after
2055 "dart_action": "stable", 2055 "dart_action": "stable",
2056 "support_level": "nonstandard" 2056 "support_level": "nonstandard"
2057 }, 2057 },
2058 "draggable": { 2058 "draggable": {
2059 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", 2059 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2060 "dart_action": "stable", 2060 "dart_action": "stable",
2061 "support_level": "nonstandard" 2061 "support_level": "nonstandard"
2062 }, 2062 },
2063 "firstElementChild": {}, 2063 "firstElementChild": {},
2064 "focus": {}, 2064 "focus": {},
2065 "getAttribute": {}, 2065 "getAttribute": {
2066 "getAttributeNS": {}, 2066 "support_level": "deprecated"
2067 },
2068 "getAttributeNS": {
2069 "support_level": "deprecated"
2070 },
2067 "getAttributeNode": { 2071 "getAttributeNode": {
2068 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode", 2072 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode",
2069 "dart_action": "suppress", 2073 "dart_action": "suppress",
2070 "support_level": "deprecated" 2074 "support_level": "deprecated"
2071 }, 2075 },
2072 "getAttributeNodeNS": { 2076 "getAttributeNodeNS": {
2073 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenodens", 2077 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenodens",
2074 "dart_action": "suppress", 2078 "dart_action": "suppress",
2075 "support_level": "deprecated" 2079 "support_level": "deprecated"
2076 }, 2080 },
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
2252 "scrollIntoView": { 2256 "scrollIntoView": {
2253 "comment": "http://dev.w3.org/csswg/cssom-view/#widl-Element-scrollIntoV iew-void-boolean-top" 2257 "comment": "http://dev.w3.org/csswg/cssom-view/#widl-Element-scrollIntoV iew-void-boolean-top"
2254 }, 2258 },
2255 "scrollIntoViewIfNeeded": { 2259 "scrollIntoViewIfNeeded": {
2256 "comment": "http://docs.webplatform.org/wiki/dom/methods/scrollIntoViewI fNeeded", 2260 "comment": "http://docs.webplatform.org/wiki/dom/methods/scrollIntoViewI fNeeded",
2257 "support_level": "nonstandard" 2261 "support_level": "nonstandard"
2258 }, 2262 },
2259 "scrollLeft": {}, 2263 "scrollLeft": {},
2260 "scrollTop": {}, 2264 "scrollTop": {},
2261 "scrollWidth": {}, 2265 "scrollWidth": {},
2262 "setAttribute": {}, 2266 "setAttribute": {
2263 "setAttributeNS": {}, 2267 "support_level": "deprecated"
2268 },
2269 "setAttributeNS": {
2270 "support_level": "deprecated"
2271 },
2264 "setAttributeNode": { 2272 "setAttributeNode": {
2265 "comment": "http://dom.spec.whatwg.org/#dom-element-setattributenode", 2273 "comment": "http://dom.spec.whatwg.org/#dom-element-setattributenode",
2266 "dart_action": "suppress", 2274 "dart_action": "suppress",
2267 "support_level": "deprecated" 2275 "support_level": "deprecated"
2268 }, 2276 },
2269 "setAttributeNodeNS": {}, 2277 "setAttributeNodeNS": {},
2270 "shadowRoot": { 2278 "shadowRoot": {
2271 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shado w/index.html#api-shadow-aware-create-shadow-root", 2279 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shado w/index.html#api-shadow-aware-create-shadow-root",
2272 "support_level": "experimental" 2280 "support_level": "experimental"
2273 }, 2281 },
(...skipping 3689 matching lines...) Expand 10 before | Expand all | Expand 10 after
5963 "DOCUMENT_TYPE_NODE": {}, 5971 "DOCUMENT_TYPE_NODE": {},
5964 "ELEMENT_NODE": {}, 5972 "ELEMENT_NODE": {},
5965 "ENTITY_NODE": {}, 5973 "ENTITY_NODE": {},
5966 "ENTITY_REFERENCE_NODE": {}, 5974 "ENTITY_REFERENCE_NODE": {},
5967 "NOTATION_NODE": {}, 5975 "NOTATION_NODE": {},
5968 "PROCESSING_INSTRUCTION_NODE": {}, 5976 "PROCESSING_INSTRUCTION_NODE": {},
5969 "TEXT_NODE": {}, 5977 "TEXT_NODE": {},
5970 "addEventListener": {}, 5978 "addEventListener": {},
5971 "appendChild": {}, 5979 "appendChild": {},
5972 "baseURI": {}, 5980 "baseURI": {},
5973 "childNodes": {}, 5981 "childNodes": {
5982 "support_level": "deprecated"
5983 },
5974 "cloneNode": {}, 5984 "cloneNode": {},
5975 "compareDocumentPosition": {}, 5985 "compareDocumentPosition": {},
5976 "contains": {}, 5986 "contains": {},
5977 "dispatchEvent": {}, 5987 "dispatchEvent": {},
5978 "firstChild": {}, 5988 "firstChild": {},
5979 "hasChildNodes": {}, 5989 "hasChildNodes": {},
5980 "insertBefore": {}, 5990 "insertBefore": {},
5981 "isDefaultNamespace": {}, 5991 "isDefaultNamespace": {},
5982 "isEqualNode": {}, 5992 "isEqualNode": {},
5983 "isSameNode": { 5993 "isSameNode": {
(...skipping 6877 matching lines...) Expand 10 before | Expand all | Expand 10 after
12861 "importStylesheet": {}, 12871 "importStylesheet": {},
12862 "removeParameter": {}, 12872 "removeParameter": {},
12863 "reset": {}, 12873 "reset": {},
12864 "setParameter": {}, 12874 "setParameter": {},
12865 "transformToDocument": {}, 12875 "transformToDocument": {},
12866 "transformToFragment": {} 12876 "transformToFragment": {}
12867 }, 12877 },
12868 "support_level": "nonstandard" 12878 "support_level": "nonstandard"
12869 } 12879 }
12870 } 12880 }
OLDNEW
« 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