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

Unified Diff: tools/dom/dom.json

Issue 1763063003: Fixed typedef used globally in IDLs (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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/scripts/dartgenerator.py » ('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 16a1fbbc43c88ef28d079db8ff5461bccc54f91d..f22b2a429fa0859d704fbf2ca21b7515ac15b706 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -767,6 +767,9 @@
"readValue": {
"support_level": "untriaged"
},
+ "uuid": {
+ "support_level": "untriaged"
+ },
"writeValue": {
"support_level": "untriaged"
}
@@ -799,7 +802,20 @@
"support_level": "untriaged"
},
"BluetoothUUID": {
- "members": {},
+ "members": {
+ "canonicalUUID": {
+ "support_level": "untriaged"
+ },
+ "getCharacteristic": {
+ "support_level": "untriaged"
+ },
+ "getDescriptor": {
+ "support_level": "untriaged"
+ },
+ "getService": {
+ "support_level": "untriaged"
+ }
+ },
"support_level": "untriaged"
},
"Body": {
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/scripts/dartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698