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

Issue 2700873002: [CrOS Tether] Create MessageWrapper, a wrapper class for proto messages sent for tethering. This cl… (Closed)

Created:
3 years, 10 months ago by Kyle Horimoto
Modified:
3 years, 10 months ago
CC:
chromium-reviews, jlklein+watch-tether_chromium.org, tengs+watch-tether_chromium.org, hansberry+watch-tether_chromium.org, jhawkins+watch-tether_chromium.org, oshima+watch_chromium.org, khorimoto+watch-tether_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[CrOS Tether] Create MessageWrapper, a wrapper class for proto messages sent for tethering. This class is used both to encode messages to be sent as well as to decode incoming messages. BUG=672263 Review-Url: https://codereview.chromium.org/2700873002 Cr-Commit-Position: refs/heads/master@{#451944} Committed: https://chromium.googlesource.com/chromium/src/+/d6113d41d177dee3c9585647df6e17bb3cfa39e8

Patch Set 1 #

Total comments: 10

Patch Set 2 : hansberry@ comments #

Patch Set 3 : hansberry@ comments. #

Total comments: 4

Patch Set 4 : hansberry@ comments. #

Patch Set 5 : Fix build. #

Patch Set 6 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+427 lines, -0 lines) Patch
M chromeos/components/tether/BUILD.gn View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
A chromeos/components/tether/message_wrapper.h View 1 chunk +59 lines, -0 lines 0 comments Download
A chromeos/components/tether/message_wrapper.cc View 1 2 3 4 1 chunk +167 lines, -0 lines 0 comments Download
A chromeos/components/tether/message_wrapper_unittest.cc View 1 2 3 1 chunk +198 lines, -0 lines 0 comments Download

Messages

Total messages: 48 (24 generated)
Kyle Horimoto
3 years, 10 months ago (2017-02-16 23:07:54 UTC) #2
Ryan Hansberry
https://codereview.chromium.org/2700873002/diff/1/chromeos/components/tether/message_wrapper.cc File chromeos/components/tether/message_wrapper.cc (right): https://codereview.chromium.org/2700873002/diff/1/chromeos/components/tether/message_wrapper.cc#newcode23 chromeos/components/tether/message_wrapper.cc:23: std::unique_ptr<google::protobuf::MessageLite> DecodedMessageToProto( Why is this not a private method ...
3 years, 10 months ago (2017-02-17 02:29:07 UTC) #3
Kyle Horimoto
https://codereview.chromium.org/2700873002/diff/1/chromeos/components/tether/message_wrapper.cc File chromeos/components/tether/message_wrapper.cc (right): https://codereview.chromium.org/2700873002/diff/1/chromeos/components/tether/message_wrapper.cc#newcode23 chromeos/components/tether/message_wrapper.cc:23: std::unique_ptr<google::protobuf::MessageLite> DecodedMessageToProto( On 2017/02/17 02:29:07, Ryan Hansberry wrote: > ...
3 years, 10 months ago (2017-02-17 20:05:04 UTC) #4
Ryan Hansberry
lgtm w/ nits https://codereview.chromium.org/2700873002/diff/40001/chromeos/components/tether/message_wrapper_unittest.cc File chromeos/components/tether/message_wrapper_unittest.cc (right): https://codereview.chromium.org/2700873002/diff/40001/chromeos/components/tether/message_wrapper_unittest.cc#newcode10 chromeos/components/tether/message_wrapper_unittest.cc:10: #include "base/logging.h" Is this import used? ...
3 years, 10 months ago (2017-02-17 20:21:02 UTC) #5
Kyle Horimoto
https://codereview.chromium.org/2700873002/diff/40001/chromeos/components/tether/message_wrapper_unittest.cc File chromeos/components/tether/message_wrapper_unittest.cc (right): https://codereview.chromium.org/2700873002/diff/40001/chromeos/components/tether/message_wrapper_unittest.cc#newcode10 chromeos/components/tether/message_wrapper_unittest.cc:10: #include "base/logging.h" On 2017/02/17 20:21:01, Ryan Hansberry wrote: > ...
3 years, 10 months ago (2017-02-17 21:48:47 UTC) #6
kkhorimoto
lgtm
3 years, 10 months ago (2017-02-17 21:56:55 UTC) #9
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/2700873002/60001
3 years, 10 months ago (2017-02-17 21:58:16 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/369130)
3 years, 10 months ago (2017-02-17 23:47:26 UTC) #13
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/2700873002/60001
3 years, 10 months ago (2017-02-17 23:52:26 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_amd64-generic_chromium_compile_only_ng on ...
3 years, 10 months ago (2017-02-18 00:02:28 UTC) #17
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/2700873002/60001
3 years, 10 months ago (2017-02-18 00:10:25 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
3 years, 10 months ago (2017-02-18 01:56:11 UTC) #21
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/2700873002/60001
3 years, 10 months ago (2017-02-18 23:45:55 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/285065)
3 years, 10 months ago (2017-02-19 00:12:12 UTC) #25
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/2700873002/80001
3 years, 10 months ago (2017-02-21 18:50:39 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
3 years, 10 months ago (2017-02-21 20:54:17 UTC) #30
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/2700873002/80001
3 years, 10 months ago (2017-02-21 20:59:06 UTC) #32
commit-bot: I haz the power
Failed to apply patch for chromeos/components/tether/proto/tether.proto: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-21 22:23:09 UTC) #34
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/2700873002/100001
3 years, 10 months ago (2017-02-21 22:35:03 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromium_presubmit on ...
3 years, 10 months ago (2017-02-22 00:40:03 UTC) #39
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/2700873002/100001
3 years, 10 months ago (2017-02-22 00:48:33 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_chromeos_ozone_rel_ng on ...
3 years, 10 months ago (2017-02-22 02:51:35 UTC) #43
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/2700873002/100001
3 years, 10 months ago (2017-02-22 03:21:19 UTC) #45
commit-bot: I haz the power
3 years, 10 months ago (2017-02-22 09:07:28 UTC) #48
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/d6113d41d177dee3c9585647df6e...

Powered by Google App Engine
This is Rietveld 408576698