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

Issue 2858003002: Roll src/third_party/cros_system_api/ c6eab9e4d..6139ae009 + API change (Closed)

Created:
3 years, 7 months ago by xiaoyinh(OOO Sep 11-29)
Modified:
3 years, 7 months ago
CC:
chromium-reviews, alemate+watch_chromium.org, qsr+mojo_chromium.org, hashimoto+watch_chromium.org, viettrungluu+watch_chromium.org, michaelpg+watch-md-settings_chromium.org, achuith+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, oshima+watch_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, darin (slow to review), davemoore+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Roll src/third_party/cros_system_api/ c6eab9e4d..6139ae009 + API change Roll has 1 commit https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/c6eab9e4d0b4..6139ae00925a $ git log c6eab9e4d..6139ae009 --date=short --no-merges --format='%ad %ae %s' 2017-04-19 mqg biod: add proto to biod Created with: roll-dep src/third_party/cros_system_api In addition to roll the cros_system_api, this CL works on the following: 1. Because the change in cros_system_api moved biod::ScanResult from cros_system_api/dbus/service_constants.h to cros_system_api/dbus/biod/constants.proto, we need to update the files where we use biod::ScanResult 2. The change in cros_system_api added an optional parameter percent_complete in EnrollScanDone signal and change the dbus message to a protobuff. Update to dbus/biod and fingerprint_chromeos to incorporate this change. A follow-up CL will modify fingerprint settings to use the percent_complete parameter. BUG=713420, 718076 Review-Url: https://codereview.chromium.org/2858003002 Cr-Commit-Position: refs/heads/master@{#470102} Committed: https://chromium.googlesource.com/chromium/src/+/58676cfe8124067c5e2945f235f47ea9e1ec7f6e

Patch Set 1 #

Total comments: 14

Patch Set 2 : comments #

Total comments: 2

