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

Side by Side Diff: tools/dom/dom.json

Issue 166213002: Version 1.2.0-dev.5.7 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 6 years, 10 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 | « tools/VERSION ('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 2080 matching lines...) Expand 10 before | Expand all | Expand 10 after
2091 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-entities", 2091 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-entities",
2092 "dart_action": "suppress", 2092 "dart_action": "suppress",
2093 "support_level": "deprecated" 2093 "support_level": "deprecated"
2094 }, 2094 },
2095 "internalSubset": { 2095 "internalSubset": {
2096 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-internalsubset" , 2096 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-internalsubset" ,
2097 "dart_action": "suppress", 2097 "dart_action": "suppress",
2098 "support_level": "deprecated" 2098 "support_level": "deprecated"
2099 }, 2099 },
2100 "name": {}, 2100 "name": {},
2101 "nextElementSibling": {
2102 "support_level": "untriaged"
2103 },
2101 "notations": { 2104 "notations": {
2102 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-notations", 2105 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-notations",
2103 "dart_action": "suppress", 2106 "dart_action": "suppress",
2104 "support_level": "deprecated" 2107 "support_level": "deprecated"
2105 }, 2108 },
2109 "previousElementSibling": {
2110 "support_level": "untriaged"
2111 },
2106 "publicId": {}, 2112 "publicId": {},
2107 "remove": { 2113 "remove": {
2108 "support_level": "nonstandard" 2114 "support_level": "nonstandard"
2109 }, 2115 },
2110 "systemId": {} 2116 "systemId": {}
2111 }, 2117 },
2112 "support_level": "stable" 2118 "support_level": "stable"
2113 }, 2119 },
2114 "DynamicsCompressorNode": { 2120 "DynamicsCompressorNode": {
2115 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#DynamicsCompressorNode", 2121 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#DynamicsCompressorNode",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
2234 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", 2240 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2235 "dart_action": "stable", 2241 "dart_action": "stable",
2236 "support_level": "nonstandard" 2242 "support_level": "nonstandard"
2237 }, 2243 },
2238 "innerHTML": { 2244 "innerHTML": {
2239 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", 2245 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2240 "dart_action": "stable", 2246 "dart_action": "stable",
2241 "support_level": "nonstandard" 2247 "support_level": "nonstandard"
2242 }, 2248 },
2243 "inputMethodContext": { 2249 "inputMethodContext": {
2250 "comment": "http://www.w3.org/TR/ime-api/#the-inputmethodcontext-propert y Per the spec is only on HTMLElement.",
2251 "dart_action": "suppress",
2244 "support_level": "untriaged" 2252 "support_level": "untriaged"
2245 }, 2253 },
2246 "insertAdjacentElement": { 2254 "insertAdjacentElement": {
2247 "support_level": "untriaged" 2255 "support_level": "untriaged"
2248 }, 2256 },
2249 "insertAdjacentHTML": { 2257 "insertAdjacentHTML": {
2250 "support_level": "untriaged" 2258 "support_level": "untriaged"
2251 }, 2259 },
2252 "insertAdjacentText": { 2260 "insertAdjacentText": {
2253 "support_level": "untriaged" 2261 "support_level": "untriaged"
(...skipping 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after
3373 "hostname": {}, 3381 "hostname": {},
3374 "href": {}, 3382 "href": {},
3375 "hreflang": {}, 3383 "hreflang": {},
3376 "name": { 3384 "name": {
3377 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial", 3385 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial",
3378 "dart_action": "suppress", 3386 "dart_action": "suppress",
3379 "support_level": "deprecated" 3387 "support_level": "deprecated"
3380 }, 3388 },
3381 "origin": { 3389 "origin": {
3382 "comment": "WebKit only", 3390 "comment": "WebKit only",
3383 "dart_action": "suppress",
3384 "support_level": "nonstandard" 3391 "support_level": "nonstandard"
3385 }, 3392 },
3386 "password": { 3393 "password": {
3387 "support_level": "untriaged" 3394 "support_level": "untriaged"
3388 }, 3395 },
3389 "pathname": {}, 3396 "pathname": {},
3390 "ping": { 3397 "ping": {
3391 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ text-level-semantics.html#the-a-element", 3398 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ text-level-semantics.html#the-a-element",
3392 "dart_action": "suppress", 3399 "dart_action": "suppress",
3393 "support_level": "deprecated" 3400 "support_level": "deprecated"
(...skipping 10687 matching lines...) Expand 10 before | Expand all | Expand 10 after
14081 "importStylesheet": {}, 14088 "importStylesheet": {},
14082 "removeParameter": {}, 14089 "removeParameter": {},
14083 "reset": {}, 14090 "reset": {},
14084 "setParameter": {}, 14091 "setParameter": {},
14085 "transformToDocument": {}, 14092 "transformToDocument": {},
14086 "transformToFragment": {} 14093 "transformToFragment": {}
14087 }, 14094 },
14088 "support_level": "nonstandard" 14095 "support_level": "nonstandard"
14089 } 14096 }
14090 } 14097 }
OLDNEW
« no previous file with comments | « tools/VERSION ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698