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-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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 attribute CLOSED 641 attribute CLOSED
642 attribute CONNECTING 642 attribute CONNECTING
643 attribute OPEN 643 attribute OPEN
644 method close 644 method close
645 method constructor 645 method constructor
646 interface EventTarget 646 interface EventTarget
647 method addEventListener 647 method addEventListener
648 method constructor 648 method constructor
649 method dispatchEvent 649 method dispatchEvent
650 method removeEventListener 650 method removeEventListener
651 interface ExclusiveStreamReader
652 method cancel
653 method constructor
654 method read
655 method releaseLock
651 interface FederatedCredential 656 interface FederatedCredential
652 method constructor 657 method constructor
653 interface File 658 interface File
654 method constructor 659 method constructor
655 interface FileError 660 interface FileError
656 attribute ABORT_ERR 661 attribute ABORT_ERR
657 attribute ENCODING_ERR 662 attribute ENCODING_ERR
658 attribute INVALID_MODIFICATION_ERR 663 attribute INVALID_MODIFICATION_ERR
659 attribute INVALID_STATE_ERR 664 attribute INVALID_STATE_ERR
660 attribute NOT_FOUND_ERR 665 attribute NOT_FOUND_ERR
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1517 method surroundContents 1522 method surroundContents
1518 method toString 1523 method toString
1519 interface RangeError 1524 interface RangeError
1520 attribute name 1525 attribute name
1521 getter stack 1526 getter stack
1522 method constructor 1527 method constructor
1523 setter stack 1528 setter stack
1524 interface ReadableStream 1529 interface ReadableStream
1525 method cancel 1530 method cancel
1526 method constructor 1531 method constructor
1532 method getReader
1527 method read 1533 method read
1528 interface ReferenceError 1534 interface ReferenceError
1529 attribute name 1535 attribute name
1530 getter stack 1536 getter stack
1531 method constructor 1537 method constructor
1532 setter stack 1538 setter stack
1533 interface RegExp 1539 interface RegExp
1534 attribute global 1540 attribute global
1535 attribute ignoreCase 1541 attribute ignoreCase
1536 attribute lastIndex 1542 attribute lastIndex
(...skipping 1646 matching lines...) Expand 10 before | Expand all | Expand 10 after
3183 method constructor 3189 method constructor
3184 interface webkitSpeechRecognitionEvent 3190 interface webkitSpeechRecognitionEvent
3185 method constructor 3191 method constructor
3186 interface webkitURL 3192 interface webkitURL
3187 method constructor 3193 method constructor
3188 method toString 3194 method toString
3189 PASS successfullyParsed is true 3195 PASS successfullyParsed is true
3190 3196
3191 TEST COMPLETE 3197 TEST COMPLETE
3192 3198
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698