Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Issue 2661113003: Skeleton mechanical impl. for the RecoveryImprovedComponent. (Closed)

Created:
3 years, 10 months ago by Sorin Jianu
Modified:
3 years, 10 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, pkl (ping after 24h if needed), noyau+watch_chromium.org, marq+watch_chromium.org, chromium-apps-reviews_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Skeleton mechanical impl. for the RecoveryImprovedComponent. * defines a command line argument --enable-features=ImprovedRecoveryComponent" and a Finch experiment. * uses the default component installer * does nothing otherwise. BUG=687231 Review-Url: https://codereview.chromium.org/2661113003 Cr-Commit-Position: refs/heads/master@{#449139} Committed: https://chromium.googlesource.com/chromium/src/+/6ddc3bbb1b2744d8fc8760767f33df763e6b77a0

Patch Set 1 #

Patch Set 2 : fix ios #

Patch Set 3 : iterator #

Patch Set 4 : . #

Total comments: 1

Patch Set 5 : comments up to #17 #

Patch Set 6 : removed component updater switch #

Patch Set 7 : wip #

Patch Set 8 : wip #

Patch Set 9 : wip #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -1 line) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/component_updater/component_updater_prefs.cc View 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/component_updater/recovery_improved_component_installer.h View 1 2 3 4 5 6 7 1 chunk +60 lines, -0 lines 0 comments Download
A chrome/browser/component_updater/recovery_improved_component_installer.cc View 1 2 3 4 5 6 7 1 chunk +93 lines, -0 lines 0 comments Download
M chrome/common/chrome_features.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_features.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 1 comment Download
M testing/variations/fieldtrial_testing_config.json View 1 2 3 4 5 6 7 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 53 (36 generated)
Sorin Jianu
PTAL thank you!
3 years, 10 months ago (2017-01-31 21:17:14 UTC) #15
waffles
lgtm https://codereview.chromium.org/2661113003/diff/60001/chrome/browser/component_updater/recovery_improved_component_installer.cc File chrome/browser/component_updater/recovery_improved_component_installer.cc (right): https://codereview.chromium.org/2661113003/diff/60001/chrome/browser/component_updater/recovery_improved_component_installer.cc#newcode19 chrome/browser/component_updater/recovery_improved_component_installer.cc:19: const char kRecoveryImprovedManifestName[] = "ChromeRecovery"; A glance at ...
3 years, 10 months ago (2017-01-31 21:34:40 UTC) #17
Sorin Jianu
hi, Sylvain, please I need an approval for the ios changes. Devlin, I need an ...
3 years, 10 months ago (2017-01-31 21:50:44 UTC) #21
Devlin
On 2017/01/31 21:50:44, Sorin Jianu wrote: > hi, > Sylvain, please I need an approval ...
3 years, 10 months ago (2017-01-31 22:14:22 UTC) #22
Sorin Jianu
On 2017/01/31 22:14:22, Devlin wrote: > On 2017/01/31 21:50:44, Sorin Jianu wrote: > > hi, ...
3 years, 10 months ago (2017-01-31 22:19:49 UTC) #23
Devlin
extensions lgtm
3 years, 10 months ago (2017-01-31 23:48:09 UTC) #24
sdefresne
lgtm for ios/
3 years, 10 months ago (2017-02-01 10:42:21 UTC) #27
Sorin Jianu
PTAL, thank you!
3 years, 10 months ago (2017-02-08 01:33:48 UTC) #34
waffles
lgtm
3 years, 10 months ago (2017-02-08 01:34:55 UTC) #35
Sorin Jianu
Robert, can I please have an owners review for the changes to testing/variations/fieldtrial_testing_config.json ? Scott, ...
3 years, 10 months ago (2017-02-08 01:57:10 UTC) #40
rkaplow
lgtm
3 years, 10 months ago (2017-02-08 15:30:54 UTC) #43
sky
Naming suggesiton. https://codereview.chromium.org/2661113003/diff/160001/chrome/common/chrome_features.cc File chrome/common/chrome_features.cc (right): https://codereview.chromium.org/2661113003/diff/160001/chrome/common/chrome_features.cc#newcode112 chrome/common/chrome_features.cc:112: "ImprovedRecoveryComponent", base::FEATURE_DISABLED_BY_DEFAULT}; Did you consider naming this ...
3 years, 10 months ago (2017-02-08 17:12:47 UTC) #44
Sorin Jianu
On 2017/02/08 17:12:47, sky wrote: > Naming suggesiton. > > https://codereview.chromium.org/2661113003/diff/160001/chrome/common/chrome_features.cc > File chrome/common/chrome_features.cc (right): ...
3 years, 10 months ago (2017-02-08 17:33:33 UTC) #45
Sorin Jianu
On 2017/02/08 17:33:33, Sorin Jianu wrote: > On 2017/02/08 17:12:47, sky wrote: > > Naming ...
3 years, 10 months ago (2017-02-08 21:16:08 UTC) #46
sky
I'm ok with landing, LGTM
3 years, 10 months ago (2017-02-08 23:22:58 UTC) #47
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/2661113003/160001
3 years, 10 months ago (2017-02-08 23:25:59 UTC) #50
commit-bot: I haz the power
3 years, 10 months ago (2017-02-08 23:36:43 UTC) #53

Powered by Google App Engine
This is Rietveld 408576698