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

Issue 2096103003: Move weave packet to common location b/t generator and receiver (Closed)

Created:
4 years, 6 months ago by jingxuy
Modified:
4 years, 5 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move weave packet to common location b/t generator and receiver BUG=617238 Committed: https://crrev.com/714da71c4b3b8a763ed61b00ee7f8efa83cc0347 Cr-Commit-Position: refs/heads/master@{#402355}

Patch Set 1 #

Patch Set 2 : added files back #

Total comments: 16

Patch Set 3 : moved common enums to a namespace #

Total comments: 5

Patch Set 4 : addressed minor style issue #

Total comments: 4

Patch Set 5 : changed type of max_packet_size to uint16 instead of uint32 #

Total comments: 2

Patch Set 6 : renamed weave_packet to weave_defines #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -72 lines) Patch
M components/proximity_auth/ble/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A components/proximity_auth/ble/bluetooth_low_energy_weave_defines.h View 1 2 3 4 5 1 chunk +55 lines, -0 lines 0 comments Download
M components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h View 1 2 3 4 5 3 chunks +8 lines, -25 lines 0 comments Download
M components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc View 1 2 3 4 6 chunks +9 lines, -23 lines 0 comments Download
M components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.cc View 1 2 3 5 chunks +18 lines, -24 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
Tim Song
https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h File components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h (right): https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h#newcode14 components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h:14: // Generates the messages sent using the uWeave protocol. ...
4 years, 5 months ago (2016-06-27 20:47:30 UTC) #5
Kyle Horimoto
https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth.gypi File components/proximity_auth.gypi (right): https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth.gypi#newcode36 components/proximity_auth.gypi:36: "proximity_auth/ble/remote_attribute.h", What changed here? https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth/ble/BUILD.gn File components/proximity_auth/ble/BUILD.gn (right): https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth/ble/BUILD.gn#newcode17 ...
4 years, 5 months ago (2016-06-27 20:51:12 UTC) #6
jingxuy
https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth.gypi File components/proximity_auth.gypi (right): https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth.gypi#newcode36 components/proximity_auth.gypi:36: "proximity_auth/ble/remote_attribute.h", On 2016/06/27 20:51:11, Kyle Horimoto wrote: > What ...
4 years, 5 months ago (2016-06-27 22:21:33 UTC) #7
Kyle Horimoto
https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc File components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc (right): https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc#newcode19 components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc:19: namespace proximity_auth { On 2016/06/27 22:21:33, jingxuy wrote: > ...
4 years, 5 months ago (2016-06-27 22:25:41 UTC) #8
jingxuy
https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc File components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc (right): https://codereview.chromium.org/2096103003/diff/60001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc#newcode19 components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc:19: namespace proximity_auth { On 2016/06/27 22:25:40, Kyle Horimoto wrote: ...
4 years, 5 months ago (2016-06-27 22:49:08 UTC) #9
jingxuy
4 years, 5 months ago (2016-06-27 22:49:09 UTC) #10
Kyle Horimoto
lgtm https://codereview.chromium.org/2096103003/diff/100001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h File components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h (right): https://codereview.chromium.org/2096103003/diff/100001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h#newcode64 components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h:64: uint16_t max_packet_size_; If you're changing this, you also ...
4 years, 5 months ago (2016-06-27 22:54:17 UTC) #11
jingxuy
https://codereview.chromium.org/2096103003/diff/100001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h File components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h (right): https://codereview.chromium.org/2096103003/diff/100001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h#newcode64 components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h:64: uint16_t max_packet_size_; On 2016/06/27 22:54:17, Kyle Horimoto wrote: > ...
4 years, 5 months ago (2016-06-27 23:06:28 UTC) #12
Kyle Horimoto
https://codereview.chromium.org/2096103003/diff/100001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h File components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h (right): https://codereview.chromium.org/2096103003/diff/100001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h#newcode64 components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h:64: uint16_t max_packet_size_; On 2016/06/27 23:06:28, jingxuy wrote: > On ...
4 years, 5 months ago (2016-06-27 23:09:14 UTC) #13
jingxuy
https://codereview.chromium.org/2096103003/diff/100001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h File components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h (right): https://codereview.chromium.org/2096103003/diff/100001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h#newcode64 components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h:64: uint16_t max_packet_size_; On 2016/06/27 23:09:14, Kyle Horimoto wrote: > ...
4 years, 5 months ago (2016-06-27 23:13:10 UTC) #14
Tim Song
https://codereview.chromium.org/2096103003/diff/120001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h File components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h (right): https://codereview.chromium.org/2096103003/diff/120001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h#newcode5 components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h:5: #ifndef COMPONENTS_PROXIMITY_AUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_H_ Also rename this file to something like ...
4 years, 5 months ago (2016-06-27 23:16:10 UTC) #15
jingxuy
https://codereview.chromium.org/2096103003/diff/120001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h File components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h (right): https://codereview.chromium.org/2096103003/diff/120001/components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h#newcode5 components/proximity_auth/ble/bluetooth_low_energy_weave_packet.h:5: #ifndef COMPONENTS_PROXIMITY_AUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_PACKET_H_ On 2016/06/27 23:16:10, Tim Song wrote: > ...
4 years, 5 months ago (2016-06-27 23:27:24 UTC) #16
Tim Song
LGTM
4 years, 5 months ago (2016-06-27 23:28:10 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/2096103003/140001
4 years, 5 months ago (2016-06-27 23:31:06 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:140001)
4 years, 5 months ago (2016-06-28 01:05:12 UTC) #22
commit-bot: I haz the power
4 years, 5 months ago (2016-06-28 01:08:05 UTC) #24
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/714da71c4b3b8a763ed61b00ee7f8efa83cc0347
Cr-Commit-Position: refs/heads/master@{#402355}

Powered by Google App Engine
This is Rietveld 408576698