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

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

Issue 258503008: Support Dart debugger API directly (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: ready Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/idl/dart/dart.idl » ('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 5855 matching lines...) Expand 10 before | Expand all | Expand 10 after
5866 }, 5866 },
5867 "ImageData": { 5867 "ImageData": {
5868 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- canvas-element.html#imagedata", 5868 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- canvas-element.html#imagedata",
5869 "members": { 5869 "members": {
5870 "data": {}, 5870 "data": {},
5871 "height": {}, 5871 "height": {},
5872 "width": {} 5872 "width": {}
5873 }, 5873 },
5874 "support_level": "stable" 5874 "support_level": "stable"
5875 }, 5875 },
5876 "InjectedScriptHost": {
5877 "members": {
5878 "inspect": {
5879 "support_level": "untriaged"
5880 }
5881 },
5882 "support_level": "untriaged"
5883 },
5876 "InputMethodContext": { 5884 "InputMethodContext": {
5877 "comment": "http://www.w3.org/TR/ime-api/#idl-def-InputMethodContext", 5885 "comment": "http://www.w3.org/TR/ime-api/#idl-def-InputMethodContext",
5878 "members": { 5886 "members": {
5879 "addEventListener": { 5887 "addEventListener": {
5880 "support_level": "untriaged" 5888 "support_level": "untriaged"
5881 }, 5889 },
5882 "composition": {}, 5890 "composition": {},
5883 "compositionEndOffset": { 5891 "compositionEndOffset": {
5884 "support_level": "untriaged" 5892 "support_level": "untriaged"
5885 }, 5893 },
(...skipping 8564 matching lines...) Expand 10 before | Expand all | Expand 10 after
14450 "importStylesheet": {}, 14458 "importStylesheet": {},
14451 "removeParameter": {}, 14459 "removeParameter": {},
14452 "reset": {}, 14460 "reset": {},
14453 "setParameter": {}, 14461 "setParameter": {},
14454 "transformToDocument": {}, 14462 "transformToDocument": {},
14455 "transformToFragment": {} 14463 "transformToFragment": {}
14456 }, 14464 },
14457 "support_level": "nonstandard" 14465 "support_level": "nonstandard"
14458 } 14466 }
14459 } 14467 }
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698