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

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

Issue 1033983002: Add serializers to RTCIceCandidate and RTCSessionDescription (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-serializer
Patch Set: fix global-interface-listing expectation Created 5 years, 8 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 3629 matching lines...) Expand 10 before | Expand all | Expand 10 after
3640 interface PushSubscription 3640 interface PushSubscription
3641 getter endpoint 3641 getter endpoint
3642 getter subscriptionId 3642 getter subscriptionId
3643 method constructor 3643 method constructor
3644 method unsubscribe 3644 method unsubscribe
3645 interface RTCIceCandidate 3645 interface RTCIceCandidate
3646 getter candidate 3646 getter candidate
3647 getter sdpMLineIndex 3647 getter sdpMLineIndex
3648 getter sdpMid 3648 getter sdpMid
3649 method constructor 3649 method constructor
3650 method toJSON
3650 setter candidate 3651 setter candidate
3651 setter sdpMLineIndex 3652 setter sdpMLineIndex
3652 setter sdpMid 3653 setter sdpMid
3653 interface RTCSessionDescription 3654 interface RTCSessionDescription
3654 getter sdp 3655 getter sdp
3655 getter type 3656 getter type
3656 method constructor 3657 method constructor
3658 method toJSON
3657 setter sdp 3659 setter sdp
3658 setter type 3660 setter type
3659 interface RadioNodeList 3661 interface RadioNodeList
3660 method constructor 3662 method constructor
3661 interface Range 3663 interface Range
3662 attribute END_TO_END 3664 attribute END_TO_END
3663 attribute END_TO_START 3665 attribute END_TO_START
3664 attribute NODE_AFTER 3666 attribute NODE_AFTER
3665 attribute NODE_BEFORE 3667 attribute NODE_BEFORE
3666 attribute NODE_BEFORE_AND_AFTER 3668 attribute NODE_BEFORE_AND_AFTER
(...skipping 2990 matching lines...) Expand 10 before | Expand all | Expand 10 after
6657 setter password 6659 setter password
6658 setter pathname 6660 setter pathname
6659 setter port 6661 setter port
6660 setter protocol 6662 setter protocol
6661 setter search 6663 setter search
6662 setter username 6664 setter username
6663 PASS successfullyParsed is true 6665 PASS successfullyParsed is true
6664 6666
6665 TEST COMPLETE 6667 TEST COMPLETE
6666 6668
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698