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

Unified Diff: Source/modules/crypto/KeyAlgorithm.idl

Issue 179353002: [webcrypto] Add the KeyAlgorithm interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase yet again (another conflict) Created 6 years, 10 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 | « Source/modules/crypto/KeyAlgorithm.cpp ('k') | Source/modules/crypto/KeyPair.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/KeyAlgorithm.idl
diff --git a/Source/modules/quota/StorageInfo.idl b/Source/modules/crypto/KeyAlgorithm.idl
similarity index 91%
copy from Source/modules/quota/StorageInfo.idl
copy to Source/modules/crypto/KeyAlgorithm.idl
index feec250125d91f90a9c268b29972c24ba68e903c..0ca0a609c3bde3c9e12f4a60db291c6e86ee3fe5 100644
--- a/Source/modules/quota/StorageInfo.idl
+++ b/Source/modules/crypto/KeyAlgorithm.idl
@@ -31,8 +31,7 @@
[
WillBeGarbageCollected,
NoInterfaceObject,
- RuntimeEnabled=QuotaPromise
-] interface StorageInfo {
- readonly attribute unsigned long long usage;
- readonly attribute unsigned long long quota;
+ SpecialWrapFor=AesKeyAlgorithm|HmacKeyAlgorithm|RsaHashedKeyAlgorithm|RsaKeyAlgorithm
+] interface KeyAlgorithm {
+ readonly attribute DOMString name;
};
« no previous file with comments | « Source/modules/crypto/KeyAlgorithm.cpp ('k') | Source/modules/crypto/KeyPair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698