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

Issue 1923573006: Implement a dummy host to do capturing and analysis only. (Closed)

Created:
4 years, 7 months ago by Hzj_jie
Modified:
4 years, 7 months ago
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

Implement a dummy host to do capturing and analysis only. BUG= Committed: https://crrev.com/dd0b05c54c79cf5e411d95b3c33a096e336b2aa8 Cr-Commit-Position: refs/heads/master@{#391855}

Patch Set 1 #

Total comments: 30

Patch Set 2 : Remove unnecessary usings #

Patch Set 3 : Use file_task_runner to execute It2MeDesktopEnvironmentFactory #

Patch Set 4 : Do not reply keepalive packet #

Patch Set 5 : Lock based NoBarrieredAtomicInt64 may load partial data #

Patch Set 6 : Resolve review comments #

Patch Set 7 : Fix android build break #

Total comments: 46

Patch Set 8 : Resolve review comments #

Patch Set 9 : Fix build break on Windows #

Total comments: 41

Patch Set 10 : Resolve review comments #

Total comments: 23

Patch Set 11 : Resolve review commnets #

Unified diffs Side-by-side diffs Delta from patch set Stats (+733 lines, -30 lines) Patch
M build/config/linux/gtk2/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M remoting/codec/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/codec/video_encoder.h View 1 2 3 4 5 2 chunks +6 lines, -1 line 0 comments Download
A remoting/codec/video_encoder.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +31 lines, -0 lines 0 comments Download
M remoting/host/BUILD.gn View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M remoting/host/it2me_desktop_environment.h View 1 2 3 4 5 6 7 2 chunks +8 lines, -1 line 0 comments Download
M remoting/host/it2me_desktop_environment.cc View 1 2 3 4 5 6 7 4 chunks +6 lines, -5 lines 0 comments Download
M remoting/protocol/fake_connection_to_client.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +15 lines, -0 lines 0 comments Download
M remoting/protocol/fake_connection_to_client.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M remoting/protocol/ice_connection_to_client.cc View 3 chunks +1 line, -23 lines 0 comments Download
M remoting/protocol/session_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/session_config.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M remoting/remoting_srcs.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +49 lines, -0 lines 0 comments Download
A remoting/test/fake_connection_event_logger.h View 1 2 3 4 5 6 7 8 9 1 chunk +52 lines, -0 lines 0 comments Download
A remoting/test/fake_connection_event_logger.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +333 lines, -0 lines 0 comments Download
A remoting/test/it2me_standalone_host.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +63 lines, -0 lines 0 comments Download
A remoting/test/it2me_standalone_host.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +100 lines, -0 lines 0 comments Download
A remoting/test/it2me_standalone_host_main.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (12 generated)
joedow
https://codereview.chromium.org/1923573006/diff/60001/remoting/codec/video_encoder.cc File remoting/codec/video_encoder.cc (right): https://codereview.chromium.org/1923573006/diff/60001/remoting/codec/video_encoder.cc#newcode1 remoting/codec/video_encoder.cc:1: // Copyright (c) 2016 The Chromium Authors. All rights ...
4 years, 7 months ago (2016-04-28 22:53:55 UTC) #6
Hzj_jie
Thank you Joe for the reviewing. When I was started this binary, I did not ...
4 years, 7 months ago (2016-04-29 00:37:47 UTC) #7
Hzj_jie
https://codereview.chromium.org/1923573006/diff/60001/remoting/codec/video_encoder.cc File remoting/codec/video_encoder.cc (right): https://codereview.chromium.org/1923573006/diff/60001/remoting/codec/video_encoder.cc#newcode1 remoting/codec/video_encoder.cc:1: // Copyright (c) 2016 The Chromium Authors. All rights ...
4 years, 7 months ago (2016-05-03 19:07:06 UTC) #8
joedow
https://codereview.chromium.org/1923573006/diff/180001/remoting/codec/video_encoder.cc File remoting/codec/video_encoder.cc (right): https://codereview.chromium.org/1923573006/diff/180001/remoting/codec/video_encoder.cc#newcode27 remoting/codec/video_encoder.cc:27: NOTREACHED(); Should this include a log to state which ...
4 years, 7 months ago (2016-05-03 22:28:30 UTC) #9
Hzj_jie
https://codereview.chromium.org/1923573006/diff/180001/remoting/codec/video_encoder.cc File remoting/codec/video_encoder.cc (right): https://codereview.chromium.org/1923573006/diff/180001/remoting/codec/video_encoder.cc#newcode27 remoting/codec/video_encoder.cc:27: NOTREACHED(); On 2016/05/03 22:28:29, joedow wrote: > Should this ...
4 years, 7 months ago (2016-05-04 02:11:57 UTC) #10
joedow
https://codereview.chromium.org/1923573006/diff/220001/remoting/protocol/fake_connection_to_client.cc File remoting/protocol/fake_connection_to_client.cc (right): https://codereview.chromium.org/1923573006/diff/220001/remoting/protocol/fake_connection_to_client.cc#newcode47 remoting/protocol/fake_connection_to_client.cc:47: if (video_stub_ && video_encode_task_runner_) { What would it mean ...
4 years, 7 months ago (2016-05-04 16:40:45 UTC) #11
Hzj_jie
https://codereview.chromium.org/1923573006/diff/220001/remoting/protocol/fake_connection_to_client.cc File remoting/protocol/fake_connection_to_client.cc (right): https://codereview.chromium.org/1923573006/diff/220001/remoting/protocol/fake_connection_to_client.cc#newcode47 remoting/protocol/fake_connection_to_client.cc:47: if (video_stub_ && video_encode_task_runner_) { On 2016/05/04 16:40:44, joedow ...
4 years, 7 months ago (2016-05-04 19:18:04 UTC) #12
joedow
lgtm after my comments are addressed. https://codereview.chromium.org/1923573006/diff/220001/remoting/protocol/fake_connection_to_client.cc File remoting/protocol/fake_connection_to_client.cc (right): https://codereview.chromium.org/1923573006/diff/220001/remoting/protocol/fake_connection_to_client.cc#newcode47 remoting/protocol/fake_connection_to_client.cc:47: if (video_stub_ && ...
4 years, 7 months ago (2016-05-04 22:58:49 UTC) #13
Hzj_jie
https://codereview.chromium.org/1923573006/diff/220001/remoting/test/it2me_standalone_host_main.cc File remoting/test/it2me_standalone_host_main.cc (right): https://codereview.chromium.org/1923573006/diff/220001/remoting/test/it2me_standalone_host_main.cc#newcode37 remoting/test/it2me_standalone_host_main.cc:37: bool result = remoting::LoadResources("en-US"); On 2016/05/04 22:58:49, joedow wrote: ...
4 years, 7 months ago (2016-05-05 00:47:36 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1923573006/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1923573006/260001
4 years, 7 months ago (2016-05-05 00:48:39 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/177964)
4 years, 7 months ago (2016-05-05 00:59:25 UTC) #19
Hzj_jie
Hi, Brett and Dirk, this is Zijie He from Chromoting team, I am now implementing ...
4 years, 7 months ago (2016-05-05 17:10:33 UTC) #21
Dirk Pranke
lgtm
4 years, 7 months ago (2016-05-05 17:18:08 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1923573006/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1923573006/260001
4 years, 7 months ago (2016-05-05 17:40:55 UTC) #24
commit-bot: I haz the power
Committed patchset #11 (id:260001)
4 years, 7 months ago (2016-05-05 18:44:30 UTC) #26
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 18:45:53 UTC) #28
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/dd0b05c54c79cf5e411d95b3c33a096e336b2aa8
Cr-Commit-Position: refs/heads/master@{#391855}

Powered by Google App Engine
This is Rietveld 408576698