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

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: Rebase! 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 5197 matching lines...) Expand 10 before | Expand all | Expand 10 after
5208 method generateKey 5208 method generateKey
5209 method importKey 5209 method importKey
5210 method sign 5210 method sign
5211 method unwrapKey 5211 method unwrapKey
5212 method verify 5212 method verify
5213 method wrapKey 5213 method wrapKey
5214 interface Symbol 5214 interface Symbol
5215 method constructor 5215 method constructor
5216 method toString 5216 method toString
5217 method valueOf 5217 method valueOf
5218 interface SyncManager
5219 method constructor
5220 method getRegistrations
5221 method register
5222 interface SyncRegistration
5223 method constructor
5224 method unregister
5218 interface SyntaxError 5225 interface SyntaxError
5219 attribute name 5226 attribute name
5220 getter stack 5227 getter stack
5221 method constructor 5228 method constructor
5222 setter stack 5229 setter stack
5223 interface Text 5230 interface Text
5224 getter wholeText 5231 getter wholeText
5225 method constructor 5232 method constructor
5226 method getDestinationInsertionPoints 5233 method getDestinationInsertionPoints
5227 method splitText 5234 method splitText
(...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after
6640 setter password 6647 setter password
6641 setter pathname 6648 setter pathname
6642 setter port 6649 setter port
6643 setter protocol 6650 setter protocol
6644 setter search 6651 setter search
6645 setter username 6652 setter username
6646 PASS successfullyParsed is true 6653 PASS successfullyParsed is true
6647 6654
6648 TEST COMPLETE 6655 TEST COMPLETE
6649 6656
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698