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

Side by Side Diff: LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 837673002: Introduce ExclusiveStreamReader. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/global-interface-listing.js 6 Starting worker: resources/global-interface-listing.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface Array 8 [Worker] interface Array
9 [Worker] attribute length 9 [Worker] attribute length
10 [Worker] method concat 10 [Worker] method concat
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 [Worker] attribute name 160 [Worker] attribute name
161 [Worker] getter stack 161 [Worker] getter stack
162 [Worker] method constructor 162 [Worker] method constructor
163 [Worker] setter stack 163 [Worker] setter stack
164 [Worker] interface EventSource 164 [Worker] interface EventSource
165 [Worker] attribute CLOSED 165 [Worker] attribute CLOSED
166 [Worker] attribute CONNECTING 166 [Worker] attribute CONNECTING
167 [Worker] attribute OPEN 167 [Worker] attribute OPEN
168 [Worker] method close 168 [Worker] method close
169 [Worker] method constructor 169 [Worker] method constructor
170 [Worker] interface ExclusiveStreamReader
171 [Worker] method cancel
172 [Worker] method constructor
173 [Worker] method read
174 [Worker] method releaseLock
170 [Worker] interface File 175 [Worker] interface File
171 [Worker] method constructor 176 [Worker] method constructor
172 [Worker] interface FileError 177 [Worker] interface FileError
173 [Worker] attribute ABORT_ERR 178 [Worker] attribute ABORT_ERR
174 [Worker] attribute ENCODING_ERR 179 [Worker] attribute ENCODING_ERR
175 [Worker] attribute INVALID_MODIFICATION_ERR 180 [Worker] attribute INVALID_MODIFICATION_ERR
176 [Worker] attribute INVALID_STATE_ERR 181 [Worker] attribute INVALID_STATE_ERR
177 [Worker] attribute NOT_FOUND_ERR 182 [Worker] attribute NOT_FOUND_ERR
178 [Worker] attribute NOT_READABLE_ERR 183 [Worker] attribute NOT_READABLE_ERR
179 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR 184 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 [Worker] method constructor 410 [Worker] method constructor
406 [Worker] method then 411 [Worker] method then
407 [Worker] interface RangeError 412 [Worker] interface RangeError
408 [Worker] attribute name 413 [Worker] attribute name
409 [Worker] getter stack 414 [Worker] getter stack
410 [Worker] method constructor 415 [Worker] method constructor
411 [Worker] setter stack 416 [Worker] setter stack
412 [Worker] interface ReadableStream 417 [Worker] interface ReadableStream
413 [Worker] method cancel 418 [Worker] method cancel
414 [Worker] method constructor 419 [Worker] method constructor
420 [Worker] method getReader
415 [Worker] method read 421 [Worker] method read
416 [Worker] interface ReferenceError 422 [Worker] interface ReferenceError
417 [Worker] attribute name 423 [Worker] attribute name
418 [Worker] getter stack 424 [Worker] getter stack
419 [Worker] method constructor 425 [Worker] method constructor
420 [Worker] setter stack 426 [Worker] setter stack
421 [Worker] interface RegExp 427 [Worker] interface RegExp
422 [Worker] attribute global 428 [Worker] attribute global
423 [Worker] attribute ignoreCase 429 [Worker] attribute ignoreCase
424 [Worker] attribute lastIndex 430 [Worker] attribute lastIndex
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 [Worker] interface webkitIDBRequest 699 [Worker] interface webkitIDBRequest
694 [Worker] method constructor 700 [Worker] method constructor
695 [Worker] interface webkitIDBTransaction 701 [Worker] interface webkitIDBTransaction
696 [Worker] method abort 702 [Worker] method abort
697 [Worker] method constructor 703 [Worker] method constructor
698 [Worker] method objectStore 704 [Worker] method objectStore
699 PASS successfullyParsed is true 705 PASS successfullyParsed is true
700 706
701 TEST COMPLETE 707 TEST COMPLETE
702 708
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/bindings/core/v8/ScriptPromiseProperties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698