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

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

Issue 1316693002: Remove left-overs of PushSubscription.curve25519dh (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 3756 matching lines...) Expand 10 before | Expand all | Expand 10 after
3767 interface PromiseRejectionEvent 3767 interface PromiseRejectionEvent
3768 getter promise 3768 getter promise
3769 getter reason 3769 getter reason
3770 method constructor 3770 method constructor
3771 interface PushManager 3771 interface PushManager
3772 method constructor 3772 method constructor
3773 method getSubscription 3773 method getSubscription
3774 method permissionState 3774 method permissionState
3775 method subscribe 3775 method subscribe
3776 interface PushSubscription 3776 interface PushSubscription
3777 getter curve25519dh
3778 getter endpoint 3777 getter endpoint
3779 method constructor 3778 method constructor
3780 method getKey 3779 method getKey
3781 method toJSON 3780 method toJSON
3782 method unsubscribe 3781 method unsubscribe
3783 interface RTCIceCandidate 3782 interface RTCIceCandidate
3784 getter candidate 3783 getter candidate
3785 getter sdpMLineIndex 3784 getter sdpMLineIndex
3786 getter sdpMid 3785 getter sdpMid
3787 method constructor 3786 method constructor
(...skipping 2958 matching lines...) Expand 10 before | Expand all | Expand 10 after
6746 setter password 6745 setter password
6747 setter pathname 6746 setter pathname
6748 setter port 6747 setter port
6749 setter protocol 6748 setter protocol
6750 setter search 6749 setter search
6751 setter username 6750 setter username
6752 PASS successfullyParsed is true 6751 PASS successfullyParsed is true
6753 6752
6754 TEST COMPLETE 6753 TEST COMPLETE
6755 6754
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698