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

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

Issue 1237673002: Introduce the PushSubscription.curve25519dh attribute (3/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 3626 matching lines...) Expand 10 before | Expand all | Expand 10 after
3637 interface PromiseRejectionEvent 3637 interface PromiseRejectionEvent
3638 getter promise 3638 getter promise
3639 getter reason 3639 getter reason
3640 method constructor 3640 method constructor
3641 interface PushManager 3641 interface PushManager
3642 method constructor 3642 method constructor
3643 method getSubscription 3643 method getSubscription
3644 method permissionState 3644 method permissionState
3645 method subscribe 3645 method subscribe
3646 interface PushSubscription 3646 interface PushSubscription
3647 getter curve25519dh
3647 getter endpoint 3648 getter endpoint
3648 method constructor 3649 method constructor
3649 method toJSON 3650 method toJSON
3650 method unsubscribe 3651 method unsubscribe
3651 interface RTCIceCandidate 3652 interface RTCIceCandidate
3652 getter candidate 3653 getter candidate
3653 getter sdpMLineIndex 3654 getter sdpMLineIndex
3654 getter sdpMid 3655 getter sdpMid
3655 method constructor 3656 method constructor
3656 method toJSON 3657 method toJSON
(...skipping 2908 matching lines...) Expand 10 before | Expand all | Expand 10 after
6565 setter password 6566 setter password
6566 setter pathname 6567 setter pathname
6567 setter port 6568 setter port
6568 setter protocol 6569 setter protocol
6569 setter search 6570 setter search
6570 setter username 6571 setter username
6571 PASS successfullyParsed is true 6572 PASS successfullyParsed is true
6572 6573
6573 TEST COMPLETE 6574 TEST COMPLETE
6574 6575
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698