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

Issue 16305017: Removes the old createDataChannel and starts to use the new one with WebRTCDataChannelInit (Closed)

Created:
7 years, 6 months ago by jiayl
Modified:
7 years, 6 months ago
CC:
blink-reviews, eae+blinkwatch, jeez, jochen+watch_chromium.org
Visibility:
Public.

Description

Removes the old createDataChannel and starts to use the new one with WebRTCDataChannelInit. This depends on the Chrome change https://codereview.chromium.org/16232004/ BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151876

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : sync #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -53 lines) Patch
M LayoutTests/fast/mediastream/RTCPeerConnection-datachannel.html View 1 2 3 4 5 1 chunk +6 lines, -2 lines 0 comments Download
M LayoutTests/fast/mediastream/RTCPeerConnection-datachannel-expected.txt View 1 2 3 4 5 1 chunk +6 lines, -2 lines 0 comments Download
M Source/core/platform/mediastream/RTCPeerConnectionHandler.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/mediastream/RTCDataChannel.h View 2 chunks +5 lines, -1 line 0 comments Download
M Source/modules/mediastream/RTCDataChannel.cpp View 2 chunks +8 lines, -8 lines 0 comments Download
M Source/modules/mediastream/RTCPeerConnection.cpp View 1 2 3 4 2 chunks +18 lines, -3 lines 0 comments Download
M Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCDataChannelHandler.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCDataChannelHandler.cpp View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCPeerConnectionHandler.h View 1 chunk +1 line, -1 line 0 comments Download
M Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCPeerConnectionHandler.cpp View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
A + public/platform/WebRTCDataChannelInit.h View 1 2 3 4 5 6 1 chunk +18 lines, -8 lines 0 comments Download
M public/platform/WebRTCPeerConnectionHandler.h View 1 2 3 chunks +3 lines, -18 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
jiayl
Could you take a look? dglazkov: public/platform, source/core tommyw: source/modules/mediastream
7 years, 6 months ago (2013-06-04 00:44:32 UTC) #1
Tommy Widenflycht
This patch doesn't contain the definition of the WebRTCDataChannelInit, but it seems to be a ...
7 years, 6 months ago (2013-06-04 08:02:56 UTC) #2
abarth-chromium
This CL seems to be missing WebRTCDataChannelInit but otherwise looks to be on a good ...
7 years, 6 months ago (2013-06-04 08:08:02 UTC) #3
jiayl
PTAL. All comments are resolved in the new patch. Note that WebRTCDataChannelInit was added in ...
7 years, 6 months ago (2013-06-04 16:58:47 UTC) #4
Tommy Widenflycht
lgtm https://codereview.chromium.org/16305017/diff/14001/public/platform/WebRTCPeerConnectionHandler.h File public/platform/WebRTCPeerConnectionHandler.h (right): https://codereview.chromium.org/16305017/diff/14001/public/platform/WebRTCPeerConnectionHandler.h#newcode50 public/platform/WebRTCPeerConnectionHandler.h:50: struct WebRTCDataChannelInit { Optional: I would be happy ...
7 years, 6 months ago (2013-06-04 17:13:01 UTC) #5
abarth-chromium
LGTM2 https://codereview.chromium.org/16305017/diff/14001/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCDataChannelHandler.cpp File Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCDataChannelHandler.cpp (right): https://codereview.chromium.org/16305017/diff/14001/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCDataChannelHandler.cpp#newcode33 Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCDataChannelHandler.cpp:33: You've got an extra blank line here. https://codereview.chromium.org/16305017/diff/14001/public/platform/WebRTCPeerConnectionHandler.h ...
7 years, 6 months ago (2013-06-04 17:22:48 UTC) #6
jiayl
Thanks! Comments resolved. https://codereview.chromium.org/16305017/diff/14001/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCDataChannelHandler.cpp File Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCDataChannelHandler.cpp (right): https://codereview.chromium.org/16305017/diff/14001/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCDataChannelHandler.cpp#newcode33 Tools/DumpRenderTree/chromium/TestRunner/src/MockWebRTCDataChannelHandler.cpp:33: On 2013/06/04 17:22:48, abarth wrote: > ...
7 years, 6 months ago (2013-06-04 17:41:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/16305017/20001
7 years, 6 months ago (2013-06-05 16:49:42 UTC) #8
commit-bot: I haz the power
Failed to apply patch for public/platform/WebRTCDataChannelInit.h: While running patch -p1 --forward --force --no-backup-if-mismatch; A public/platform/WebRTCDataChannelInit.h ...
7 years, 6 months ago (2013-06-05 16:49:47 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/16305017/23002
7 years, 6 months ago (2013-06-05 16:58:18 UTC) #10
jiayl
The new patch changed id to int to pass down the unset state. Also, ignore ...
7 years, 6 months ago (2013-06-05 17:40:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/16305017/32001
7 years, 6 months ago (2013-06-05 17:40:46 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/16305017/32002
7 years, 6 months ago (2013-06-05 18:15:08 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/16305017/50001
7 years, 6 months ago (2013-06-05 19:16:19 UTC) #14
Ami GONE FROM CHROMIUM
drive-by FYI https://codereview.chromium.org/16305017/diff/50001/public/platform/WebRTCDataChannelInit.h File public/platform/WebRTCDataChannelInit.h (right): https://codereview.chromium.org/16305017/diff/50001/public/platform/WebRTCDataChannelInit.h#newcode51 public/platform/WebRTCDataChannelInit.h:51: int maxRetransmits; IWBN for this to match ...
7 years, 6 months ago (2013-06-05 20:18:28 UTC) #15
jiayl
On 2013/06/05 20:18:28, Ami Fischman wrote: > drive-by FYI > > https://codereview.chromium.org/16305017/diff/50001/public/platform/WebRTCDataChannelInit.h > File public/platform/WebRTCDataChannelInit.h ...
7 years, 6 months ago (2013-06-05 21:25:56 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/16305017/59001
7 years, 6 months ago (2013-06-05 21:26:08 UTC) #17
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=1178
7 years, 6 months ago (2013-06-05 21:34:36 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/16305017/59001
7 years, 6 months ago (2013-06-05 21:37:17 UTC) #19
commit-bot: I haz the power
7 years, 6 months ago (2013-06-06 02:13:00 UTC) #20
Message was sent while issue was closed.
Change committed as 151876

Powered by Google App Engine
This is Rietveld 408576698