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

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

Issue 20463002: Regenerate dart_html (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | 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 10355 matching lines...) Expand 10 before | Expand all | Expand 10 after
10366 } 10366 }
10367 }, 10367 },
10368 "support_level": "stable" 10368 "support_level": "stable"
10369 }, 10369 },
10370 "URL": { 10370 "URL": {
10371 "comment": "http://www.w3.org/TR/FileAPI/#URL-object", 10371 "comment": "http://www.w3.org/TR/FileAPI/#URL-object",
10372 "members": { 10372 "members": {
10373 "_createObjectUrlFromWebKitMediaSource": { 10373 "_createObjectUrlFromWebKitMediaSource": {
10374 "support_level": "untriaged" 10374 "support_level": "untriaged"
10375 }, 10375 },
10376 "_createObjectUrlFromWebKitSource": {
10377 "support_level": "untriaged"
10378 },
10376 "createObjectURL": {}, 10379 "createObjectURL": {},
10377 "createObjectUrlFromBlob": {}, 10380 "createObjectUrlFromBlob": {},
10378 "createObjectUrlFromSource": {}, 10381 "createObjectUrlFromSource": {},
10379 "createObjectUrlFromStream": {}, 10382 "createObjectUrlFromStream": {},
10380 "revokeObjectURL": {} 10383 "revokeObjectURL": {}
10381 }, 10384 },
10382 "support_level": "stable" 10385 "support_level": "stable"
10383 }, 10386 },
10384 "Uint16Array": { 10387 "Uint16Array": {
10385 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", 10388 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/",
(...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after
12048 "importStylesheet": {}, 12051 "importStylesheet": {},
12049 "removeParameter": {}, 12052 "removeParameter": {},
12050 "reset": {}, 12053 "reset": {},
12051 "setParameter": {}, 12054 "setParameter": {},
12052 "transformToDocument": {}, 12055 "transformToDocument": {},
12053 "transformToFragment": {} 12056 "transformToFragment": {}
12054 }, 12057 },
12055 "support_level": "nonstandard" 12058 "support_level": "nonstandard"
12056 } 12059 }
12057 } 12060 }
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698