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

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

Issue 1096503002: [Background Sync] Converting Blink code to the MVP API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Unregister method requires the sync registration tag Created 5 years, 8 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 3617 matching lines...) Expand 10 before | Expand all | Expand 10 after
3628 getter navigationStart 3628 getter navigationStart
3629 getter redirectEnd 3629 getter redirectEnd
3630 getter redirectStart 3630 getter redirectStart
3631 getter requestStart 3631 getter requestStart
3632 getter responseEnd 3632 getter responseEnd
3633 getter responseStart 3633 getter responseStart
3634 getter secureConnectionStart 3634 getter secureConnectionStart
3635 getter unloadEventEnd 3635 getter unloadEventEnd
3636 getter unloadEventStart 3636 getter unloadEventStart
3637 method constructor 3637 method constructor
3638 interface PeriodicSyncManager
3639 getter minPossiblePeriod
3640 method constructor
3641 method getRegistration
3642 method getRegistrations
3643 method permissionState
3644 method register
3645 interface PeriodicSyncRegistration
3646 getter minPeriod
3647 getter networkState
3648 getter powerState
3649 getter tag
3650 method constructor
3651 method unregister
3638 interface PeriodicWave 3652 interface PeriodicWave
3639 method constructor 3653 method constructor
3640 interface PermissionStatus 3654 interface PermissionStatus
3641 getter onchange 3655 getter onchange
3642 getter status 3656 getter status
3643 method constructor 3657 method constructor
3644 setter onchange 3658 setter onchange
3645 interface Permissions 3659 interface Permissions
3646 method constructor 3660 method constructor
3647 method query 3661 method query
(...skipping 1453 matching lines...) Expand 10 before | Expand all | Expand 10 after
5101 interface ServiceWorkerContainer 5115 interface ServiceWorkerContainer
5102 getter oncontrollerchange 5116 getter oncontrollerchange
5103 getter ready 5117 getter ready
5104 method constructor 5118 method constructor
5105 method getRegistration 5119 method getRegistration
5106 method register 5120 method register
5107 setter oncontrollerchange 5121 setter oncontrollerchange
5108 interface ServiceWorkerRegistration 5122 interface ServiceWorkerRegistration
5109 getter geofencing 5123 getter geofencing
5110 getter onupdatefound 5124 getter onupdatefound
5125 getter periodicSync
5111 getter pushManager 5126 getter pushManager
5112 getter scope 5127 getter scope
5113 getter syncManager 5128 getter sync
5114 method constructor 5129 method constructor
5115 method getNotifications 5130 method getNotifications
5116 method showNotification 5131 method showNotification
5117 method unregister 5132 method unregister
5118 setter onupdatefound 5133 setter onupdatefound
5119 interface Set 5134 interface Set
5120 getter size 5135 getter size
5121 method add 5136 method add
5122 method clear 5137 method clear
5123 method constructor 5138 method constructor
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
5266 method importKey 5281 method importKey
5267 method sign 5282 method sign
5268 method unwrapKey 5283 method unwrapKey
5269 method verify 5284 method verify
5270 method wrapKey 5285 method wrapKey
5271 interface Symbol 5286 interface Symbol
5272 method constructor 5287 method constructor
5273 method toString 5288 method toString
5274 method valueOf 5289 method valueOf
5275 interface SyncManager 5290 interface SyncManager
5276 getter minAllowablePeriod
5277 method constructor 5291 method constructor
5278 method getRegistration 5292 method getRegistration
5279 method getRegistrations 5293 method getRegistrations
5294 method permissionState
5280 method register 5295 method register
5281 interface SyncRegistration 5296 interface SyncRegistration
5282 getter allowOnBattery 5297 getter tag
5283 getter id
5284 getter idleRequired
5285 getter maxDelay
5286 getter minDelay
5287 getter minPeriod
5288 getter minRequiredNetwork
5289 method constructor 5298 method constructor
5290 method unregister 5299 method unregister
5291 interface SyntaxError 5300 interface SyntaxError
5292 attribute name 5301 attribute name
5293 getter stack 5302 getter stack
5294 method constructor 5303 method constructor
5295 setter stack 5304 setter stack
5296 interface Text 5305 interface Text
5297 getter wholeText 5306 getter wholeText
5298 method constructor 5307 method constructor
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
6713 setter password 6722 setter password
6714 setter pathname 6723 setter pathname
6715 setter port 6724 setter port
6716 setter protocol 6725 setter protocol
6717 setter search 6726 setter search
6718 setter username 6727 setter username
6719 PASS successfullyParsed is true 6728 PASS successfullyParsed is true
6720 6729
6721 TEST COMPLETE 6730 TEST COMPLETE
6722 6731
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/background_sync/resources/interfaces-worker.js ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698