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

Side by Side Diff: third_party/WebKit/LayoutTests/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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 method permissionState 799 method permissionState
800 method subscribe 800 method subscribe
801 interface PushMessageData 801 interface PushMessageData
802 method arrayBuffer 802 method arrayBuffer
803 method blob 803 method blob
804 method constructor 804 method constructor
805 method json 805 method json
806 method text 806 method text
807 interface PushSubscription 807 interface PushSubscription
808 getter endpoint 808 getter endpoint
809 getter expirationTime
809 getter options 810 getter options
810 method constructor 811 method constructor
811 method getKey 812 method getKey
812 method toJSON 813 method toJSON
813 method unsubscribe 814 method unsubscribe
814 interface PushSubscriptionOptions 815 interface PushSubscriptionOptions
815 getter applicationServerKey 816 getter applicationServerKey
816 getter userVisibleOnly 817 getter userVisibleOnly
817 method constructor 818 method constructor
818 interface ReadableStream 819 interface ReadableStream
(...skipping 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after
2306 setter onnotificationclick 2307 setter onnotificationclick
2307 setter onnotificationclose 2308 setter onnotificationclose
2308 setter onpaymentrequest 2309 setter onpaymentrequest
2309 setter onpush 2310 setter onpush
2310 setter onsync 2311 setter onsync
2311 PASS Verify the interface of ServiceWorkerGlobalScope 2312 PASS Verify the interface of ServiceWorkerGlobalScope
2312 PASS successfullyParsed is true 2313 PASS successfullyParsed is true
2313 2314
2314 TEST COMPLETE 2315 TEST COMPLETE
2315 2316
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698