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

Unified 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, 7 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/idl/dart/dart.idl » ('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 0c3954ed83330478856a539b67a2b32aa6e31580..4311e7d78f7324c9d73d1896f5d21f72573b6a55 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -5873,6 +5873,14 @@
},
"support_level": "stable"
},
+ "InjectedScriptHost": {
+ "members": {
+ "inspect": {
+ "support_level": "untriaged"
+ }
+ },
+ "support_level": "untriaged"
+ },
"InputMethodContext": {
"comment": "http://www.w3.org/TR/ime-api/#idl-def-InputMethodContext",
"members": {
« 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