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

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: Remembering how ASCII works 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 2223 matching lines...) Expand 10 before | Expand all | Expand 10 after
2234 method generateKey 2234 method generateKey
2235 method importKey 2235 method importKey
2236 method sign 2236 method sign
2237 method unwrapKey 2237 method unwrapKey
2238 method verify 2238 method verify
2239 method wrapKey 2239 method wrapKey
2240 interface Symbol 2240 interface Symbol
2241 method constructor 2241 method constructor
2242 method toString 2242 method toString
2243 method valueOf 2243 method valueOf
2244 interface SyncManager
2245 method constructor
2246 method getRegistrations
2247 method register
2248 interface SyncRegistration
2249 method constructor
2250 method unregister
2244 interface SyntaxError 2251 interface SyntaxError
2245 attribute name 2252 attribute name
2246 getter stack 2253 getter stack
2247 method constructor 2254 method constructor
2248 setter stack 2255 setter stack
2249 interface Text 2256 interface Text
2250 method constructor 2257 method constructor
2251 method getDestinationInsertionPoints 2258 method getDestinationInsertionPoints
2252 method splitText 2259 method splitText
2253 interface TextDecoder 2260 interface TextDecoder
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after
3206 method constructor 3213 method constructor
3207 interface webkitSpeechRecognitionEvent 3214 interface webkitSpeechRecognitionEvent
3208 method constructor 3215 method constructor
3209 interface webkitURL 3216 interface webkitURL
3210 method constructor 3217 method constructor
3211 method toString 3218 method toString
3212 PASS successfullyParsed is true 3219 PASS successfullyParsed is true
3213 3220
3214 TEST COMPLETE 3221 TEST COMPLETE
3215 3222
OLDNEW
« no previous file with comments | « no previous file | Source/modules/background_sync/DEPS » ('j') | Source/modules/background_sync/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698