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

Issue 2345913003: [chrome_elf] NTRegistry - added wow64 redirection support. (Closed)

Created:
4 years, 3 months ago by penny
Modified:
4 years, 2 months ago
CC:
chromium-reviews, pennymac+watch_chromium.org, caitkp+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

NTRegistry - added wow64 redirection support. TESTS=chrome_elf_unittests: NtRegistryTest* BUG=641169 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win10_chromium_x64_rel_ng Committed: https://crrev.com/5379f1724fc3c193828e137faba13c8d59c3f228 Cr-Commit-Position: refs/heads/master@{#422919}

Patch Set 1 #

Patch Set 2 : clang fixes. #

Total comments: 60

Patch Set 3 : Code review fixes, part 1. #

Total comments: 49

Patch Set 4 : Code review fixes, part 2. #

Total comments: 85

Patch Set 5 : Code review fixes, part 3. #

Total comments: 34

Patch Set 6 : Code review fixes, part 4. #

Total comments: 33

Patch Set 7 : Code review fixes, part 5. #

Total comments: 2

Patch Set 8 : Final nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1076 lines, -278 lines) Patch
M chrome/install_static/BUILD.gn View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/install_static/install_util.cc View 8 chunks +15 lines, -14 lines 0 comments Download
M chrome_elf/BUILD.gn View 1 2 3 4 10 chunks +24 lines, -5 lines 0 comments Download
M chrome_elf/blacklist/test/blacklist_test.cc View 1 2 3 4 5 6 2 chunks +9 lines, -12 lines 0 comments Download
M chrome_elf/blacklist/test/blacklist_test_main_dll.cc View 1 2 3 4 5 1 chunk +6 lines, -8 lines 0 comments Download
M chrome_elf/chrome_elf_util_unittest.cc View 1 2 3 4 5 6 5 chunks +24 lines, -115 lines 0 comments Download
M chrome_elf/hook_util/hook_util.cc View 1 2 3 4 3 chunks +2 lines, -26 lines 0 comments Download
M chrome_elf/nt_registry/BUILD.gn View 1 2 1 chunk +0 lines, -20 lines 0 comments Download
M chrome_elf/nt_registry/DEPS View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M chrome_elf/nt_registry/nt_registry.h View 1 2 3 4 5 9 chunks +41 lines, -6 lines 0 comments Download
M chrome_elf/nt_registry/nt_registry.cc View 1 2 3 4 5 6 7 18 chunks +484 lines, -71 lines 0 comments Download
A chrome_elf/nt_registry/nt_registry_unittest.cc View 1 2 3 4 5 1 chunk +465 lines, -0 lines 0 comments Download

Messages

