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

Unified Diff: modules/quota/WorkerNavigatorStorageQuota.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 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 | « modules/quota/StorageManager.idl ('k') | modules/remoteplayback/HTMLMediaElementRemotePlayback.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/quota/WorkerNavigatorStorageQuota.idl
diff --git a/modules/quota/WorkerNavigatorStorageQuota.idl b/modules/quota/WorkerNavigatorStorageQuota.idl
index c47cb53610a66eac60e85626ddc78f164a6be8ae..cb14bb6c7c471eb7639911c41df9d54b571d76e5 100644
--- a/modules/quota/WorkerNavigatorStorageQuota.idl
+++ b/modules/quota/WorkerNavigatorStorageQuota.idl
@@ -17,7 +17,13 @@
* Boston, MA 02110-1301, USA.
*/
+// This partial interface is a merge of two different partial interfaces
+// related to storage.
partial interface WorkerNavigator {
+ // http://www.w3.org/TR/2012/WD-quota-api-20120703/#idl-def-StorageQuotaEnvironment
[MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitTemporaryStorage;
[MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitPersistentStorage;
+
+ // https://storage.spec.whatwg.org/#api
+ [RuntimeEnabled=DurableStorage] readonly attribute StorageManager storage;
};
« no previous file with comments | « modules/quota/StorageManager.idl ('k') | modules/remoteplayback/HTMLMediaElementRemotePlayback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698