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

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: 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 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 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 method permissionState 806 method permissionState
807 method subscribe 807 method subscribe
808 interface PushMessageData 808 interface PushMessageData
809 method arrayBuffer 809 method arrayBuffer
810 method blob 810 method blob
811 method constructor 811 method constructor
812 method json 812 method json
813 method text 813 method text
814 interface PushSubscription 814 interface PushSubscription
815 getter endpoint 815 getter endpoint
816 getter expirationTime
816 getter options 817 getter options
817 method constructor 818 method constructor
818 method getKey 819 method getKey
819 method toJSON 820 method toJSON
820 method unsubscribe 821 method unsubscribe
821 interface PushSubscriptionOptions 822 interface PushSubscriptionOptions
822 getter applicationServerKey 823 getter applicationServerKey
823 getter userVisibleOnly 824 getter userVisibleOnly
824 method constructor 825 method constructor
825 interface ReadableStream 826 interface ReadableStream
(...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
2316 setter onnotificationclick 2317 setter onnotificationclick
2317 setter onnotificationclose 2318 setter onnotificationclose
2318 setter onpaymentrequest 2319 setter onpaymentrequest
2319 setter onpush 2320 setter onpush
2320 setter onsync 2321 setter onsync
2321 PASS Verify the interface of ServiceWorkerGlobalScope 2322 PASS Verify the interface of ServiceWorkerGlobalScope
2322 PASS successfullyParsed is true 2323 PASS successfullyParsed is true
2323 2324
2324 TEST COMPLETE 2325 TEST COMPLETE
2325 2326
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698