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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 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 method close 9 method close
10 method constructor 10 method constructor
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 method permissionState 458 method permissionState
459 method subscribe 459 method subscribe
460 interface PushMessageData 460 interface PushMessageData
461 method arrayBuffer 461 method arrayBuffer
462 method blob 462 method blob
463 method constructor 463 method constructor
464 method json 464 method json
465 method text 465 method text
466 interface PushSubscription 466 interface PushSubscription
467 getter endpoint 467 getter endpoint
468 getter expirationTime
468 getter options 469 getter options
469 method constructor 470 method constructor
470 method getKey 471 method getKey
471 method toJSON 472 method toJSON
472 method unsubscribe 473 method unsubscribe
473 interface PushSubscriptionOptions 474 interface PushSubscriptionOptions
474 getter applicationServerKey 475 getter applicationServerKey
475 getter userVisibleOnly 476 getter userVisibleOnly
476 method constructor 477 method constructor
477 interface ReadableStream 478 interface ReadableStream
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 setter onmessage 715 setter onmessage
715 setter onnotificationclick 716 setter onnotificationclick
716 setter onnotificationclose 717 setter onnotificationclose
717 setter onpush 718 setter onpush
718 setter onsync 719 setter onsync
719 PASS Verify the interface of ServiceWorkerGlobalScope 720 PASS Verify the interface of ServiceWorkerGlobalScope
720 PASS successfullyParsed is true 721 PASS successfullyParsed is true
721 722
722 TEST COMPLETE 723 TEST COMPLETE
723 724
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698