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

Issue 538843002: [EasyUnlock] Port Connection class to native code. (Closed)

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

Description

[EasyUnlock] Port Connection class to native code. BUG=410639 TEST=components_unittests R=tengs@chromium.org, cbentzel@chromium.org Committed: https://crrev.com/06c6a9a72eaf2cc5fbcc429127bd2e3f4dfce75d Cr-Commit-Position: refs/heads/master@{#294114}

Patch Set 1 #

Total comments: 25

Patch Set 2 : Use strings rather than char*'s; rename 'PermitMessage' to 'WireMessage'; plus a bit o' cleanup #

Patch Set 3 : Rebase #

Patch Set 4 : Add missing #include <string> #

Patch Set 5 : List Gmock as a dependency in the GN build. #

Patch Set 6 : Fix Android test compile failures #

Unified diffs Side-by-side diffs Delta from patch set Stats (+570 lines, -0 lines) Patch
M components/components_tests.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth.gypi View 1 1 chunk +5 lines, -0 lines 0 comments Download
M components/proximity_auth/BUILD.gn View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M components/proximity_auth/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A components/proximity_auth/connection.h View 1 1 chunk +108 lines, -0 lines 0 comments Download
A components/proximity_auth/connection.cc View 1 1 chunk +101 lines, -0 lines 0 comments Download
A components/proximity_auth/connection_observer.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A components/proximity_auth/connection_unittest.cc View 1 2 3 4 5 1 chunk +242 lines, -0 lines 0 comments Download
A components/proximity_auth/wire_message.h View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A components/proximity_auth/wire_message.cc View 1 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (12 generated)
Ilya Sherman
6 years, 3 months ago (2014-09-04 01:20:13 UTC) #1
Ilya Sherman
Chris, please stamp the DEPS addition. Tim, PTAL at everything else :)
6 years, 3 months ago (2014-09-04 01:21:12 UTC) #2
cbentzel
LGTM for the DEPS change.
6 years, 3 months ago (2014-09-04 02:12:08 UTC) #3
Tim Song
https://codereview.chromium.org/538843002/diff/1/components/proximity_auth/connection.cc File components/proximity_auth/connection.cc (right): https://codereview.chromium.org/538843002/diff/1/components/proximity_auth/connection.cc#newcode76 components/proximity_auth/connection.cc:76: is_sending_message_ = false; move this line up in case ...
6 years, 3 months ago (2014-09-05 00:30:34 UTC) #4
Ilya Sherman
https://codereview.chromium.org/538843002/diff/1/components/proximity_auth/connection.cc File components/proximity_auth/connection.cc (right): https://codereview.chromium.org/538843002/diff/1/components/proximity_auth/connection.cc#newcode76 components/proximity_auth/connection.cc:76: is_sending_message_ = false; On 2014/09/05 00:30:33, Tim Song wrote: ...
6 years, 3 months ago (2014-09-05 01:02:12 UTC) #5
Tim Song
LGTM https://codereview.chromium.org/538843002/diff/1/components/proximity_auth/connection.cc File components/proximity_auth/connection.cc (right): https://codereview.chromium.org/538843002/diff/1/components/proximity_auth/connection.cc#newcode76 components/proximity_auth/connection.cc:76: is_sending_message_ = false; On 2014/09/05 01:02:11, Ilya Sherman ...
6 years, 3 months ago (2014-09-05 03:10:34 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/538843002/20001
6 years, 3 months ago (2014-09-09 22:19:38 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/64672) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/53671) android_aosp ...
6 years, 3 months ago (2014-09-09 22:25:03 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/538843002/40001
6 years, 3 months ago (2014-09-09 23:06:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/538843002/60001
6 years, 3 months ago (2014-09-09 23:51:52 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/3460) android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/13897) android_dbg_tests_recipe ...
6 years, 3 months ago (2014-09-10 00:32:00 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/538843002/60001
6 years, 3 months ago (2014-09-10 00:43:48 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/3481) android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/13923) android_dbg_tests_recipe ...
6 years, 3 months ago (2014-09-10 01:48:11 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/538843002/80001
6 years, 3 months ago (2014-09-10 01:59:57 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/3492) android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/13937) android_dbg_tests_recipe ...
6 years, 3 months ago (2014-09-10 02:43:01 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/538843002/100001
6 years, 3 months ago (2014-09-10 04:24:31 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/13805)
6 years, 3 months ago (2014-09-10 04:33:54 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/538843002/100001
6 years, 3 months ago (2014-09-10 04:48:32 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001) as 9454034127efa9cd94aaa15f4cb331f55c728326
6 years, 3 months ago (2014-09-10 05:49:23 UTC) #31
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 05:51:42 UTC) #32
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/06c6a9a72eaf2cc5fbcc429127bd2e3f4dfce75d
Cr-Commit-Position: refs/heads/master@{#294114}

Powered by Google App Engine
This is Rietveld 408576698