Patch Set 3 : comment and rebase #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -48 lines) Patch
M DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/lock/screen_locker.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/lock/screen_locker.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/chromeos/fingerprint_handler.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/chromeos/fingerprint_handler.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M chromeos/BUILD.gn View 1 2 5 chunks +13 lines, -0 lines 0 comments Download
M chromeos/dbus/biod/biod_client.h View 1 2 chunks +5 lines, -1 line 0 comments Download
M chromeos/dbus/biod/biod_client.cc View 1 4 chunks +13 lines, -17 lines 0 comments Download
M chromeos/dbus/biod/biod_client_unittest.cc View 1 6 chunks +18 lines, -13 lines 0 comments Download
M chromeos/dbus/biod/fake_biod_client.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chromeos/dbus/biod/fake_biod_client.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chromeos/dbus/biod/fake_biod_client_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chromeos/dbus/biod/test_utils.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chromeos/dbus/biod/test_utils.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M services/device/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M services/device/fingerprint/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M services/device/fingerprint/fingerprint_chromeos.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M services/device/fingerprint/fingerprint_chromeos.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M services/device/fingerprint/fingerprint_chromeos_unittest.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download
M services/device/public/interfaces/fingerprint.mojom View 1 2 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 45 (27 generated)
xiaoyinh(OOO Sep 11-29)
Hi, Could you help to take a look? +tsepez@ for fingerprint.mojom +blundell@ for services/device/BUILD.gn +sammiequon@ ...
3 years, 7 months ago (2017-05-03 18:35:23 UTC) #6
sammiequon
https://codereview.chromium.org/2858003002/diff/1/chromeos/dbus/biod/biod_client_unittest.cc File chromeos/dbus/biod/biod_client_unittest.cc (right): https://codereview.chromium.org/2858003002/diff/1/chromeos/dbus/biod/biod_client_unittest.cc#newcode123 chromeos/dbus/biod/biod_client_unittest.cc:123: writer.AppendProtoAsArrayOfBytes(protobuf); i think we should update EmitEnrollScanDoneSignal to take ...
3 years, 7 months ago (2017-05-03 19:15:58 UTC) #7
Tom Sepez
lgtm
3 years, 7 months ago (2017-05-03 20:21:50 UTC) #8
Daniel Erat
https://codereview.chromium.org/2858003002/diff/1/chromeos/dbus/biod/biod_client.cc File chromeos/dbus/biod/biod_client.cc (right): https://codereview.chromium.org/2858003002/diff/1/chromeos/dbus/biod/biod_client.cc#newcode340 chromeos/dbus/biod/biod_client.cc:340: nit: delete this blank line https://codereview.chromium.org/2858003002/diff/1/chromeos/dbus/biod/biod_client.cc#newcode350 chromeos/dbus/biod/biod_client.cc:350: protobuf.has_percent_complete() ? ...
3 years, 7 months ago (2017-05-03 20:47:34 UTC) #9
xiaoyinh(OOO Sep 11-29)
https://codereview.chromium.org/2858003002/diff/1/chromeos/dbus/biod/biod_client.cc File chromeos/dbus/biod/biod_client.cc (right): https://codereview.chromium.org/2858003002/diff/1/chromeos/dbus/biod/biod_client.cc#newcode340 chromeos/dbus/biod/biod_client.cc:340: On 2017/05/03 20:47:34, Daniel Erat wrote: > nit: delete ...
3 years, 7 months ago (2017-05-04 00:29:52 UTC) #12
xiaoyinh(OOO Sep 11-29)
+stevenjb@ for chromeos/dbus, chrome/browser/chromeos/, chrome/browser/ui/webui/settings
3 years, 7 months ago (2017-05-04 00:30:34 UTC) #14
Daniel Erat
lgtm with a documentation request https://codereview.chromium.org/2858003002/diff/1/chromeos/dbus/biod/biod_client.h File chromeos/dbus/biod/biod_client.h (right): https://codereview.chromium.org/2858003002/diff/1/chromeos/dbus/biod/biod_client.h#newcode48 chromeos/dbus/biod/biod_client.h:48: int32_t percent_complete) {} On ...
3 years, 7 months ago (2017-05-04 03:07:11 UTC) #17
blundell
//services/device/BUILD.gn lgtm
3 years, 7 months ago (2017-05-04 15:02:23 UTC) #18
sammiequon
lgtm https://codereview.chromium.org/2858003002/diff/1/chromeos/dbus/biod/biod_client_unittest.cc File chromeos/dbus/biod/biod_client_unittest.cc (right): https://codereview.chromium.org/2858003002/diff/1/chromeos/dbus/biod/biod_client_unittest.cc#newcode123 chromeos/dbus/biod/biod_client_unittest.cc:123: writer.AppendProtoAsArrayOfBytes(protobuf); On 2017/05/04 00:29:51, xiaoyinh wrote: > On ...
3 years, 7 months ago (2017-05-04 15:55:54 UTC) #19
xiaoyinh(OOO Sep 11-29)
https://codereview.chromium.org/2858003002/diff/20001/services/device/public/interfaces/fingerprint.mojom File services/device/public/interfaces/fingerprint.mojom (right): https://codereview.chromium.org/2858003002/diff/20001/services/device/public/interfaces/fingerprint.mojom#newcode17 services/device/public/interfaces/fingerprint.mojom:17: // and now over. On 2017/05/04 03:07:11, Daniel Erat ...
3 years, 7 months ago (2017-05-04 17:07:49 UTC) #22
Daniel Erat
thanks, still lgtm
3 years, 7 months ago (2017-05-04 17:09:35 UTC) #23
xiaoyinh(OOO Sep 11-29)
stevenjb@, could you take a look?
3 years, 7 months ago (2017-05-08 16:40:04 UTC) #26
stevenjb
Can the roll be done separately from the rest of the changes? Currently the summary ...
3 years, 7 months ago (2017-05-08 16:56:24 UTC) #27
xiaoyinh(OOO Sep 11-29)
On 2017/05/08 16:56:24, stevenjb wrote: > Can the roll be done separately from the rest ...
3 years, 7 months ago (2017-05-08 17:32:22 UTC) #32
stevenjb
I went ahead and modified the Subject as well. lgtm
3 years, 7 months ago (2017-05-08 17:39:06 UTC) #34
xiaoyinh(OOO Sep 11-29)
On 2017/05/08 17:39:06, stevenjb wrote: > I went ahead and modified the Subject as well. ...
3 years, 7 months ago (2017-05-08 17:43:57 UTC) #37
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/2858003002/60001
3 years, 7 months ago (2017-05-08 20:08:05 UTC) #42
commit-bot: I haz the power
3 years, 7 months ago (2017-05-08 20:21:55 UTC) #45
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/58676cfe8124067c5e2945f235f4...

Powered by Google App Engine
This is Rietveld 408576698