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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt

Issue 2864603003: Implement and ship PushSubscription.expirationTime (Closed)
Patch Set: mac results Created 3 years, 7 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 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 4989 matching lines...) Expand 10 before | Expand all | Expand 10 after
5000 interface PushManager 5000 interface PushManager
5001 static getter supportedContentEncodings 5001 static getter supportedContentEncodings
5002 attribute @@toStringTag 5002 attribute @@toStringTag
5003 method constructor 5003 method constructor
5004 method getSubscription 5004 method getSubscription
5005 method permissionState 5005 method permissionState
5006 method subscribe 5006 method subscribe
5007 interface PushSubscription 5007 interface PushSubscription
5008 attribute @@toStringTag 5008 attribute @@toStringTag
5009 getter endpoint 5009 getter endpoint
5010 getter expirationTime
5010 getter options 5011 getter options
5011 method constructor 5012 method constructor
5012 method getKey 5013 method getKey
5013 method toJSON 5014 method toJSON
5014 method unsubscribe 5015 method unsubscribe
5015 interface PushSubscriptionOptions 5016 interface PushSubscriptionOptions
5016 attribute @@toStringTag 5017 attribute @@toStringTag
5017 getter applicationServerKey 5018 getter applicationServerKey
5018 getter userVisibleOnly 5019 getter userVisibleOnly
5019 method constructor 5020 method constructor
(...skipping 4171 matching lines...) Expand 10 before | Expand all | Expand 10 after
9191 setter scrollY 9192 setter scrollY
9192 setter scrollbars 9193 setter scrollbars
9193 setter status 9194 setter status
9194 setter statusbar 9195 setter statusbar
9195 setter toolbar 9196 setter toolbar
9196 setter visualViewport 9197 setter visualViewport
9197 PASS successfullyParsed is true 9198 PASS successfullyParsed is true
9198 9199
9199 TEST COMPLETE 9200 TEST COMPLETE
9200 9201
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698