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

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: Add a missing file. Created 5 years, 7 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 3355 matching lines...) Expand 10 before | Expand all | Expand 10 after
3366 method chain 3366 method chain
3367 method constructor 3367 method constructor
3368 method then 3368 method then
3369 interface PushManager 3369 interface PushManager
3370 method constructor 3370 method constructor
3371 method getSubscription 3371 method getSubscription
3372 method permissionState 3372 method permissionState
3373 method subscribe 3373 method subscribe
3374 interface PushSubscription 3374 interface PushSubscription
3375 getter endpoint 3375 getter endpoint
3376 getter subscriptionId
3377 method constructor 3376 method constructor
3378 method toJSON 3377 method toJSON
3379 method unsubscribe 3378 method unsubscribe
3380 interface RTCIceCandidate 3379 interface RTCIceCandidate
3381 getter candidate 3380 getter candidate
3382 getter sdpMLineIndex 3381 getter sdpMLineIndex
3383 getter sdpMid 3382 getter sdpMid
3384 method constructor 3383 method constructor
3385 method toJSON 3384 method toJSON
3386 setter candidate 3385 setter candidate
(...skipping 2904 matching lines...) Expand 10 before | Expand all | Expand 10 after
6291 setter password 6290 setter password
6292 setter pathname 6291 setter pathname
6293 setter port 6292 setter port
6294 setter protocol 6293 setter protocol
6295 setter search 6294 setter search
6296 setter username 6295 setter username
6297 PASS successfullyParsed is true 6296 PASS successfullyParsed is true
6298 6297
6299 TEST COMPLETE 6298 TEST COMPLETE
6300 6299
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698