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

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: 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 4528 matching lines...) Expand 10 before | Expand all | Expand 10 after
4539 method constructor 4539 method constructor
4540 interface PushManager 4540 interface PushManager
4541 attribute @@toStringTag 4541 attribute @@toStringTag
4542 method constructor 4542 method constructor
4543 method getSubscription 4543 method getSubscription
4544 method permissionState 4544 method permissionState
4545 method subscribe 4545 method subscribe
4546 interface PushSubscription 4546 interface PushSubscription
4547 attribute @@toStringTag 4547 attribute @@toStringTag
4548 getter endpoint 4548 getter endpoint
4549 getter options
4549 method constructor 4550 method constructor
4550 method getKey 4551 method getKey
4551 method toJSON 4552 method toJSON
4552 method unsubscribe 4553 method unsubscribe
4554 interface PushSubscriptionOptions
4555 attribute @@toStringTag
4556 getter applicationServerKey
4557 getter userVisibleOnly
4558 method constructor
Peter Beverloo 2016/07/08 18:30:12 What does the constructor do? Throw?
johnme 2016/07/13 17:51:57 Uncaught TypeError: Illegal constructor Same as i
4553 interface RTCCertificate 4559 interface RTCCertificate
4554 attribute @@toStringTag 4560 attribute @@toStringTag
4555 getter expires 4561 getter expires
4556 method constructor 4562 method constructor
4557 interface RTCIceCandidate 4563 interface RTCIceCandidate
4558 attribute @@toStringTag 4564 attribute @@toStringTag
4559 getter candidate 4565 getter candidate
4560 getter sdpMLineIndex 4566 getter sdpMLineIndex
4561 getter sdpMid 4567 getter sdpMid
4562 method constructor 4568 method constructor
(...skipping 3214 matching lines...) Expand 10 before | Expand all | Expand 10 after
7777 method stop 7783 method stop
7778 method webkitCancelAnimationFrame 7784 method webkitCancelAnimationFrame
7779 method webkitCancelRequestAnimationFrame 7785 method webkitCancelRequestAnimationFrame
7780 method webkitRequestAnimationFrame 7786 method webkitRequestAnimationFrame
7781 method webkitRequestFileSystem 7787 method webkitRequestFileSystem
7782 method webkitResolveLocalFileSystemURL 7788 method webkitResolveLocalFileSystemURL
7783 PASS successfullyParsed is true 7789 PASS successfullyParsed is true
7784 7790
7785 TEST COMPLETE 7791 TEST COMPLETE
7786 7792
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698