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

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

Issue 963683002: Add IDL and initial Blink API for Background Sync (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add OWNERS for platform/modules/background_sync Created 5 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 unified diff | Download patch
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 2226 matching lines...) Expand 10 before | Expand all | Expand 10 after
2237 method generateKey 2237 method generateKey
2238 method importKey 2238 method importKey
2239 method sign 2239 method sign
2240 method unwrapKey 2240 method unwrapKey
2241 method verify 2241 method verify
2242 method wrapKey 2242 method wrapKey
2243 interface Symbol 2243 interface Symbol
2244 method constructor 2244 method constructor
2245 method toString 2245 method toString
2246 method valueOf 2246 method valueOf
2247 interface SyncManager
2248 method constructor
2249 method getRegistrations
2250 method register
2251 interface SyncRegistration
2252 method constructor
2253 method unregister
2247 interface SyntaxError 2254 interface SyntaxError
2248 attribute name 2255 attribute name
2249 getter stack 2256 getter stack
2250 method constructor 2257 method constructor
2251 setter stack 2258 setter stack
2252 interface Text 2259 interface Text
2253 method constructor 2260 method constructor
2254 method getDestinationInsertionPoints 2261 method getDestinationInsertionPoints
2255 method splitText 2262 method splitText
2256 interface TextDecoder 2263 interface TextDecoder
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
3208 method constructor 3215 method constructor
3209 interface webkitSpeechRecognitionEvent 3216 interface webkitSpeechRecognitionEvent
3210 method constructor 3217 method constructor
3211 interface webkitURL 3218 interface webkitURL
3212 method constructor 3219 method constructor
3213 method toString 3220 method toString
3214 PASS successfullyParsed is true 3221 PASS successfullyParsed is true
3215 3222
3216 TEST COMPLETE 3223 TEST COMPLETE
3217 3224
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698