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

Issue 2501163002: RTCPeerConnection: match createDataChannel signature in spec (Closed)

Created:
4 years, 1 month ago by foolip
Modified:
3 years, 8 months ago
CC:
chromium-reviews, blink-reviews, haraken
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

RTCPeerConnection: match createDataChannel signature in spec This changes both the first argument into a non-nullable USVString and the second argument into a RTCDataChannelInit dictionary. The spec has been changed to remove [TreatNullAs=EmptyString]: https://github.com/w3c/webrtc-pc/pull/1131 Review-Url: https://codereview.chromium.org/2501163002 Cr-Commit-Position: refs/heads/master@{#466606} Committed: https://chromium.googlesource.com/chromium/src/+/517dfbd040fbab1d0175db908e38e91f96388e9f

Patch Set 1 #

Patch Set 2 : add test #

Patch Set 3 : rebase #

Patch Set 4 : more tests #

Patch Set 5 : fix tests #

Total comments: 7

Patch Set 6 : expand id tests #

Messages

Total messages: 29 (22 generated)
foolip
PTAL. I guess I'll wait for the spec change to be merged, unless they only ...
3 years, 8 months ago (2017-04-18 13:29:40 UTC) #16
Guido Urdaneta
lgtm
3 years, 8 months ago (2017-04-18 13:47:36 UTC) #17
hbos_chromium
lgtm https://codereview.chromium.org/2501163002/diff/80001/third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html File third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html (right): https://codereview.chromium.org/2501163002/diff/80001/third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html#newcode32 third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html:32: // Initial id value is not defined. The ...
3 years, 8 months ago (2017-04-19 09:15:33 UTC) #20
foolip
https://codereview.chromium.org/2501163002/diff/80001/third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html File third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html (right): https://codereview.chromium.org/2501163002/diff/80001/third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html#newcode32 third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html:32: // Initial id value is not defined. On 2017/04/19 ...
3 years, 8 months ago (2017-04-20 11:52:03 UTC) #21
foolip
https://codereview.chromium.org/2501163002/diff/80001/third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html File third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html (right): https://codereview.chromium.org/2501163002/diff/80001/third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html#newcode115 third_party/WebKit/LayoutTests/external/wpt/webrtc/RTCPeerConnection-createDataChannel.html:115: assert_throws(new TypeError, () => pc.createDataChannel('', { id: 65535 })); ...
3 years, 8 months ago (2017-04-24 07:40:03 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2501163002/100001
3 years, 8 months ago (2017-04-24 07:40:27 UTC) #26
commit-bot: I haz the power
3 years, 8 months ago (2017-04-24 09:15:07 UTC) #29
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/517dfbd040fbab1d0175db908e38...

Powered by Google App Engine
This is Rietveld 408576698