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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2863443002: Implement and ship PushManager.supportedContentEncodings (Closed)
Patch Set: Implement and ship PushManager.supportedContentEncodings 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 method constructor 450 method constructor
451 method query 451 method query
452 interface PromiseRejectionEvent : Event 452 interface PromiseRejectionEvent : Event
453 getter promise 453 getter promise
454 getter reason 454 getter reason
455 method constructor 455 method constructor
456 interface PushEvent : ExtendableEvent 456 interface PushEvent : ExtendableEvent
457 getter data 457 getter data
458 method constructor 458 method constructor
459 interface PushManager 459 interface PushManager
460 static getter supportedContentEncodings
460 method constructor 461 method constructor
461 method getSubscription 462 method getSubscription
462 method permissionState 463 method permissionState
463 method subscribe 464 method subscribe
464 interface PushMessageData 465 interface PushMessageData
465 method arrayBuffer 466 method arrayBuffer
466 method blob 467 method blob
467 method constructor 468 method constructor
468 method json 469 method json
469 method text 470 method text
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 setter onmessage 724 setter onmessage
724 setter onnotificationclick 725 setter onnotificationclick
725 setter onnotificationclose 726 setter onnotificationclose
726 setter onpush 727 setter onpush
727 setter onsync 728 setter onsync
728 PASS Verify the interface of ServiceWorkerGlobalScope 729 PASS Verify the interface of ServiceWorkerGlobalScope
729 PASS successfullyParsed is true 730 PASS successfullyParsed is true
730 731
731 TEST COMPLETE 732 TEST COMPLETE
732 733
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698