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

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

Issue 1148763005: Remove support for PushSubscription.subscriptionId. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
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 3322 matching lines...) Expand 10 before | Expand all | Expand 10 after
3333 method chain 3333 method chain
3334 method constructor 3334 method constructor
3335 method then 3335 method then
3336 interface PushManager 3336 interface PushManager
3337 method constructor 3337 method constructor
3338 method getSubscription 3338 method getSubscription
3339 method permissionState 3339 method permissionState
3340 method subscribe 3340 method subscribe
3341 interface PushSubscription 3341 interface PushSubscription
3342 getter endpoint 3342 getter endpoint
3343 getter subscriptionId
3344 method constructor 3343 method constructor
3345 method toJSON 3344 method toJSON
3346 method unsubscribe 3345 method unsubscribe
3347 interface RTCIceCandidate 3346 interface RTCIceCandidate
3348 getter candidate 3347 getter candidate
3349 getter sdpMLineIndex 3348 getter sdpMLineIndex
3350 getter sdpMid 3349 getter sdpMid
3351 method constructor 3350 method constructor
3352 method toJSON 3351 method toJSON
3353 setter candidate 3352 setter candidate
(...skipping 2894 matching lines...) Expand 10 before | Expand all | Expand 10 after
6248 setter password 6247 setter password
6249 setter pathname 6248 setter pathname
6250 setter port 6249 setter port
6251 setter protocol 6250 setter protocol
6252 setter search 6251 setter search
6253 setter username 6252 setter username
6254 PASS successfullyParsed is true 6253 PASS successfullyParsed is true
6255 6254
6256 TEST COMPLETE 6255 TEST COMPLETE
6257 6256
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698