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

Unified Diff: tools/dom/dom.json

Issue 208493004: Restore these deprecated types for now (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/htmlrenamer.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 c3e351b4c51a7e7098b80fc4d78433a56a42ff85..0c3954ed83330478856a539b67a2b32aa6e31580 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -1596,11 +1596,31 @@
"support_level": "experimental"
},
"DeprecatedStorageInfo": {
- "members": {},
+ "members": {
+ "PERSISTENT": {
+ "support_level": "untriaged"
+ },
+ "TEMPORARY": {
+ "support_level": "untriaged"
+ },
+ "queryUsageAndQuota": {
+ "support_level": "untriaged"
+ },
+ "requestQuota": {
+ "support_level": "untriaged"
+ }
+ },
"support_level": "untriaged"
},
"DeprecatedStorageQuota": {
- "members": {},
+ "members": {
+ "queryUsageAndQuota": {
+ "support_level": "untriaged"
+ },
+ "requestQuota": {
+ "support_level": "untriaged"
+ }
+ },
"support_level": "untriaged"
},
"DeviceAcceleration": {
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698