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

Issue 2396513003: Restore thread name consistency for webrtc/p2p/ . (Closed)

Created:
4 years, 2 months ago by johan
Modified:
4 years, 2 months ago
Reviewers:
danilchap, honghaiz3
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, sprang_webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Restore thread name consistency for webrtc/p2p/ . Thread variables were named worker_thread, while they actually reference the network_thread introduced with the CLs below. Original introduction of network_thread: https://codereview.webrtc.org/1895813003 https://codereview.webrtc.org/1903393004 Renming of woker_thread_ to network_thread_ in P2PTransportChannel: https://codereview.webrtc.org/2378573003 BUG=webrtc:6432 Committed: https://crrev.com/27c3d5b65202255b3d9a253872917b504d1ed408 Cr-Commit-Position: refs/heads/master@{#14646}

Patch Set 1 #

Patch Set 2 : Do not reuse terms 'network thread' or 'worker thread' for the test relayserver. #

Total comments: 5

Patch Set 3 : Explicit call rtc::Thread::CreateWithSocketServer() for unit test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -50 lines) Patch
M webrtc/p2p/base/dtlstransport.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M webrtc/p2p/base/faketransportcontroller.h View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/p2p/base/p2ptransport.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/relayserver.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/stunserver_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/p2p/base/transport.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/p2p/base/transportcontroller_unittest.cc View 1 2 4 chunks +10 lines, -10 lines 0 comments Download
M webrtc/p2p/client/socketmonitor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/p2p/client/socketmonitor.cc View 5 chunks +11 lines, -11 lines 0 comments Download
M webrtc/p2p/quic/quictransportchannel.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/quic/quictransportchannel.cc View 6 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
johan
4 years, 2 months ago (2016-10-05 13:54:39 UTC) #3
danilchap
lgtm https://codereview.webrtc.org/2396513003/diff/20001/webrtc/p2p/base/dtlstransportchannel.h File webrtc/p2p/base/dtlstransportchannel.h (right): https://codereview.webrtc.org/2396513003/diff/20001/webrtc/p2p/base/dtlstransportchannel.h#newcode227 webrtc/p2p/base/dtlstransportchannel.h:227: rtc::Thread* network_thread_; // Everything should occur on this ...
4 years, 2 months ago (2016-10-05 14:56:13 UTC) #4
johan
https://codereview.webrtc.org/2396513003/diff/20001/webrtc/p2p/base/dtlstransportchannel.h File webrtc/p2p/base/dtlstransportchannel.h (right): https://codereview.webrtc.org/2396513003/diff/20001/webrtc/p2p/base/dtlstransportchannel.h#newcode227 webrtc/p2p/base/dtlstransportchannel.h:227: rtc::Thread* network_thread_; // Everything should occur on this thread. ...
4 years, 2 months ago (2016-10-05 16:13:24 UTC) #5
johan
ping honghaiz3
4 years, 2 months ago (2016-10-14 16:10:38 UTC) #6
honghaiz3
lgtm. Thanks for doing this!
4 years, 2 months ago (2016-10-14 19:31:37 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2396513003/40001
4 years, 2 months ago (2016-10-17 07:21:07 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-17 07:55:01 UTC) #12
commit-bot: I haz the power
4 years, 2 months ago (2016-10-17 07:55:11 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/27c3d5b65202255b3d9a253872917b504d1ed408
Cr-Commit-Position: refs/heads/master@{#14646}

Powered by Google App Engine
This is Rietveld 408576698