|
|
Descriptionwin: Don't use delegate_execute to relaunch on Win10+
I think we were mistakenly using delegate_execute to relaunch even on
Win10. Possibly some DEx changes, or possibly some shortcut changes
eventually broke this, so just launch directly like we do on <= 7.
R=grt@chromium.org, gab@chromium.org
BUG=548965
Committed: https://crrev.com/d3839f0b456e261c7b10c45898658d0790ccd571
Cr-Commit-Position: refs/heads/master@{#356988}
Patch Set 1 #
Total comments: 4
Patch Set 2 : fixes #Messages
Total messages: 20 (11 generated)
Description was changed from ========== win: Don't use delegate_execute to relaunch on Win10+ I think we were mistakenly using delegate_execute to relaunch even on Win10. Possibly some DEx changes, or possibly some shortcut changes eventually broke this, so just launch directly like we do on <= 7. R=grt@chromium.org BUG=548965 ========== to ========== win: Don't use delegate_execute to relaunch on Win10+ I think we were mistakenly using delegate_execute to relaunch even on Win10. Possibly some DEx changes, or possibly some shortcut changes eventually broke this, so just launch directly like we do on <= 7. R=grt@chromium.org BUG=548965 ==========
scottmg@chromium.org changed reviewers: + gab@chromium.org
The CQ bit was checked by scottmg@chromium.org to run a CQ dry run
Description was changed from ========== win: Don't use delegate_execute to relaunch on Win10+ I think we were mistakenly using delegate_execute to relaunch even on Win10. Possibly some DEx changes, or possibly some shortcut changes eventually broke this, so just launch directly like we do on <= 7. R=grt@chromium.org BUG=548965 ========== to ========== win: Don't use delegate_execute to relaunch on Win10+ I think we were mistakenly using delegate_execute to relaunch even on Win10. Possibly some DEx changes, or possibly some shortcut changes eventually broke this, so just launch directly like we do on <= 7. R=grt@chromium.org, gab@chromium.org BUG=548965 ==========
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419223006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419223006/1
lgtm, I don't think the DEx changes caused these bugs, but this should definitely have happened with them. https://codereview.chromium.org/1419223006/diff/1/chrome/browser/first_run/up... File chrome/browser/first_run/upgrade_util_win.cc (right): https://codereview.chromium.org/1419223006/diff/1/chrome/browser/first_run/up... chrome/browser/first_run/upgrade_util_win.cc:165: base::win::GetVersion() != base::win::VERSION_WIN8_1 && I tend to prefer version ranges to strict comparison (i.e. <Win8 >=Win10 highlights the intent better. https://codereview.chromium.org/1419223006/diff/1/chrome/browser/first_run/up... chrome/browser/first_run/upgrade_util_win.cc:167: relaunch_mode != RELAUNCH_MODE_DESKTOP) { Does the |relaunch_mode| really matter on non-Win8?
Patchset #2 (id:20001) has been deleted
https://codereview.chromium.org/1419223006/diff/1/chrome/browser/first_run/up... File chrome/browser/first_run/upgrade_util_win.cc (right): https://codereview.chromium.org/1419223006/diff/1/chrome/browser/first_run/up... chrome/browser/first_run/upgrade_util_win.cc:165: base::win::GetVersion() != base::win::VERSION_WIN8_1 && On 2015/10/29 21:06:05, gab wrote: > I tend to prefer version ranges to strict comparison (i.e. <Win8 >=Win10 > highlights the intent better. Done. https://codereview.chromium.org/1419223006/diff/1/chrome/browser/first_run/up... chrome/browser/first_run/upgrade_util_win.cc:167: relaunch_mode != RELAUNCH_MODE_DESKTOP) { On 2015/10/29 21:06:05, gab wrote: > Does the |relaunch_mode| really matter on non-Win8? I ... don't know. It seems like it shouldn't, I guess it's probably for the fake ash mode on Win7?
The CQ bit was checked by scottmg@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419223006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419223006/40001
The CQ bit was unchecked by scottmg@chromium.org
The CQ bit was checked by scottmg@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from gab@chromium.org Link to the patchset: https://codereview.chromium.org/1419223006/#ps40001 (title: "fixes")
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by scottmg@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419223006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419223006/40001
Message was sent while issue was closed.
Committed patchset #2 (id:40001)
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/d3839f0b456e261c7b10c45898658d0790ccd571 Cr-Commit-Position: refs/heads/master@{#356988} |