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

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: 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 3747 matching lines...) Expand 10 before | Expand all | Expand 10 after
3758 method chain 3758 method chain
3759 method constructor 3759 method constructor
3760 method then 3760 method then
3761 interface PushManager 3761 interface PushManager
3762 method constructor 3762 method constructor
3763 method getSubscription 3763 method getSubscription
3764 method permissionState 3764 method permissionState
3765 method subscribe 3765 method subscribe
3766 interface PushSubscription 3766 interface PushSubscription
3767 getter endpoint 3767 getter endpoint
3768 getter subscriptionId
3769 method constructor 3768 method constructor
3770 method toJSON 3769 method toJSON
3771 method unsubscribe 3770 method unsubscribe
3772 interface RTCIceCandidate 3771 interface RTCIceCandidate
3773 getter candidate 3772 getter candidate
3774 getter sdpMLineIndex 3773 getter sdpMLineIndex
3775 getter sdpMid 3774 getter sdpMid
3776 method constructor 3775 method constructor
3777 method toJSON 3776 method toJSON
3778 setter candidate 3777 setter candidate
(...skipping 3004 matching lines...) Expand 10 before | Expand all | Expand 10 after
6783 setter password 6782 setter password
6784 setter pathname 6783 setter pathname
6785 setter port 6784 setter port
6786 setter protocol 6785 setter protocol
6787 setter search 6786 setter search
6788 setter username 6787 setter username
6789 PASS successfullyParsed is true 6788 PASS successfullyParsed is true
6790 6789
6791 TEST COMPLETE 6790 TEST COMPLETE
6792 6791
OLDNEW
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698