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

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

Issue 901013002: Revert of 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
657 interface FederatedCredential 652 interface FederatedCredential
658 method constructor 653 method constructor
659 interface File 654 interface File
660 method constructor 655 method constructor
661 interface FileError 656 interface FileError
662 attribute ABORT_ERR 657 attribute ABORT_ERR
663 attribute ENCODING_ERR 658 attribute ENCODING_ERR
664 attribute INVALID_MODIFICATION_ERR 659 attribute INVALID_MODIFICATION_ERR
665 attribute INVALID_STATE_ERR 660 attribute INVALID_STATE_ERR
666 attribute NOT_FOUND_ERR 661 attribute NOT_FOUND_ERR
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1523 method surroundContents 1518 method surroundContents
1524 method toString 1519 method toString
1525 interface RangeError 1520 interface RangeError
1526 attribute name 1521 attribute name
1527 getter stack 1522 getter stack
1528 method constructor 1523 method constructor
1529 setter stack 1524 setter stack
1530 interface ReadableStream 1525 interface ReadableStream
1531 method cancel 1526 method cancel
1532 method constructor 1527 method constructor
1533 method getReader
1534 method read 1528 method read
1535 interface ReferenceError 1529 interface ReferenceError
1536 attribute name 1530 attribute name
1537 getter stack 1531 getter stack
1538 method constructor 1532 method constructor
1539 setter stack 1533 setter stack
1540 interface RegExp 1534 interface RegExp
1541 attribute global 1535 attribute global
1542 attribute ignoreCase 1536 attribute ignoreCase
1543 attribute lastIndex 1537 attribute lastIndex
(...skipping 1646 matching lines...) Expand 10 before | Expand all | Expand 10 after
3190 method constructor 3184 method constructor
3191 interface webkitSpeechRecognitionEvent 3185 interface webkitSpeechRecognitionEvent
3192 method constructor 3186 method constructor
3193 interface webkitURL 3187 interface webkitURL
3194 method constructor 3188 method constructor
3195 method toString 3189 method toString
3196 PASS successfullyParsed is true 3190 PASS successfullyParsed is true
3197 3191
3198 TEST COMPLETE 3192 TEST COMPLETE
3199 3193
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698