Total messages: 65 (39 generated)
penny
Hello Robert! New wow64 redirection support in NTRegistry. Registry access redirection override flags are now ...
4 years, 3 months ago (2016-09-16 22:24:26 UTC) #9
grt (UTC plus 2)
Here are some comments to get you started. I haven't finished yet, but I need ...
4 years, 3 months ago (2016-09-20 10:39:55 UTC) #15
penny
Thanks for your time Greg! I'm working through these now - and I know Robert ...
4 years, 3 months ago (2016-09-20 23:25:40 UTC) #16
grt (UTC plus 2)
It took me a while to grok the redirection code. I think it merits a ...
4 years, 3 months ago (2016-09-21 10:14:06 UTC) #17
robertshield
Hey Penny, sorry for the delay, I'm still completely swamped and will be until tomorrow ...
4 years, 2 months ago (2016-09-21 14:49:31 UTC) #18
penny
Thanks very much Greg and Robert, Fixes are up, manual tests pass clean, and I'm ...
4 years, 2 months ago (2016-09-23 23:50:59 UTC) #21
grt (UTC plus 2)
looking pretty good! https://codereview.chromium.org/2345913003/diff/40001/chrome_elf/nt_registry/nt_registry.cc File chrome_elf/nt_registry/nt_registry.cc (right): https://codereview.chromium.org/2345913003/diff/40001/chrome_elf/nt_registry/nt_registry.cc#newcode203 chrome_elf/nt_registry/nt_registry.cc:203: // NOTE: Could not auto compute ...
4 years, 2 months ago (2016-09-26 11:49:19 UTC) #24
penny
Thanks a lot again Greg! Fixes are up. Manual tests have been run clean, and ...
4 years, 2 months ago (2016-09-28 22:36:52 UTC) #25
robertshield
Some quick drive-by tidy up nits Could be done here or in a follow up ...
4 years, 2 months ago (2016-09-28 23:49:24 UTC) #29
grt (UTC plus 2)
getting down to brass tacks. these are mostly nits that i think are an improvement. ...
4 years, 2 months ago (2016-09-29 10:30:23 UTC) #32
penny
Thanks again. :) I've just uploaded a bunch of fixes. I missed a few of ...
4 years, 2 months ago (2016-09-30 05:28:23 UTC) #35
grt (UTC plus 2)
this looks good to me. i like the new testing hook interface. i'm down to ...
4 years, 2 months ago (2016-09-30 09:32:17 UTC) #38
penny
"thanks for bearing with me!" My goodness no - thank you. I really appreciate the ...
4 years, 2 months ago (2016-10-01 01:44:26 UTC) #41
grt (UTC plus 2)
this looks good to me. final nits. i swear! https://codereview.chromium.org/2345913003/diff/60001/chrome_elf/nt_registry/nt_registry.cc File chrome_elf/nt_registry/nt_registry.cc (right): https://codereview.chromium.org/2345913003/diff/60001/chrome_elf/nt_registry/nt_registry.cc#newcode310 chrome_elf/nt_registry/nt_registry.cc:310: ...
4 years, 2 months ago (2016-10-02 20:10:55 UTC) #44
penny
Soooo close! https://codereview.chromium.org/2345913003/diff/60001/chrome_elf/nt_registry/nt_registry.cc File chrome_elf/nt_registry/nt_registry.cc (right): https://codereview.chromium.org/2345913003/diff/60001/chrome_elf/nt_registry/nt_registry.cc#newcode310 chrome_elf/nt_registry/nt_registry.cc:310: // - Also, |subkey_path| should be passed ...
4 years, 2 months ago (2016-10-03 19:18:49 UTC) #45
grt (UTC plus 2)
lgtm with nits! SHIP IT!11!! https://codereview.chromium.org/2345913003/diff/100001/chrome_elf/nt_registry/nt_registry.cc File chrome_elf/nt_registry/nt_registry.cc (right): https://codereview.chromium.org/2345913003/diff/100001/chrome_elf/nt_registry/nt_registry.cc#newcode448 chrome_elf/nt_registry/nt_registry.cc:448: if (root == nt::HKCU) ...
4 years, 2 months ago (2016-10-03 20:17:45 UTC) #46
penny
Thanks very much again Greg. Excellent code review. Robert! It's time for an LGTM from ...
4 years, 2 months ago (2016-10-03 20:46:03 UTC) #48
robertshield
LGTM, very nice and nicely tested patch. https://codereview.chromium.org/2345913003/diff/60001/chrome_elf/nt_registry/nt_registry.h File chrome_elf/nt_registry/nt_registry.h (right): https://codereview.chromium.org/2345913003/diff/60001/chrome_elf/nt_registry/nt_registry.h#newcode39 chrome_elf/nt_registry/nt_registry.h:39: typedef enum ...
4 years, 2 months ago (2016-10-04 05:22:09 UTC) #49
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/2345913003/160001
4 years, 2 months ago (2016-10-04 17:40:54 UTC) #52
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/273252)
4 years, 2 months ago (2016-10-04 17:49:40 UTC) #54
penny
Hello Daniel, There is a very unfortunate presubmit check that I need your LGTM for. ...
4 years, 2 months ago (2016-10-04 17:55:53 UTC) #56
dcheng
LGTM for //base deps for testing
4 years, 2 months ago (2016-10-04 19:27:20 UTC) #57
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/2345913003/160001
4 years, 2 months ago (2016-10-04 20:36:44 UTC) #59
commit-bot: I haz the power
Committed patchset #8 (id:160001)
4 years, 2 months ago (2016-10-04 20:44:23 UTC) #61
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/5379f1724fc3c193828e137faba13c8d59c3f228 Cr-Commit-Position: refs/heads/master@{#422919}
4 years, 2 months ago (2016-10-04 20:46:26 UTC) #63
Sébastien Marchand
4 years, 2 months ago (2016-10-05 15:04:16 UTC) #65
Message was sent while issue was closed.
FYI this CL is breaking the LTCG builders (see crbug.com/652973), the workaround
for the MS compiler bug doesn't work with WPO enable :(. Using "pragma
optimize("", off)" on this file doesn't solve the issue.

Powered by Google App Engine
This is Rietveld 408576698