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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2133673002: Push API: Implement and ship PushSubscription.options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add MODULES_EXPORT Created 4 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
OLDNEW
1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 3768 matching lines...) Expand 10 before | Expand all | Expand 10 after
3779 method constructor 3779 method constructor
3780 interface PushManager 3780 interface PushManager
3781 attribute @@toStringTag 3781 attribute @@toStringTag
3782 method constructor 3782 method constructor
3783 method getSubscription 3783 method getSubscription
3784 method permissionState 3784 method permissionState
3785 method subscribe 3785 method subscribe
3786 interface PushSubscription 3786 interface PushSubscription
3787 attribute @@toStringTag 3787 attribute @@toStringTag
3788 getter endpoint 3788 getter endpoint
3789 getter options
3789 method constructor 3790 method constructor
3790 method getKey 3791 method getKey
3791 method toJSON 3792 method toJSON
3792 method unsubscribe 3793 method unsubscribe
3794 interface PushSubscriptionOptions
3795 attribute @@toStringTag
3796 getter applicationServerKey
3797 getter userVisibleOnly
3798 method constructor
3793 interface RTCCertificate 3799 interface RTCCertificate
3794 attribute @@toStringTag 3800 attribute @@toStringTag
3795 getter expires 3801 getter expires
3796 method constructor 3802 method constructor
3797 interface RTCIceCandidate 3803 interface RTCIceCandidate
3798 attribute @@toStringTag 3804 attribute @@toStringTag
3799 getter candidate 3805 getter candidate
3800 getter sdpMLineIndex 3806 getter sdpMLineIndex
3801 getter sdpMid 3807 getter sdpMid
3802 method constructor 3808 method constructor
(...skipping 2888 matching lines...) Expand 10 before | Expand all | Expand 10 after
6691 method stop 6697 method stop
6692 method webkitCancelAnimationFrame 6698 method webkitCancelAnimationFrame
6693 method webkitCancelRequestAnimationFrame 6699 method webkitCancelRequestAnimationFrame
6694 method webkitRequestAnimationFrame 6700 method webkitRequestAnimationFrame
6695 method webkitRequestFileSystem 6701 method webkitRequestFileSystem
6696 method webkitResolveLocalFileSystemURL 6702 method webkitResolveLocalFileSystemURL
6697 PASS successfullyParsed is true 6703 PASS successfullyParsed is true
6698 6704
6699 TEST COMPLETE 6705 TEST COMPLETE
6700 6706
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698