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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 interface ConvolverNode 307 interface ConvolverNode
308 method constructor 308 method constructor
309 interface Credential 309 interface Credential
310 method constructor 310 method constructor
311 interface CredentialsContainer 311 interface CredentialsContainer
312 method constructor 312 method constructor
313 method notifyFailedSignIn 313 method notifyFailedSignIn
314 method notifySignedIn 314 method notifySignedIn
315 method notifySignedOut 315 method notifySignedOut
316 method request 316 method request
317 interface Crypto
318 method constructor
319 method getRandomValues
317 interface CryptoKey 320 interface CryptoKey
318 method constructor 321 method constructor
319 interface CustomEvent 322 interface CustomEvent
320 method constructor 323 method constructor
321 method initCustomEvent 324 method initCustomEvent
322 interface DOMError 325 interface DOMError
323 method constructor 326 method constructor
324 interface DOMException 327 interface DOMException
325 attribute ABORT_ERR 328 attribute ABORT_ERR
326 attribute DATA_CLONE_ERR 329 attribute DATA_CLONE_ERR
(...skipping 1843 matching lines...) Expand 10 before | Expand all | Expand 10 after
2170 method toUpperCase 2173 method toUpperCase
2171 method trim 2174 method trim
2172 method trimLeft 2175 method trimLeft
2173 method trimRight 2176 method trimRight
2174 method valueOf 2177 method valueOf
2175 interface StyleSheet 2178 interface StyleSheet
2176 method constructor 2179 method constructor
2177 interface StyleSheetList 2180 interface StyleSheetList
2178 method constructor 2181 method constructor
2179 method item 2182 method item
2183 interface SubtleCrypto
2184 method constructor
2185 method decrypt
2186 method deriveBits
2187 method deriveKey
2188 method digest
2189 method encrypt
2190 method exportKey
2191 method generateKey
2192 method importKey
2193 method sign
2194 method unwrapKey
2195 method verify
2196 method wrapKey
2180 interface Symbol 2197 interface Symbol
2181 method constructor 2198 method constructor
2182 method toString 2199 method toString
2183 method valueOf 2200 method valueOf
2184 interface SyntaxError 2201 interface SyntaxError
2185 attribute name 2202 attribute name
2186 getter stack 2203 getter stack
2187 method constructor 2204 method constructor
2188 setter stack 2205 setter stack
2189 interface Text 2206 interface Text
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
3145 method constructor 3162 method constructor
3146 interface webkitSpeechRecognitionEvent 3163 interface webkitSpeechRecognitionEvent
3147 method constructor 3164 method constructor
3148 interface webkitURL 3165 interface webkitURL
3149 method constructor 3166 method constructor
3150 method toString 3167 method toString
3151 PASS successfullyParsed is true 3168 PASS successfullyParsed is true
3152 3169
3153 TEST COMPLETE 3170 TEST COMPLETE
3154 3171
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698