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

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: 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 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 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after
2308 setter onnotificationclick 2309 setter onnotificationclick
2309 setter onnotificationclose 2310 setter onnotificationclose
2310 setter onpaymentrequest 2311 setter onpaymentrequest
2311 setter onpush 2312 setter onpush
2312 setter onsync 2313 setter onsync
2313 PASS Verify the interface of ServiceWorkerGlobalScope 2314 PASS Verify the interface of ServiceWorkerGlobalScope
2314 PASS successfullyParsed is true 2315 PASS successfullyParsed is true
2315 2316
2316 TEST COMPLETE 2317 TEST COMPLETE
2317 2318
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698