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

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 missing serviceWorkerRegistration.syncManager to interface tests 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 5035 matching lines...) Expand 10 before | Expand all | Expand 10 after
5046 getter ready 5046 getter ready
5047 method constructor 5047 method constructor
5048 method getRegistration 5048 method getRegistration
5049 method register 5049 method register
5050 setter oncontrollerchange 5050 setter oncontrollerchange
5051 interface ServiceWorkerRegistration 5051 interface ServiceWorkerRegistration
5052 getter geofencing 5052 getter geofencing
5053 getter onupdatefound 5053 getter onupdatefound
5054 getter pushManager 5054 getter pushManager
5055 getter scope 5055 getter scope
5056 getter syncManager
5056 method constructor 5057 method constructor
5057 method showNotification 5058 method showNotification
5058 method unregister 5059 method unregister
5059 setter onupdatefound 5060 setter onupdatefound
5060 interface Set 5061 interface Set
5061 getter size 5062 getter size
5062 method add 5063 method add
5063 method clear 5064 method clear
5064 method constructor 5065 method constructor
5065 method delete 5066 method delete
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
5208 method generateKey 5209 method generateKey
5209 method importKey 5210 method importKey
5210 method sign 5211 method sign
5211 method unwrapKey 5212 method unwrapKey
5212 method verify 5213 method verify
5213 method wrapKey 5214 method wrapKey
5214 interface Symbol 5215 interface Symbol
5215 method constructor 5216 method constructor
5216 method toString 5217 method toString
5217 method valueOf 5218 method valueOf
5219 interface SyncManager
5220 getter minAllowablePeriod
5221 method constructor
5222 method getRegistration
5223 method getRegistrations
5224 method register
5225 interface SyncRegistration
5226 getter allowOnBattery
5227 getter id
5228 getter idleRequired
5229 getter maxDelay
5230 getter minDelay
5231 getter minPeriod
5232 getter minRequiredNetwork
5233 method constructor
5234 method unregister
5218 interface SyntaxError 5235 interface SyntaxError
5219 attribute name 5236 attribute name
5220 getter stack 5237 getter stack
5221 method constructor 5238 method constructor
5222 setter stack 5239 setter stack
5223 interface Text 5240 interface Text
5224 getter wholeText 5241 getter wholeText
5225 method constructor 5242 method constructor
5226 method getDestinationInsertionPoints 5243 method getDestinationInsertionPoints
5227 method splitText 5244 method splitText
(...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after
6640 setter password 6657 setter password
6641 setter pathname 6658 setter pathname
6642 setter port 6659 setter port
6643 setter protocol 6660 setter protocol
6644 setter search 6661 setter search
6645 setter username 6662 setter username
6646 PASS successfullyParsed is true 6663 PASS successfullyParsed is true
6647 6664
6648 TEST COMPLETE 6665 TEST COMPLETE
6649 6666
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/background_sync/resources/interfaces-worker.js ('k') | Source/modules/background_sync/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698