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

Side by Side Diff: third_party/WebKit/LayoutTests/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 4536 matching lines...) Expand 10 before | Expand all | Expand 10 after
4547 method constructor 4547 method constructor
4548 interface PushManager 4548 interface PushManager
4549 attribute @@toStringTag 4549 attribute @@toStringTag
4550 method constructor 4550 method constructor
4551 method getSubscription 4551 method getSubscription
4552 method permissionState 4552 method permissionState
4553 method subscribe 4553 method subscribe
4554 interface PushSubscription 4554 interface PushSubscription
4555 attribute @@toStringTag 4555 attribute @@toStringTag
4556 getter endpoint 4556 getter endpoint
4557 getter options
4557 method constructor 4558 method constructor
4558 method getKey 4559 method getKey
4559 method toJSON 4560 method toJSON
4560 method unsubscribe 4561 method unsubscribe
4562 interface PushSubscriptionOptions
4563 attribute @@toStringTag
4564 getter applicationServerKey
4565 getter userVisibleOnly
4566 method constructor
4561 interface RTCCertificate 4567 interface RTCCertificate
4562 attribute @@toStringTag 4568 attribute @@toStringTag
4563 getter expires 4569 getter expires
4564 method constructor 4570 method constructor
4565 interface RTCIceCandidate 4571 interface RTCIceCandidate
4566 attribute @@toStringTag 4572 attribute @@toStringTag
4567 getter candidate 4573 getter candidate
4568 getter sdpMLineIndex 4574 getter sdpMLineIndex
4569 getter sdpMid 4575 getter sdpMid
4570 method constructor 4576 method constructor
(...skipping 3214 matching lines...) Expand 10 before | Expand all | Expand 10 after
7785 method stop 7791 method stop
7786 method webkitCancelAnimationFrame 7792 method webkitCancelAnimationFrame
7787 method webkitCancelRequestAnimationFrame 7793 method webkitCancelRequestAnimationFrame
7788 method webkitRequestAnimationFrame 7794 method webkitRequestAnimationFrame
7789 method webkitRequestFileSystem 7795 method webkitRequestFileSystem
7790 method webkitResolveLocalFileSystemURL 7796 method webkitResolveLocalFileSystemURL
7791 PASS successfullyParsed is true 7797 PASS successfullyParsed is true
7792 7798
7793 TEST COMPLETE 7799 TEST COMPLETE
7794 7800
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698