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

Issue 1085703003: Use standard ICE in Chromoting. (Closed)

Created:
5 years, 8 months ago by Sergey Ulanov
Modified:
5 years, 8 months ago
Reviewers:
rmsousa, Wez, dcaiafa
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use standard ICE in Chromoting. Previously we were using legacy, non-standard version of ICE. This change adds ICE version negotiation and enabled standard ICE by default, when both peers support it. BUG=473758 Committed: https://crrev.com/5a5854ee3e1c5760b422f26d31909bfb5dca631f Cr-Commit-Position: refs/heads/master@{#326560} Committed: https://crrev.com/b4b0927a2e02d6357f019aeb78576e7a8d84da47 Cr-Commit-Position: refs/heads/master@{#326600}

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Total comments: 44

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : fixes for gcc #

Patch Set 8 : fix crash on memory bots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+744 lines, -328 lines) Patch
M remoting/client/jni/chromoting_jni_instance.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M remoting/host/chromoting_host_unittest.cc View 1 2 3 7 chunks +8 lines, -12 lines 0 comments Download
M remoting/host/client_session_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/session_manager_factory.cc View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/protocol/content_description.h View 2 chunks +2 lines, -5 lines 0 comments Download
M remoting/protocol/content_description.cc View 1 2 3 4 5 6 5 chunks +19 lines, -23 lines 0 comments Download
M remoting/protocol/fake_connection_to_host.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/fake_connection_to_host.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/fake_session.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/fake_session.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/protocol/jingle_messages.h View 1 2 3 5 chunks +17 lines, -8 lines 0 comments Download
M remoting/protocol/jingle_messages.cc View 1 2 3 8 chunks +206 lines, -42 lines 0 comments Download
M remoting/protocol/jingle_messages_unittest.cc View 1 2 3 4 3 chunks +105 lines, -14 lines 0 comments Download
M remoting/protocol/jingle_session.h View 1 2 3 6 chunks +17 lines, -8 lines 0 comments Download
M remoting/protocol/jingle_session.cc View 1 2 3 4 12 chunks +88 lines, -42 lines 0 comments Download
M remoting/protocol/jingle_session_unittest.cc View 1 2 3 6 chunks +24 lines, -4 lines 0 comments Download
M remoting/protocol/libjingle_transport_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M remoting/protocol/libjingle_transport_factory.cc View 1 2 3 4 5 6 7 13 chunks +66 lines, -17 lines 0 comments Download
M remoting/protocol/protocol_mock_objects.h View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M remoting/protocol/session.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/session_config.h View 1 2 3 5 chunks +35 lines, -40 lines 0 comments Download
M remoting/protocol/session_config.cc View 1 2 3 7 chunks +101 lines, -86 lines 0 comments Download
M remoting/protocol/transport.h View 1 2 3 4 chunks +21 lines, -0 lines 0 comments Download
M remoting/test/protocol_perftest.cc View 1 2 3 4 5 2 chunks +4 lines, -6 lines 0 comments Download
M remoting/test/test_chromoting_client.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 41 (16 generated)
Sergey Ulanov
https://codereview.chromium.org/1085703003/diff/20001/remoting/protocol/libjingle_transport_factory.cc File remoting/protocol/libjingle_transport_factory.cc (right): https://codereview.chromium.org/1085703003/diff/20001/remoting/protocol/libjingle_transport_factory.cc#newcode220 remoting/protocol/libjingle_transport_factory.cc:220: base::ThreadTaskRunnerHandle::Get()->PostTask( Previously callback_ was called only after the channel ...
5 years, 8 months ago (2015-04-13 23:43:57 UTC) #3
Sergey Ulanov
5 years, 8 months ago (2015-04-16 21:33:31 UTC) #5
Sergey Ulanov
This is ready for review now. PTAL.
5 years, 8 months ago (2015-04-16 21:33:44 UTC) #6
Wez
https://codereview.chromium.org/1085703003/diff/60001/remoting/protocol/content_description.cc File remoting/protocol/content_description.cc (right): https://codereview.chromium.org/1085703003/diff/60001/remoting/protocol/content_description.cc#newcode234 remoting/protocol/content_description.cc:234: } How long will we have two ICE impls ...
5 years, 8 months ago (2015-04-17 20:33:11 UTC) #8
rmsousa
Confirming: Has this been tested with old client vs. new host and new client vs. ...
5 years, 8 months ago (2015-04-17 23:36:42 UTC) #9
Sergey Ulanov
> Has this been tested with old client vs. new host and new client vs. ...
5 years, 8 months ago (2015-04-22 00:08:40 UTC) #10
rmsousa
lgtm https://codereview.chromium.org/1085703003/diff/60001/remoting/protocol/jingle_session.cc File remoting/protocol/jingle_session.cc (right): https://codereview.chromium.org/1085703003/diff/60001/remoting/protocol/jingle_session.cc#newcode40 remoting/protocol/jingle_session.cc:40: const int kTransportInfoSendDelayMs = 20; On 2015/04/22 00:08:40, ...
5 years, 8 months ago (2015-04-22 00:32:51 UTC) #11
dcaiafa
Driving by :) https://codereview.chromium.org/1085703003/diff/100001/remoting/protocol/content_description.cc File remoting/protocol/content_description.cc (right): https://codereview.chromium.org/1085703003/diff/100001/remoting/protocol/content_description.cc#newcode148 remoting/protocol/content_description.cc:148: for (ChannelConfig config : config()->control_configs()) { ...
5 years, 8 months ago (2015-04-22 17:42:45 UTC) #13
Sergey Ulanov
https://codereview.chromium.org/1085703003/diff/60001/remoting/protocol/jingle_session.cc File remoting/protocol/jingle_session.cc (right): https://codereview.chromium.org/1085703003/diff/60001/remoting/protocol/jingle_session.cc#newcode40 remoting/protocol/jingle_session.cc:40: const int kTransportInfoSendDelayMs = 20; On 2015/04/22 00:32:50, rmsousa ...
5 years, 8 months ago (2015-04-22 19:14:13 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1085703003/120001
5 years, 8 months ago (2015-04-22 19:22:04 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/64357)
5 years, 8 months ago (2015-04-22 19:44:12 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1085703003/140001
5 years, 8 months ago (2015-04-22 20:33:03 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/8931)
5 years, 8 months ago (2015-04-22 22:19:32 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1085703003/160001
5 years, 8 months ago (2015-04-23 00:55:57 UTC) #27
commit-bot: I haz the power
Committed patchset #7 (id:160001)
5 years, 8 months ago (2015-04-23 02:54:05 UTC) #28
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/4b35571a3085aa960dcf5533fb2277d5dcaaf11f Cr-Commit-Position: refs/heads/master@{#326435}
5 years, 8 months ago (2015-04-23 02:54:59 UTC) #29
horo
A revert of this CL (patchset #7 id:160001) has been created in https://codereview.chromium.org/1099203005/ by horo@chromium.org. ...
5 years, 8 months ago (2015-04-23 05:03:10 UTC) #30
Sergey Ulanov
On 2015/04/23 05:03:10, horo wrote: > A revert of this CL (patchset #7 id:160001) has ...
5 years, 8 months ago (2015-04-23 17:17:43 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1085703003/160001
5 years, 8 months ago (2015-04-23 17:18:48 UTC) #33
commit-bot: I haz the power
Committed patchset #7 (id:160001)
5 years, 8 months ago (2015-04-23 17:20:58 UTC) #34
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/5a5854ee3e1c5760b422f26d31909bfb5dca631f Cr-Commit-Position: refs/heads/master@{#326560}
5 years, 8 months ago (2015-04-23 17:22:34 UTC) #35
Sergey Ulanov
A revert of this CL (patchset #7 id:160001) has been created in https://codereview.chromium.org/1089253005/ by sergeyu@chromium.org. ...
5 years, 8 months ago (2015-04-23 17:41:22 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1085703003/180001
5 years, 8 months ago (2015-04-23 17:48:47 UTC) #39
commit-bot: I haz the power
Committed patchset #8 (id:180001)
5 years, 8 months ago (2015-04-23 18:59:20 UTC) #40
commit-bot: I haz the power
5 years, 8 months ago (2015-04-23 19:00:52 UTC) #41
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/b4b0927a2e02d6357f019aeb78576e7a8d84da47
Cr-Commit-Position: refs/heads/master@{#326600}

Powered by Google App Engine
This is Rietveld 408576698