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

Issue 10928172: Implement the persistent metro mode setting (win8) (Closed)

Created:
8 years, 3 months ago by cpu_(ooo_6.6-7.5)
Modified:
8 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Implement the persistent metro mode setting (win8) We use HKCU\Software\<product>\Metro registry path and 'launch_mode' value to store the last 'forced' mode. Unless chrome is already running we use the stored mode if it is found else we use a "tabletness" heuristic to determine the launch mode. BUG=141032 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=156708

Patch Set 1 #

Total comments: 13

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -58 lines) Patch
M chrome/common/chrome_constants.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/chrome_constants.cc View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
M win8/delegate_execute/command_execute_impl.cc View 1 2 3 5 chunks +60 lines, -57 lines 2 comments Download

Messages

Total messages: 10 (0 generated)
cpu_(ooo_6.6-7.5)
8 years, 3 months ago (2012-09-13 02:54:49 UTC) #1
grt (UTC plus 2)
http://codereview.chromium.org/10928172/diff/1/chrome/common/chrome_constants.cc File chrome/common/chrome_constants.cc (right): http://codereview.chromium.org/10928172/diff/1/chrome/common/chrome_constants.cc#newcode219 chrome/common/chrome_constants.cc:219: const wchar_t kMetroChromeUserDataSubDir[] = L"Metro"; as an aside, should ...
8 years, 3 months ago (2012-09-13 04:33:15 UTC) #2
cpu_(ooo_6.6-7.5)
code changed please take a look again. http://codereview.chromium.org/10928172/diff/1/win8/delegate_execute/command_execute_impl.cc File win8/delegate_execute/command_execute_impl.cc (right): http://codereview.chromium.org/10928172/diff/1/win8/delegate_execute/command_execute_impl.cc#newcode405 win8/delegate_execute/command_execute_impl.cc:405: KEY_ALL_ACCESS) != ...
8 years, 3 months ago (2012-09-13 20:56:56 UTC) #3
ananta
lgtm
8 years, 3 months ago (2012-09-13 23:51:50 UTC) #4
grt (UTC plus 2)
Rubberstamp lgtm. Will reread later. On Sep 13, 2012 7:51 PM, <ananta@chromium.org> wrote: > lgtm ...
8 years, 3 months ago (2012-09-14 00:13:01 UTC) #5
grt (UTC plus 2)
i have but two nits to offer you, sir. my lgtm stays either way. http://codereview.chromium.org/10928172/diff/8007/win8/delegate_execute/command_execute_impl.cc ...
8 years, 3 months ago (2012-09-14 01:13:42 UTC) #6
memyy
good tank you. memyi04@ovi.com
8 years, 3 months ago (2012-09-20 03:32:05 UTC) #7
memyy
http://codereview.chromium.org/10928172/diff/1/chrome/common/chrome_constants.cc File chrome/common/chrome_constants.cc (right): http://codereview.chromium.org/10928172/diff/1/chrome/common/chrome_constants.cc#newcode219 chrome/common/chrome_constants.cc:219: const wchar_t kMetroChromeUserDataSubDir[] = L"Metro"; On 2012/09/13 04:33:16, grt ...
8 years, 3 months ago (2012-09-20 08:25:06 UTC) #8
memyy
8 years, 3 months ago (2012-09-20 08:26:06 UTC) #9
memyy
8 years, 3 months ago (2012-09-20 10:43:48 UTC) #10

          

Powered by Google App Engine
This is Rietveld 408576698