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

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

Issue 2864603003: Implement and ship PushSubscription.expirationTime (Closed)
Patch Set: 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 interface BackgroundFetchClickEvent : BackgroundFetchEvent 1 interface BackgroundFetchClickEvent : BackgroundFetchEvent
2 getter state 2 getter state
3 method constructor 3 method constructor
4 interface BackgroundFetchEvent : ExtendableEvent 4 interface BackgroundFetchEvent : ExtendableEvent
5 getter tag 5 getter tag
6 method constructor 6 method constructor
7 interface BackgroundFetchFailEvent : BackgroundFetchEvent 7 interface BackgroundFetchFailEvent : BackgroundFetchEvent
8 getter fetches 8 getter fetches
9 method constructor 9 method constructor
10 interface BackgroundFetchFetch 10 interface BackgroundFetchFetch
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 method permissionState 792 method permissionState
793 method subscribe 793 method subscribe
794 interface PushMessageData 794 interface PushMessageData
795 method arrayBuffer 795 method arrayBuffer
796 method blob 796 method blob
797 method constructor 797 method constructor
798 method json 798 method json
799 method text 799 method text
800 interface PushSubscription 800 interface PushSubscription
801 getter endpoint 801 getter endpoint
802 getter expirationTime
802 getter options 803 getter options
803 method constructor 804 method constructor
804 method getKey 805 method getKey
805 method toJSON 806 method toJSON
806 method unsubscribe 807 method unsubscribe
807 interface PushSubscriptionOptions 808 interface PushSubscriptionOptions
808 getter applicationServerKey 809 getter applicationServerKey
809 getter userVisibleOnly 810 getter userVisibleOnly
810 method constructor 811 method constructor
811 interface ReadableStream 812 interface ReadableStream
(...skipping 1486 matching lines...) Expand 10 before | Expand all | Expand 10 after
2298 setter onnotificationclick 2299 setter onnotificationclick
2299 setter onnotificationclose 2300 setter onnotificationclose
2300 setter onpaymentrequest 2301 setter onpaymentrequest
2301 setter onpush 2302 setter onpush
2302 setter onsync 2303 setter onsync
2303 PASS Verify the interface of ServiceWorkerGlobalScope 2304 PASS Verify the interface of ServiceWorkerGlobalScope
2304 PASS successfullyParsed is true 2305 PASS successfullyParsed is true
2305 2306
2306 TEST COMPLETE 2307 TEST COMPLETE
2307 2308
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698