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

Issue 10699040: Relaunch Chrome in metro-mode with the help of a helper process. (Closed)

Created:
8 years, 5 months ago by grt (UTC plus 2)
Modified:
8 years, 4 months ago
Reviewers:
siggi, cpu_(ooo_6.6-7.5), sky
CC:
chromium-reviews, erikwright (departed), jshin+watch_chromium.org, brettw-cc_chromium.org, chrome-win8-eng_google.com
Visibility:
Public.

Description

Implement relaunch for Metro chrome. The relaunch is accomplished by spawining off delegate_execute.exe which waits for Chrome to exit an then reactivates it by way of the start menu shortcut. BUG=125434, 125854 TEST=tweak a flag in chrome://flags in metro Chrome and hit the relaunch button. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149884

Patch Set 1 #

Total comments: 5

Patch Set 2 : take two #

Patch Set 3 : handles are 32bits #

Patch Set 4 : ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -2 lines) Patch
M chrome/browser/first_run/upgrade_util_win.cc View 1 2 2 chunks +60 lines, -2 lines 0 comments Download
M chrome/browser/shell_integration.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/shell_integration_win.cc View 1 2 chunks +28 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
cpu_(ooo_6.6-7.5)
before we go this route I would like to understand what made the previous (simpler?) ...
8 years, 5 months ago (2012-06-29 21:32:39 UTC) #1
grt (UTC plus 2)
On 2012/06/29 21:32:39, cpu wrote: > before we go this route I would like to ...
8 years, 5 months ago (2012-06-30 03:13:46 UTC) #2
grt (UTC plus 2)
Please take a fresh look. https://chromiumcodereview.appspot.com/10699040/diff/1/chrome/browser/first_run/upgrade_util_win.cc File chrome/browser/first_run/upgrade_util_win.cc (right): https://chromiumcodereview.appspot.com/10699040/diff/1/chrome/browser/first_run/upgrade_util_win.cc#newcode65 chrome/browser/first_run/upgrade_util_win.cc:65: FilePath GetRelauncherPath(base::Environment* env, On ...
8 years, 4 months ago (2012-07-31 21:44:03 UTC) #3
grt (UTC plus 2)
+brettw for base OWNERShip
8 years, 4 months ago (2012-08-02 19:51:59 UTC) #4
brettw
I'm scared of putting pointer to string in base code. Can you just put the ...
8 years, 4 months ago (2012-08-02 19:56:49 UTC) #5
grt (UTC plus 2)
On 2012/08/02 19:56:49, brettw wrote: > I'm scared of putting pointer to string in base ...
8 years, 4 months ago (2012-08-02 20:16:05 UTC) #6
siggi_google.com
Kernel handles can safely be considered 32 bit: http://msdn.microsoft.com/en-us/library/windows/desktop/ee872017(v=vs.85).aspx On Thu, Aug 2, 2012 at ...
8 years, 4 months ago (2012-08-02 20:29:56 UTC) #7
grt (UTC plus 2)
Thanks, Siggi1. Switched to treating a HANDLE as a uint. Please continue your review, kind ...
8 years, 4 months ago (2012-08-02 21:24:47 UTC) #8
cpu_(ooo_6.6-7.5)
lgtm
8 years, 4 months ago (2012-08-02 22:12:38 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grt@chromium.org/10699040/14002
8 years, 4 months ago (2012-08-03 09:18:31 UTC) #10
commit-bot: I haz the power
Failed to apply patch for chrome/common/chrome_switches.cc: While running patch -p1 --forward --force; patching file chrome/common/chrome_switches.cc ...
8 years, 4 months ago (2012-08-03 09:18:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grt@chromium.org/10699040/17002
8 years, 4 months ago (2012-08-03 09:30:06 UTC) #12
commit-bot: I haz the power
Presubmit check for 10699040-17002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-03 09:30:12 UTC) #13
grt (UTC plus 2)
+brettw for chrome OWNERS approval. Please check the CQ box if you approve. Thanks.
8 years, 4 months ago (2012-08-03 13:51:36 UTC) #14
sky
LGTM
8 years, 4 months ago (2012-08-03 17:02:58 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grt@chromium.org/10699040/17002
8 years, 4 months ago (2012-08-03 17:07:57 UTC) #16
commit-bot: I haz the power
8 years, 4 months ago (2012-08-03 18:52:29 UTC) #17
Change committed as 149884

Powered by Google App Engine
This is Rietveld 408576698