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

Issue 1239193005: [Proximity Auth] Port the UnlockManager class. (Closed)

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

Description

[Proximity Auth] Port the UnlockManager class. This ports most of the code, with a few TODOs remaining for future CLs. BUG=501626 R=tengs@chromium.org Committed: https://crrev.com/6e9846255dbb5b9bcf572536b757e998d6471117 Cr-Commit-Position: refs/heads/master@{#343537}

Patch Set 1 #

Total comments: 28

Patch Set 2 : Improve code clarity some #

Patch Set 3 : Rebase #

Patch Set 4 : Alphabetize + update comments #

Patch Set 5 : Update mocks for tests to fix a couple of test compile errors #

Patch Set 6 : Fix ChromeOS compilation errors #

Patch Set 7 : Fix destruction order in tests on ChromeOS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1580 lines, -4 lines) Patch
M chrome/browser/signin/chrome_proximity_auth_client.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/signin/chrome_proximity_auth_client.cc View 1 2 2 chunks +17 lines, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth.gypi View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M components/proximity_auth/BUILD.gn View 1 2 3 chunks +4 lines, -0 lines 0 comments Download
M components/proximity_auth/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/ble/proximity_auth_ble_system_unittest.cc View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
A components/proximity_auth/controller.h View 1 1 chunk +34 lines, -0 lines 0 comments Download
M components/proximity_auth/metrics.h View 2 chunks +17 lines, -0 lines 0 comments Download
M components/proximity_auth/metrics.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M components/proximity_auth/proximity_auth_client.h View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M components/proximity_auth/proximity_monitor_impl_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A components/proximity_auth/unlock_manager.h View 1 2 3 4 5 1 chunk +197 lines, -0 lines 0 comments Download
A components/proximity_auth/unlock_manager.cc View 1 2 3 4 5 1 chunk +467 lines, -0 lines 0 comments Download
A components/proximity_auth/unlock_manager_unittest.cc View 1 2 3 4 5 6 1 chunk +814 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (15 generated)
Ilya Sherman
5 years, 5 months ago (2015-07-17 22:20:28 UTC) #1
Tim Song
Thanks, Ilya! Looks good, just a few small suggestions. https://codereview.chromium.org/1239193005/diff/1/components/proximity_auth/controller.h File components/proximity_auth/controller.h (right): https://codereview.chromium.org/1239193005/diff/1/components/proximity_auth/controller.h#newcode14 components/proximity_auth/controller.h:14: ...
5 years, 5 months ago (2015-07-23 21:32:16 UTC) #2
Ilya Sherman
Apologies for the long delay -- I was on vacation for two weeks, and then ...
5 years, 4 months ago (2015-08-11 23:37:15 UTC) #3
Tim Song
Thanks, Ilya. LGTM.
5 years, 4 months ago (2015-08-13 02:18:29 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1239193005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1239193005/20001
5 years, 4 months ago (2015-08-13 21:31:08 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/56482) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 4 months ago (2015-08-13 21:33:50 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1239193005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1239193005/40001
5 years, 4 months ago (2015-08-13 23:36:25 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1239193005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1239193005/60001
5 years, 4 months ago (2015-08-13 23:47:09 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/41913) linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 4 months ago (2015-08-13 23:58:55 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1239193005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1239193005/80001
5 years, 4 months ago (2015-08-14 01:06:02 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/69116)
5 years, 4 months ago (2015-08-14 01:41:48 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1239193005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1239193005/100001
5 years, 4 months ago (2015-08-14 04:32:37 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/50137)
5 years, 4 months ago (2015-08-14 05:29:14 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1239193005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1239193005/120001
5 years, 4 months ago (2015-08-14 22:28:24 UTC) #29
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 4 months ago (2015-08-15 02:48:13 UTC) #30
commit-bot: I haz the power
5 years, 4 months ago (2015-08-15 02:48:56 UTC) #31
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/6e9846255dbb5b9bcf572536b757e998d6471117
Cr-Commit-Position: refs/heads/master@{#343537}

Powered by Google App Engine
This is Rietveld 408576698