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

Side by Side Diff: LayoutTests/virtual/stable/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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 method constructor 269 method constructor
270 interface CloseEvent 270 interface CloseEvent
271 method constructor 271 method constructor
272 interface Comment 272 interface Comment
273 method constructor 273 method constructor
274 interface CompositionEvent 274 interface CompositionEvent
275 method constructor 275 method constructor
276 method initCompositionEvent 276 method initCompositionEvent
277 interface ConvolverNode 277 interface ConvolverNode
278 method constructor 278 method constructor
279 interface Crypto
280 method constructor
281 method getRandomValues
279 interface CryptoKey 282 interface CryptoKey
280 method constructor 283 method constructor
281 interface CustomEvent 284 interface CustomEvent
282 method constructor 285 method constructor
283 method initCustomEvent 286 method initCustomEvent
284 interface DOMError 287 interface DOMError
285 method constructor 288 method constructor
286 interface DOMException 289 interface DOMException
287 attribute ABORT_ERR 290 attribute ABORT_ERR
288 attribute DATA_CLONE_ERR 291 attribute DATA_CLONE_ERR
(...skipping 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 method toUpperCase 2001 method toUpperCase
1999 method trim 2002 method trim
2000 method trimLeft 2003 method trimLeft
2001 method trimRight 2004 method trimRight
2002 method valueOf 2005 method valueOf
2003 interface StyleSheet 2006 interface StyleSheet
2004 method constructor 2007 method constructor
2005 interface StyleSheetList 2008 interface StyleSheetList
2006 method constructor 2009 method constructor
2007 method item 2010 method item
2011 interface SubtleCrypto
2012 method constructor
2013 method decrypt
2014 method deriveBits
2015 method deriveKey
2016 method digest
2017 method encrypt
2018 method exportKey
2019 method generateKey
2020 method importKey
2021 method sign
2022 method unwrapKey
2023 method verify
2024 method wrapKey
2008 interface Symbol 2025 interface Symbol
2009 method constructor 2026 method constructor
2010 method toString 2027 method toString
2011 method valueOf 2028 method valueOf
2012 interface SyntaxError 2029 interface SyntaxError
2013 attribute name 2030 attribute name
2014 getter stack 2031 getter stack
2015 method constructor 2032 method constructor
2016 setter stack 2033 setter stack
2017 interface Text 2034 interface Text
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
2941 method constructor 2958 method constructor
2942 interface webkitSpeechRecognitionEvent 2959 interface webkitSpeechRecognitionEvent
2943 method constructor 2960 method constructor
2944 interface webkitURL 2961 interface webkitURL
2945 method constructor 2962 method constructor
2946 method toString 2963 method toString
2947 PASS successfullyParsed is true 2964 PASS successfullyParsed is true
2948 2965
2949 TEST COMPLETE 2966 TEST COMPLETE
2950 2967
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698