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

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

Issue 1292503002: [Fetch] Unship Request.context (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 5 years, 4 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 close 4 method close
5 method constructor 5 method constructor
6 method slice 6 method slice
7 interface Cache 7 interface Cache
8 method add 8 method add
9 method addAll 9 method addAll
10 method constructor 10 method constructor
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 interface ReadableByteStream 488 interface ReadableByteStream
489 method cancel 489 method cancel
490 method constructor 490 method constructor
491 method getReader 491 method getReader
492 interface ReadableStream 492 interface ReadableStream
493 method cancel 493 method cancel
494 method constructor 494 method constructor
495 method getReader 495 method getReader
496 interface Request 496 interface Request
497 getter bodyUsed 497 getter bodyUsed
498 getter context
499 getter credentials 498 getter credentials
500 getter headers 499 getter headers
501 getter method 500 getter method
502 getter mode 501 getter mode
503 getter redirect 502 getter redirect
504 getter referrer 503 getter referrer
505 getter url 504 getter url
506 method arrayBuffer 505 method arrayBuffer
507 method blob 506 method blob
508 method clone 507 method clone
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 method abort 842 method abort
844 method constructor 843 method constructor
845 method objectStore 844 method objectStore
846 setter onabort 845 setter onabort
847 setter oncomplete 846 setter oncomplete
848 setter onerror 847 setter onerror
849 This is a testharness.js-based test. 848 This is a testharness.js-based test.
850 PASS Verify the interface of ServiceWorkerGlobalScope 849 PASS Verify the interface of ServiceWorkerGlobalScope
851 Harness: the test ran to completion. 850 Harness: the test ran to completion.
852 851
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698