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

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

Issue 1280733002: [3/3 blink] Support redirect option of Request and "opaqueredirect" response type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@Redirect1
Patch Set: add comment 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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 498 getter context
499 getter credentials 499 getter credentials
500 getter headers 500 getter headers
501 getter method 501 getter method
502 getter mode 502 getter mode
503 getter redirect
503 getter referrer 504 getter referrer
504 getter url 505 getter url
505 method arrayBuffer 506 method arrayBuffer
506 method blob 507 method blob
507 method clone 508 method clone
508 method constructor 509 method constructor
509 method json 510 method json
510 method text 511 method text
511 interface Response 512 interface Response
512 getter body 513 getter body
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 method abort 843 method abort
843 method constructor 844 method constructor
844 method objectStore 845 method objectStore
845 setter onabort 846 setter onabort
846 setter oncomplete 847 setter oncomplete
847 setter onerror 848 setter onerror
848 This is a testharness.js-based test. 849 This is a testharness.js-based test.
849 PASS Verify the interface of ServiceWorkerGlobalScope 850 PASS Verify the interface of ServiceWorkerGlobalScope
850 Harness: the test ran to completion. 851 Harness: the test ran to completion.
851 852
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698