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

Issue 562763004: [EasyUnlock] Port PermitMessage class to native code. (Closed)

Created:
6 years, 3 months ago by Ilya Sherman
Modified:
6 years, 3 months ago
Reviewers:
Tim Song
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[EasyUnlock] Port PermitMessage class to native code. BUG=412882 TEST=components_unittests R=tengs@chromium.org Committed: https://crrev.com/3ca088e1bf653a570216e7c092657acfc36cdb4a Cr-Commit-Position: refs/heads/master@{#294939}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Rebase #

Patch Set 3 : Allow the permit_id field to be absent or empty. #

Patch Set 4 : Left-shift by zero bits for parallelism #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -52 lines) Patch
M components/components_tests.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth/connection.h View 1 chunk +6 lines, -6 lines 0 comments Download
M components/proximity_auth/connection.cc View 1 chunk +16 lines, -15 lines 0 comments Download
M components/proximity_auth/connection_unittest.cc View 7 chunks +17 lines, -13 lines 0 comments Download
M components/proximity_auth/wire_message.h View 1 chunk +16 lines, -8 lines 0 comments Download
M components/proximity_auth/wire_message.cc View 1 2 3 1 chunk +101 lines, -10 lines 0 comments Download
A components/proximity_auth/wire_message_unittest.cc View 1 2 1 chunk +169 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (1 generated)
Ilya Sherman
6 years, 3 months ago (2014-09-10 22:48:30 UTC) #1
Tim Song
https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc File components/proximity_auth/wire_message.cc (right): https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc#newcode14 components/proximity_auth/wire_message.cc:14: // [ message version ] [ body length ] ...
6 years, 3 months ago (2014-09-12 00:25:21 UTC) #2
Ilya Sherman
https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc File components/proximity_auth/wire_message.cc (right): https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc#newcode14 components/proximity_auth/wire_message.cc:14: // [ message version ] [ body length ] ...
6 years, 3 months ago (2014-09-12 01:24:26 UTC) #3
Tim Song
https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc File components/proximity_auth/wire_message.cc (right): https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc#newcode52 components/proximity_auth/wire_message.cc:52: static_cast<size_t>(serialized_message[2]); On 2014/09/12 01:24:26, Ilya Sherman wrote: > On ...
6 years, 3 months ago (2014-09-12 01:38:21 UTC) #4
Ilya Sherman
https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc File components/proximity_auth/wire_message.cc (right): https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc#newcode52 components/proximity_auth/wire_message.cc:52: static_cast<size_t>(serialized_message[2]); On 2014/09/12 01:38:21, Tim Song wrote: > On ...
6 years, 3 months ago (2014-09-12 17:36:11 UTC) #5
Tim Song
https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc File components/proximity_auth/wire_message.cc (right): https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc#newcode52 components/proximity_auth/wire_message.cc:52: static_cast<size_t>(serialized_message[2]); On 2014/09/12 17:36:10, Ilya Sherman wrote: > On ...
6 years, 3 months ago (2014-09-12 23:54:25 UTC) #6
Tim Song
Forgot to LGTM this.
6 years, 3 months ago (2014-09-15 17:24:55 UTC) #7
Ilya Sherman
https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc File components/proximity_auth/wire_message.cc (right): https://codereview.chromium.org/562763004/diff/1/components/proximity_auth/wire_message.cc#newcode52 components/proximity_auth/wire_message.cc:52: static_cast<size_t>(serialized_message[2]); On 2014/09/12 23:54:25, Tim Song wrote: > On ...
6 years, 3 months ago (2014-09-15 22:25:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/562763004/60001
6 years, 3 months ago (2014-09-15 22:39:40 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001) as bd404940b299205b455a52f54db0106b6189ea65
6 years, 3 months ago (2014-09-16 00:22:38 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-09-16 00:24:18 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3ca088e1bf653a570216e7c092657acfc36cdb4a
Cr-Commit-Position: refs/heads/master@{#294939}

Powered by Google App Engine
This is Rietveld 408576698