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

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

Issue 2792513002: Ship ReadableStream pipeTo() (Closed)
Patch Set: Add a comment explaining the purpose of the asserts in PipeTo Created 3 years, 8 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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 method unsubscribe 466 method unsubscribe
467 interface PushSubscriptionOptions 467 interface PushSubscriptionOptions
468 getter applicationServerKey 468 getter applicationServerKey
469 getter userVisibleOnly 469 getter userVisibleOnly
470 method constructor 470 method constructor
471 interface ReadableStream 471 interface ReadableStream
472 getter locked 472 getter locked
473 method cancel 473 method cancel
474 method constructor 474 method constructor
475 method getReader 475 method getReader
476 method pipeThrough
477 method pipeTo
476 method tee 478 method tee
477 interface Request 479 interface Request
478 getter bodyUsed 480 getter bodyUsed
479 getter credentials 481 getter credentials
480 getter headers 482 getter headers
481 getter integrity 483 getter integrity
482 getter method 484 getter method
483 getter mode 485 getter mode
484 getter redirect 486 getter redirect
485 getter referrer 487 getter referrer
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 setter onmessage 707 setter onmessage
706 setter onnotificationclick 708 setter onnotificationclick
707 setter onnotificationclose 709 setter onnotificationclose
708 setter onpush 710 setter onpush
709 setter onsync 711 setter onsync
710 PASS Verify the interface of ServiceWorkerGlobalScope 712 PASS Verify the interface of ServiceWorkerGlobalScope
711 PASS successfullyParsed is true 713 PASS successfullyParsed is true
712 714
713 TEST COMPLETE 715 TEST COMPLETE
714 716
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698