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

Issue 2027063002: Introduce UserHiveVisitor for performing operations on local users' registry hives. (Closed)

Created:
4 years, 6 months ago by grt (UTC plus 2)
Modified:
4 years, 6 months ago
Reviewers:
gab
CC:
chromium-reviews, grt+watch_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce UserHiveVisitor for performing operations on local users' registry hives. BUG=none R=gab@chromium.org Committed: https://crrev.com/05cc7e91866921b919e7f2909df6ae2f4d1735d4 Cr-Commit-Position: refs/heads/master@{#398026}

Patch Set 1 #

Patch Set 2 : added missing :: #

Total comments: 4

Patch Set 3 : tweaks #

Total comments: 15

Patch Set 4 : gab review #

Patch Set 5 : gab review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+293 lines, -84 lines) Patch
M chrome/chrome_installer.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/installer/setup/BUILD.gn View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/installer/setup/uninstall.cc View 1 2 3 5 chunks +21 lines, -84 lines 0 comments Download
A chrome/installer/setup/user_hive_visitor.h View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/installer/setup/user_hive_visitor.cc View 1 2 3 4 1 chunk +166 lines, -0 lines 0 comments Download
A chrome/installer/setup/user_hive_visitor_unittest.cc View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2027063002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2027063002/1
4 years, 6 months ago (2016-06-01 00:40:42 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/170072)
4 years, 6 months ago (2016-06-01 01:19:40 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2027063002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2027063002/20001
4 years, 6 months ago (2016-06-01 13:10:02 UTC) #7
grt (UTC plus 2)
PTAL
4 years, 6 months ago (2016-06-01 13:11:05 UTC) #8
gab
The diff is fairly hard to review since it wasn't moved as-is. Could you make ...
4 years, 6 months ago (2016-06-01 14:34:44 UTC) #9
grt (UTC plus 2)
https://codereview.chromium.org/2027063002/diff/40001/chrome/installer/setup/user_hive_visitor.cc File chrome/installer/setup/user_hive_visitor.cc (right): https://codereview.chromium.org/2027063002/diff/40001/chrome/installer/setup/user_hive_visitor.cc#newcode131 chrome/installer/setup/user_hive_visitor.cc:131: result = key.ReadValue(kProfileImagePathValue, &image_path); On 2016/06/01 14:34:44, gab wrote: ...
4 years, 6 months ago (2016-06-01 14:40:38 UTC) #10
grt (UTC plus 2)
On 2016/06/01 14:34:44, gab wrote: > The diff is fairly hard to review since it ...
4 years, 6 months ago (2016-06-01 14:41:59 UTC) #11
gab
On 2016/06/01 14:41:59, grt (slow) wrote: > On 2016/06/01 14:34:44, gab wrote: > > The ...
4 years, 6 months ago (2016-06-01 15:22:42 UTC) #12
grt (UTC plus 2)
On 2016/06/01 15:22:42, gab wrote: > On 2016/06/01 14:41:59, grt (slow) wrote: > > On ...
4 years, 6 months ago (2016-06-01 15:32:27 UTC) #13
gab
lg, few comments https://codereview.chromium.org/2027063002/diff/60001/chrome/installer/setup/uninstall.cc File chrome/installer/setup/uninstall.cc (right): https://codereview.chromium.org/2027063002/diff/60001/chrome/installer/setup/uninstall.cc#newcode775 chrome/installer/setup/uninstall.cc:775: std::vector<base::string16> paths = {active_setup_path, StringPiece16 would ...
4 years, 6 months ago (2016-06-01 16:17:04 UTC) #14
grt (UTC plus 2)
Thanks. PTAL. https://codereview.chromium.org/2027063002/diff/60001/chrome/installer/setup/uninstall.cc File chrome/installer/setup/uninstall.cc (right): https://codereview.chromium.org/2027063002/diff/60001/chrome/installer/setup/uninstall.cc#newcode775 chrome/installer/setup/uninstall.cc:775: std::vector<base::string16> paths = {active_setup_path, On 2016/06/01 16:17:03, ...
4 years, 6 months ago (2016-06-01 18:00:47 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2027063002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2027063002/80001
4 years, 6 months ago (2016-06-01 18:01:35 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-01 19:23:51 UTC) #19
grt (UTC plus 2)
On 2016/06/01 19:23:51, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 6 months ago (2016-06-03 03:11:56 UTC) #20
gab
lgtm w/ comments (sorry for delay) Can you run this test manually just to be ...
4 years, 6 months ago (2016-06-03 15:13:08 UTC) #21
grt (UTC plus 2)
Thanks. Will do the manual test before landing. https://codereview.chromium.org/2027063002/diff/60001/chrome/installer/setup/user_hive_visitor.cc File chrome/installer/setup/user_hive_visitor.cc (right): https://codereview.chromium.org/2027063002/diff/60001/chrome/installer/setup/user_hive_visitor.cc#newcode81 chrome/installer/setup/user_hive_visitor.cc:81: LONG ...
4 years, 6 months ago (2016-06-06 01:10:11 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2027063002/100001
4 years, 6 months ago (2016-06-06 01:10:24 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-06 02:25:08 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2027063002/100001
4 years, 6 months ago (2016-06-06 14:56:19 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 6 months ago (2016-06-06 15:00:35 UTC) #30
commit-bot: I haz the power
4 years, 6 months ago (2016-06-06 15:02:00 UTC) #32
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/05cc7e91866921b919e7f2909df6ae2f4d1735d4
Cr-Commit-Position: refs/heads/master@{#398026}

Powered by Google App Engine
This is Rietveld 408576698