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

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

Issue 1404523005: Implement author-constructible ReadableStream using V8 extras (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor test tweaks Created 5 years 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
« no previous file with comments | « build_overrides/v8.gni ('k') | third_party/WebKit/LayoutTests/http/tests/streams/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ByteLengthQueuingStrategy 7 interface ByteLengthQueuingStrategy
8 method constructor 8 method constructor
9 method size 9 method size
10 interface Cache 10 interface Cache
(...skipping 28 matching lines...) Expand all
39 interface Clients 39 interface Clients
40 method claim 40 method claim
41 method constructor 41 method constructor
42 method matchAll 42 method matchAll
43 method openWindow 43 method openWindow
44 interface CloseEvent : Event 44 interface CloseEvent : Event
45 getter code 45 getter code
46 getter reason 46 getter reason
47 getter wasClean 47 getter wasClean
48 method constructor 48 method constructor
49 interface CountQueuingStrategy
50 method constructor
51 method size
49 interface CrossOriginServiceWorkerClient : EventTarget 52 interface CrossOriginServiceWorkerClient : EventTarget
50 getter origin 53 getter origin
51 getter targetUrl 54 getter targetUrl
52 method constructor 55 method constructor
53 method postMessage 56 method postMessage
54 interface Crypto 57 interface Crypto
55 getter subtle 58 getter subtle
56 method constructor 59 method constructor
57 method getRandomValues 60 method getRandomValues
58 interface CryptoKey 61 interface CryptoKey
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 getter endpoint 491 getter endpoint
489 method constructor 492 method constructor
490 method getKey 493 method getKey
491 method toJSON 494 method toJSON
492 method unsubscribe 495 method unsubscribe
493 interface ReadableByteStream 496 interface ReadableByteStream
494 method cancel 497 method cancel
495 method constructor 498 method constructor
496 method getReader 499 method getReader
497 interface ReadableStream 500 interface ReadableStream
501 getter locked
498 method cancel 502 method cancel
499 method constructor 503 method constructor
500 method getReader 504 method getReader
505 method tee
501 interface Request 506 interface Request
502 getter bodyUsed 507 getter bodyUsed
503 getter credentials 508 getter credentials
504 getter headers 509 getter headers
505 getter integrity 510 getter integrity
506 getter method 511 getter method
507 getter mode 512 getter mode
508 getter redirect 513 getter redirect
509 getter referrer 514 getter referrer
510 getter url 515 getter url
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 setter ongeofenceleave 866 setter ongeofenceleave
862 setter oninstall 867 setter oninstall
863 setter onmessage 868 setter onmessage
864 setter onnotificationclick 869 setter onnotificationclick
865 setter onpush 870 setter onpush
866 setter onsync 871 setter onsync
867 This is a testharness.js-based test. 872 This is a testharness.js-based test.
868 PASS Verify the interface of ServiceWorkerGlobalScope 873 PASS Verify the interface of ServiceWorkerGlobalScope
869 Harness: the test ran to completion. 874 Harness: the test ran to completion.
870 875
OLDNEW
« no previous file with comments | « build_overrides/v8.gni ('k') | third_party/WebKit/LayoutTests/http/tests/streams/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698