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

Issue 1264703003: Implement debugging local unlock keys in chrome://proximity-auth. (Closed)

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

Description

Implement debugging local unlock keys in chrome://proximity-auth. This CL also updates some older log messages to use the new PA_LOG macro, and removes a metadata check that is not being set on the GMS Core side. BUG=409158 TEST=manual Committed: https://crrev.com/da506c83c44c94f391a282e94fa4ef417861611d Cr-Commit-Position: refs/heads/master@{#341634}

Patch Set 1 : #

Total comments: 24

Patch Set 2 : rebase + fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+523 lines, -107 lines) Patch
M chrome/browser/signin/easy_unlock_service.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M components/proximity_auth.gypi View 3 chunks +6 lines, -0 lines 0 comments Download
M components/proximity_auth/bluetooth_connection.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/proximity_auth/bluetooth_connection.cc View 8 chunks +21 lines, -19 lines 0 comments Download
M components/proximity_auth/bluetooth_connection_finder.cc View 5 chunks +10 lines, -8 lines 0 comments Download
M components/proximity_auth/client_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/proximity_auth/client_observer.h View 1 chunk +5 lines, -6 lines 0 comments Download
M components/proximity_auth/connection.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/proximity_auth/cryptauth/cryptauth_device_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/device_to_device_initiator_operations.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M components/proximity_auth/webui/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth/webui/proximity_auth_ui_delegate.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/proximity_auth/webui/proximity_auth_webui_handler.h View 1 5 chunks +71 lines, -2 lines 0 comments Download
M components/proximity_auth/webui/proximity_auth_webui_handler.cc View 1 14 chunks +299 lines, -50 lines 0 comments Download
M components/proximity_auth/webui/resources/device-list.html View 2 chunks +11 lines, -3 lines 0 comments Download
M components/proximity_auth/webui/resources/device-list.js View 2 chunks +49 lines, -1 line 0 comments Download
M components/proximity_auth/webui/resources/local-state.js View 4 chunks +28 lines, -10 lines 0 comments Download
M components/proximity_auth/webui/resources/log-panel.html View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
Tim Song
5 years, 4 months ago (2015-07-30 00:25:29 UTC) #4
sacomoto
https://codereview.chromium.org/1264703003/diff/40001/components/proximity_auth/bluetooth_connection.cc File components/proximity_auth/bluetooth_connection.cc (right): https://codereview.chromium.org/1264703003/diff/40001/components/proximity_auth/bluetooth_connection.cc#newcode30 components/proximity_auth/bluetooth_connection.cc:30: if (status() != DISCONNECTED) Why do you need this? ...
5 years, 4 months ago (2015-07-31 15:56:27 UTC) #5
Tim Song
https://codereview.chromium.org/1264703003/diff/40001/components/proximity_auth/bluetooth_connection.cc File components/proximity_auth/bluetooth_connection.cc (right): https://codereview.chromium.org/1264703003/diff/40001/components/proximity_auth/bluetooth_connection.cc#newcode30 components/proximity_auth/bluetooth_connection.cc:30: if (status() != DISCONNECTED) On 2015/07/31 15:56:26, sacomoto wrote: ...
5 years, 4 months ago (2015-07-31 22:48:44 UTC) #6
sacomoto
LGTM. Thanks! https://codereview.chromium.org/1264703003/diff/40001/components/proximity_auth/bluetooth_connection.cc File components/proximity_auth/bluetooth_connection.cc (right): https://codereview.chromium.org/1264703003/diff/40001/components/proximity_auth/bluetooth_connection.cc#newcode30 components/proximity_auth/bluetooth_connection.cc:30: if (status() != DISCONNECTED) On 2015/07/31 22:48:43, ...
5 years, 4 months ago (2015-08-03 12:06:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1264703003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1264703003/60001
5 years, 4 months ago (2015-08-03 22:35:39 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:60001)
5 years, 4 months ago (2015-08-03 22:49:14 UTC) #10
commit-bot: I haz the power
5 years, 4 months ago (2015-08-03 22:49:54 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/da506c83c44c94f391a282e94fa4ef417861611d
Cr-Commit-Position: refs/heads/master@{#341634}

Powered by Google App Engine
This is Rietveld 408576698