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

Side by Side Diff: LayoutTests/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 3792 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 method chain 3803 method chain
3804 method constructor 3804 method constructor
3805 method then 3805 method then
3806 interface PushManager 3806 interface PushManager
3807 method constructor 3807 method constructor
3808 method getSubscription 3808 method getSubscription
3809 method permissionState 3809 method permissionState
3810 method subscribe 3810 method subscribe
3811 interface PushSubscription 3811 interface PushSubscription
3812 getter endpoint 3812 getter endpoint
3813 getter subscriptionId
3814 method constructor 3813 method constructor
3815 method toJSON 3814 method toJSON
3816 method unsubscribe 3815 method unsubscribe
3817 interface RTCIceCandidate 3816 interface RTCIceCandidate
3818 getter candidate 3817 getter candidate
3819 getter sdpMLineIndex 3818 getter sdpMLineIndex
3820 getter sdpMid 3819 getter sdpMid
3821 method constructor 3820 method constructor
3822 method toJSON 3821 method toJSON
3823 setter candidate 3822 setter candidate
(...skipping 3011 matching lines...) Expand 10 before | Expand all | Expand 10 after
6835 setter password 6834 setter password
6836 setter pathname 6835 setter pathname
6837 setter port 6836 setter port
6838 setter protocol 6837 setter protocol
6839 setter search 6838 setter search
6840 setter username 6839 setter username
6841 PASS successfullyParsed is true 6840 PASS successfullyParsed is true
6842 6841
6843 TEST COMPLETE 6842 TEST COMPLETE
6844 6843
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698