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

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

Issue 2463953002: Expose RTCDataChannel and RTCDataChannelEvent (with constructor) (Closed)
Patch Set: Partially editted tests expected results Created 4 years, 1 month 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: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 4916 matching lines...) Expand 10 before | Expand all | Expand 10 after
4927 getter status 4927 getter status
4928 getter statusText 4928 getter statusText
4929 getter type 4929 getter type
4930 getter url 4930 getter url
4931 method arrayBuffer 4931 method arrayBuffer
4932 method blob 4932 method blob
4933 method clone 4933 method clone
4934 method constructor 4934 method constructor
4935 method json 4935 method json
4936 method text 4936 method text
4937 interface RTCDataChannel : EventTarget
4938 attribute bufferedAmountLowThreshold
4939 getter binaryType
4940 getter bufferedAmount
4941 getter id
4942 getter label
4943 getter maxRetransmitTime
4944 getter maxRetransmits
4945 getter negotiated
4946 getter ordered
4947 getter onbufferedamountlow
4948 getter onclose
4949 getter onerror
4950 getter onopen
4951 getter protocol
4952 getter readyState
4953 method close
4954 method send
4955 interface RTCDataChannelEvent : Event
4956 getter channel
4937 interface SVGAElement : SVGGraphicsElement 4957 interface SVGAElement : SVGGraphicsElement
4938 attribute @@toStringTag 4958 attribute @@toStringTag
4939 getter href 4959 getter href
4940 getter target 4960 getter target
4941 method constructor 4961 method constructor
4942 interface SVGAngle 4962 interface SVGAngle
4943 attribute @@toStringTag 4963 attribute @@toStringTag
4944 attribute SVG_ANGLETYPE_DEG 4964 attribute SVG_ANGLETYPE_DEG
4945 attribute SVG_ANGLETYPE_GRAD 4965 attribute SVG_ANGLETYPE_GRAD
4946 attribute SVG_ANGLETYPE_RAD 4966 attribute SVG_ANGLETYPE_RAD
(...skipping 3870 matching lines...) Expand 10 before | Expand all | Expand 10 after
8817 method stop 8837 method stop
8818 method webkitCancelAnimationFrame 8838 method webkitCancelAnimationFrame
8819 method webkitCancelRequestAnimationFrame 8839 method webkitCancelRequestAnimationFrame
8820 method webkitRequestAnimationFrame 8840 method webkitRequestAnimationFrame
8821 method webkitRequestFileSystem 8841 method webkitRequestFileSystem
8822 method webkitResolveLocalFileSystemURL 8842 method webkitResolveLocalFileSystemURL
8823 PASS successfullyParsed is true 8843 PASS successfullyParsed is true
8824 8844
8825 TEST COMPLETE 8845 TEST COMPLETE
8826 8846
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698