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

Side by Side Diff: LayoutTests/virtual/stable/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 constructor 4 method constructor
5 method slice 5 method slice
6 interface Cache 6 interface Cache
7 method add 7 method add
8 method addAll 8 method addAll
9 method constructor 9 method constructor
10 method delete 10 method delete
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 method cancel 420 method cancel
421 method constructor 421 method constructor
422 method getReader 422 method getReader
423 interface Request 423 interface Request
424 getter bodyUsed 424 getter bodyUsed
425 getter context 425 getter context
426 getter credentials 426 getter credentials
427 getter headers 427 getter headers
428 getter method 428 getter method
429 getter mode 429 getter mode
430 getter redirect
430 getter referrer 431 getter referrer
431 getter url 432 getter url
432 method arrayBuffer 433 method arrayBuffer
433 method blob 434 method blob
434 method clone 435 method clone
435 method constructor 436 method constructor
436 method json 437 method json
437 method text 438 method text
438 interface Response 439 interface Response
439 getter body 440 getter body
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 method abort 698 method abort
698 method constructor 699 method constructor
699 method objectStore 700 method objectStore
700 setter onabort 701 setter onabort
701 setter oncomplete 702 setter oncomplete
702 setter onerror 703 setter onerror
703 This is a testharness.js-based test. 704 This is a testharness.js-based test.
704 PASS Verify the interface of ServiceWorkerGlobalScope 705 PASS Verify the interface of ServiceWorkerGlobalScope
705 Harness: the test ran to completion. 706 Harness: the test ran to completion.
706 707
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698