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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/stable/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 Blob 1 interface Blob
2 getter size 2 getter size
3 getter type 3 getter type
4 method constructor 4 method constructor
5 method slice 5 method slice
6 interface BroadcastChannel : EventTarget 6 interface BroadcastChannel : EventTarget
7 getter name 7 getter name
8 getter onmessage 8 getter onmessage
9 getter onmessageerror 9 getter onmessageerror
10 method close 10 method close
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 method permissionState 463 method permissionState
464 method subscribe 464 method subscribe
465 interface PushMessageData 465 interface PushMessageData
466 method arrayBuffer 466 method arrayBuffer
467 method blob 467 method blob
468 method constructor 468 method constructor
469 method json 469 method json
470 method text 470 method text
471 interface PushSubscription 471 interface PushSubscription
472 getter endpoint 472 getter endpoint
473 getter expirationTime
473 getter options 474 getter options
474 method constructor 475 method constructor
475 method getKey 476 method getKey
476 method toJSON 477 method toJSON
477 method unsubscribe 478 method unsubscribe
478 interface PushSubscriptionOptions 479 interface PushSubscriptionOptions
479 getter applicationServerKey 480 getter applicationServerKey
480 getter userVisibleOnly 481 getter userVisibleOnly
481 method constructor 482 method constructor
482 interface ReadableStream 483 interface ReadableStream
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 setter onmessage 725 setter onmessage
725 setter onnotificationclick 726 setter onnotificationclick
726 setter onnotificationclose 727 setter onnotificationclose
727 setter onpush 728 setter onpush
728 setter onsync 729 setter onsync
729 PASS Verify the interface of ServiceWorkerGlobalScope 730 PASS Verify the interface of ServiceWorkerGlobalScope
730 PASS successfullyParsed is true 731 PASS successfullyParsed is true
731 732
732 TEST COMPLETE 733 TEST COMPLETE
733 734
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698