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

Issue 2933043002: Installer support for Windows 10 inactive user toast. (Closed)

Created:
3 years, 6 months ago by grt (UTC plus 2)
Modified:
3 years, 6 months ago
CC:
chromium-reviews, grt+watch_chromium.org, pennymac+watch_chromium.org, wfh+watch_chromium.org, skare_
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Installer support for Windows 10 inactive user toast. BUG=717091 TBR=thakis@chromium.org Review-Url: https://codereview.chromium.org/2933043002 Cr-Commit-Position: refs/heads/master@{#479735} Committed: https://chromium.googlesource.com/chromium/src/+/42c01cb631e9a3de4a9bbff3efd50ab2d028915d

Patch Set 1 #

Patch Set 2 : ifdef #

Patch Set 3 : ifdef #

Patch Set 4 : now launches chrome with --try-chrome-again=GROUP #

Patch Set 5 : two studies #

Total comments: 8

Patch Set 6 : now with some tests #

Total comments: 18

Patch Set 7 : pmonette comments #

Patch Set 8 : sync to position 479504 and patch set 17 of crrev.com/2889323004 #

Total comments: 2

Patch Set 9 : test fix; sync to crrev.com/2889323004 patch set 18 #

Patch Set 10 : added --experiment-enable-for-testing switch for testing #

Total comments: 6

Patch Set 11 : review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1129 lines, -58 lines) Patch
M chrome/installer/setup/BUILD.gn View 1 2 3 4 5 5 chunks +8 lines, -0 lines 0 comments Download
M chrome/installer/setup/install.h View 1 2 3 4 5 1 chunk +3 lines, -8 lines 0 comments Download
M chrome/installer/setup/install.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +24 lines, -6 lines 0 comments Download
M chrome/installer/setup/install_worker.cc View 1 2 3 4 5 6 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/installer/setup/setup_constants.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/setup/setup_constants.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/setup/setup_main.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +16 lines, -3 lines 0 comments Download
A chrome/installer/setup/user_experiment.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/installer/setup/user_experiment.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +540 lines, -0 lines 0 comments Download
A chrome/installer/setup/user_experiment_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +194 lines, -0 lines 0 comments Download
M chrome/installer/util/experiment_metrics.h View 1 2 3 4 5 6 7 1 chunk +9 lines, -8 lines 0 comments Download
M chrome/installer/util/experiment_storage.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +12 lines, -15 lines 0 comments Download
M chrome/installer/util/experiment_storage.cc View 1 2 3 4 5 6 7 8 2 chunks +14 lines, -13 lines 0 comments Download
M chrome/installer/util/experiment_storage_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -5 lines 0 comments Download
A chrome/tools/test/experiment_tool_win.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +212 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 55 (42 generated)
grt (UTC plus 2)
This is the skeleton for the experiment code in the installer. It won't do anything ...
3 years, 6 months ago (2017-06-11 21:28:11 UTC) #4
grt (UTC plus 2)
PTAL!
3 years, 6 months ago (2017-06-13 12:25:13 UTC) #21
Patrick Monette
I am still a bit confused with the experiment code. why study 1 vs study2? ...
3 years, 6 months ago (2017-06-13 19:13:42 UTC) #24
grt (UTC plus 2)
I've updated the "Study selection" section of the design doc. I hope it clears things ...
3 years, 6 months ago (2017-06-14 20:43:44 UTC) #26
Patrick Monette
lgtm https://codereview.chromium.org/2933043002/diff/140001/chrome/installer/setup/user_experiment.cc File chrome/installer/setup/user_experiment.cc (right): https://codereview.chromium.org/2933043002/diff/140001/chrome/installer/setup/user_experiment.cc#newcode543 chrome/installer/setup/user_experiment.cc:543: base::win::ScopedProcessInformation process_info(temp_process_info); This is used only to close ...
3 years, 6 months ago (2017-06-14 22:28:08 UTC) #31
grt (UTC plus 2)
Thanks. https://codereview.chromium.org/2933043002/diff/140001/chrome/installer/setup/user_experiment.cc File chrome/installer/setup/user_experiment.cc (right): https://codereview.chromium.org/2933043002/diff/140001/chrome/installer/setup/user_experiment.cc#newcode543 chrome/installer/setup/user_experiment.cc:543: base::win::ScopedProcessInformation process_info(temp_process_info); On 2017/06/14 22:28:08, Patrick Monette wrote: ...
3 years, 6 months ago (2017-06-15 09:27:37 UTC) #34
grt (UTC plus 2)
+TBR jochen for chrome/tools/test addition
3 years, 6 months ago (2017-06-15 11:19:07 UTC) #39
grt (UTC plus 2)
jochen -> thakis for chrome/tools/test OWNERS stamp
3 years, 6 months ago (2017-06-15 11:38:39 UTC) #44
Georges Khalil
Couple of comments for the enterprise specific checks. https://codereview.chromium.org/2933043002/diff/80001/chrome/installer/setup/user_experiment.cc File chrome/installer/setup/user_experiment.cc (right): https://codereview.chromium.org/2933043002/diff/80001/chrome/installer/setup/user_experiment.cc#newcode423 chrome/installer/setup/user_experiment.cc:423: if ...
3 years, 6 months ago (2017-06-15 14:43:49 UTC) #47
Nico
lgtm https://codereview.chromium.org/2933043002/diff/180001/chrome/installer/util/experiment_storage.h File chrome/installer/util/experiment_storage.h (right): https://codereview.chromium.org/2933043002/diff/180001/chrome/installer/util/experiment_storage.h#newcode47 chrome/installer/util/experiment_storage.h:47: static constexpr Study kStudyTwo = 2; nit: fwiw ...
3 years, 6 months ago (2017-06-15 14:47:37 UTC) #48
grt (UTC plus 2)
https://codereview.chromium.org/2933043002/diff/80001/chrome/installer/setup/user_experiment.cc File chrome/installer/setup/user_experiment.cc (right): https://codereview.chromium.org/2933043002/diff/80001/chrome/installer/setup/user_experiment.cc#newcode423 chrome/installer/setup/user_experiment.cc:423: if (brand == L"GGRV") On 2017/06/15 14:43:48, Georges Khalil ...
3 years, 6 months ago (2017-06-15 15:07:26 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/2933043002/200001
3 years, 6 months ago (2017-06-15 15:07:50 UTC) #52
commit-bot: I haz the power
3 years, 6 months ago (2017-06-15 16:45:13 UTC) #55
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://chromium.googlesource.com/chromium/src/+/42c01cb631e9a3de4a9bbff3efd5...

Powered by Google App Engine
This is Rietveld 408576698