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

Unified Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 859733002: Expose the Crypto and SubtleCrypto interface objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Exposed=(Window,Worker) Created 5 years, 11 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
Index: LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index a1a81c37f9667c34c907ca77d1284d01bd9a81f1..e994ae0bb9a7614aa1486f19ed5f0cd08590410a 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -314,6 +314,9 @@ interface CredentialsContainer
method notifySignedIn
method notifySignedOut
method request
+interface Crypto
+ method constructor
+ method getRandomValues
interface CryptoKey
method constructor
interface CustomEvent
@@ -2177,6 +2180,20 @@ interface StyleSheet
interface StyleSheetList
method constructor
method item
+interface SubtleCrypto
+ method constructor
+ method decrypt
+ method deriveBits
+ method deriveKey
+ method digest
+ method encrypt
+ method exportKey
+ method generateKey
+ method importKey
+ method sign
+ method unwrapKey
+ method verify
+ method wrapKey
interface Symbol
method constructor
method toString

Powered by Google App Engine
This is Rietveld 408576698