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

Side by Side Diff: LayoutTests/webexposed/global-interface-listing-dedicated-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 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 1 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
2 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 2 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
3 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 3 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
4 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 4 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
5 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 5 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
6 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 6 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
7 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 7 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
8 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 8 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
9 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 9 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
10 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope. 10 This test documents all interface attributes and methods on DedicatedWorkerGloba lScope.
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 [Worker] attribute name 172 [Worker] attribute name
173 [Worker] getter stack 173 [Worker] getter stack
174 [Worker] method constructor 174 [Worker] method constructor
175 [Worker] setter stack 175 [Worker] setter stack
176 [Worker] interface EventSource 176 [Worker] interface EventSource
177 [Worker] attribute CLOSED 177 [Worker] attribute CLOSED
178 [Worker] attribute CONNECTING 178 [Worker] attribute CONNECTING
179 [Worker] attribute OPEN 179 [Worker] attribute OPEN
180 [Worker] method close 180 [Worker] method close
181 [Worker] method constructor 181 [Worker] method constructor
182 [Worker] interface ExclusiveStreamReader
183 [Worker] method cancel
184 [Worker] method constructor
185 [Worker] method read
186 [Worker] method releaseLock
182 [Worker] interface File 187 [Worker] interface File
183 [Worker] method constructor 188 [Worker] method constructor
184 [Worker] interface FileError 189 [Worker] interface FileError
185 [Worker] attribute ABORT_ERR 190 [Worker] attribute ABORT_ERR
186 [Worker] attribute ENCODING_ERR 191 [Worker] attribute ENCODING_ERR
187 [Worker] attribute INVALID_MODIFICATION_ERR 192 [Worker] attribute INVALID_MODIFICATION_ERR
188 [Worker] attribute INVALID_STATE_ERR 193 [Worker] attribute INVALID_STATE_ERR
189 [Worker] attribute NOT_FOUND_ERR 194 [Worker] attribute NOT_FOUND_ERR
190 [Worker] attribute NOT_READABLE_ERR 195 [Worker] attribute NOT_READABLE_ERR
191 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR 196 [Worker] attribute NO_MODIFICATION_ALLOWED_ERR
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 [Worker] method constructor 422 [Worker] method constructor
418 [Worker] method then 423 [Worker] method then
419 [Worker] interface RangeError 424 [Worker] interface RangeError
420 [Worker] attribute name 425 [Worker] attribute name
421 [Worker] getter stack 426 [Worker] getter stack
422 [Worker] method constructor 427 [Worker] method constructor
423 [Worker] setter stack 428 [Worker] setter stack
424 [Worker] interface ReadableStream 429 [Worker] interface ReadableStream
425 [Worker] method cancel 430 [Worker] method cancel
426 [Worker] method constructor 431 [Worker] method constructor
432 [Worker] method getReader
427 [Worker] method read 433 [Worker] method read
428 [Worker] interface ReferenceError 434 [Worker] interface ReferenceError
429 [Worker] attribute name 435 [Worker] attribute name
430 [Worker] getter stack 436 [Worker] getter stack
431 [Worker] method constructor 437 [Worker] method constructor
432 [Worker] setter stack 438 [Worker] setter stack
433 [Worker] interface RegExp 439 [Worker] interface RegExp
434 [Worker] attribute global 440 [Worker] attribute global
435 [Worker] attribute ignoreCase 441 [Worker] attribute ignoreCase
436 [Worker] attribute lastIndex 442 [Worker] attribute lastIndex
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 [Worker] interface webkitIDBRequest 709 [Worker] interface webkitIDBRequest
704 [Worker] method constructor 710 [Worker] method constructor
705 [Worker] interface webkitIDBTransaction 711 [Worker] interface webkitIDBTransaction
706 [Worker] method abort 712 [Worker] method abort
707 [Worker] method constructor 713 [Worker] method constructor
708 [Worker] method objectStore 714 [Worker] method objectStore
709 PASS successfullyParsed is true 715 PASS successfullyParsed is true
710 716
711 TEST COMPLETE 717 TEST COMPLETE
712 718
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/fetch/workers/stream-reader.html ('k') | LayoutTests/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698