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

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

Issue 1309723004: Change PushSubscription.curve25519dh to PushSubscription.getKey() (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 3759 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 3777 getter curve25519dh
3778 getter endpoint 3778 getter endpoint
3779 method constructor 3779 method constructor
3780 method getKey
3780 method toJSON 3781 method toJSON
3781 method unsubscribe 3782 method unsubscribe
3782 interface RTCIceCandidate 3783 interface RTCIceCandidate
3783 getter candidate 3784 getter candidate
3784 getter sdpMLineIndex 3785 getter sdpMLineIndex
3785 getter sdpMid 3786 getter sdpMid
3786 method constructor 3787 method constructor
3787 method toJSON 3788 method toJSON
3788 setter candidate 3789 setter candidate
3789 setter sdpMLineIndex 3790 setter sdpMLineIndex
(...skipping 2955 matching lines...) Expand 10 before | Expand all | Expand 10 after
6745 setter password 6746 setter password
6746 setter pathname 6747 setter pathname
6747 setter port 6748 setter port
6748 setter protocol 6749 setter protocol
6749 setter search 6750 setter search
6750 setter username 6751 setter username
6751 PASS successfullyParsed is true 6752 PASS successfullyParsed is true
6752 6753
6753 TEST COMPLETE 6754 TEST COMPLETE
6754 6755
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698