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

Side by Side Diff: LayoutTests/webexposed/global-interface-listing-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: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 attribute CLOSED 642 attribute CLOSED
643 attribute CONNECTING 643 attribute CONNECTING
644 attribute OPEN 644 attribute OPEN
645 method close 645 method close
646 method constructor 646 method constructor
647 interface EventTarget 647 interface EventTarget
648 method addEventListener 648 method addEventListener
649 method constructor 649 method constructor
650 method dispatchEvent 650 method dispatchEvent
651 method removeEventListener 651 method removeEventListener
652 interface ExclusiveStreamReader
653 method cancel
654 method constructor
655 method read
656 method releaseLock
652 interface FederatedCredential 657 interface FederatedCredential
653 method constructor 658 method constructor
654 interface File 659 interface File
655 method constructor 660 method constructor
656 interface FileError 661 interface FileError
657 attribute ABORT_ERR 662 attribute ABORT_ERR
658 attribute ENCODING_ERR 663 attribute ENCODING_ERR
659 attribute INVALID_MODIFICATION_ERR 664 attribute INVALID_MODIFICATION_ERR
660 attribute INVALID_STATE_ERR 665 attribute INVALID_STATE_ERR
661 attribute NOT_FOUND_ERR 666 attribute NOT_FOUND_ERR
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 method surroundContents 1523 method surroundContents
1519 method toString 1524 method toString
1520 interface RangeError 1525 interface RangeError
1521 attribute name 1526 attribute name
1522 getter stack 1527 getter stack
1523 method constructor 1528 method constructor
1524 setter stack 1529 setter stack
1525 interface ReadableStream 1530 interface ReadableStream
1526 method cancel 1531 method cancel
1527 method constructor 1532 method constructor
1533 method getReader
1528 method read 1534 method read
1529 interface ReferenceError 1535 interface ReferenceError
1530 attribute name 1536 attribute name
1531 getter stack 1537 getter stack
1532 method constructor 1538 method constructor
1533 setter stack 1539 setter stack
1534 interface RegExp 1540 interface RegExp
1535 attribute global 1541 attribute global
1536 attribute ignoreCase 1542 attribute ignoreCase
1537 attribute lastIndex 1543 attribute lastIndex
(...skipping 1646 matching lines...) Expand 10 before | Expand all | Expand 10 after
3184 method constructor 3190 method constructor
3185 interface webkitSpeechRecognitionEvent 3191 interface webkitSpeechRecognitionEvent
3186 method constructor 3192 method constructor
3187 interface webkitURL 3193 interface webkitURL
3188 method constructor 3194 method constructor
3189 method toString 3195 method toString
3190 PASS successfullyParsed is true 3196 PASS successfullyParsed is true
3191 3197
3192 TEST COMPLETE 3198 TEST COMPLETE
3193 3199
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698