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

Issue 2544973002: Make chrome://flags control whether the WebAPK feature is on (Closed)

Created:
4 years ago by pkotwicz
Modified:
4 years ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make chrome://flags control whether the WebAPK feature is on This CL removes the need for special code in variations to allow users to experiment with WebAPKs. Since "variations experiments" are time limited, this is a good thing. This CL removes the ability to disable the WebAPK feature through variations. This is OK because very few users currently use WebAPKs. In order to use WebAPKs users need to turn the feature on via chrome://flags Once we start rolling out WebAPKs to all users we will need to add a variations parameter as a kill switch BUG=None Committed: https://crrev.com/8bd5759627bc6ea0ab775efa1cdf0281b08065b6 Cr-Commit-Position: refs/heads/master@{#438425}

Patch Set 1 : Merge branch 'prod_server' into feature_on_default #

Patch Set 2 : Merge branch 'master' into feature_on_default #

Patch Set 3 : Merge branch 'master' into feature_on_default #

Patch Set 4 : Merge branch 'master' into feature_on_default #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -62 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java View 1 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java View 1 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/webapps/ChromeWebApkHost.java View 1 2 3 4 chunks +9 lines, -35 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/chrome_feature_list.h View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/android/chrome_feature_list.cc View 1 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 59 (31 generated)
pkotwicz
Dominick can you please take a look?
4 years ago (2016-12-02 01:05:05 UTC) #2
dominickn
I don't think this should be enabled by default until WebAPKs have passed launch review ...
4 years ago (2016-12-02 01:15:13 UTC) #5
pkotwicz
Dominick, can you please take another look? I have updated the CL description to be ...
4 years ago (2016-12-02 16:57:08 UTC) #7
dominickn
On 2016/12/02 16:57:08, pkotwicz wrote: > Dominick, can you please take another look? > > ...
4 years ago (2016-12-04 22:55:12 UTC) #12
pkotwicz
I have switched to using FEATURE_VALUE_TYPE as you have requested
4 years ago (2016-12-07 21:13:19 UTC) #14
dominickn
lgtm This is much nicer, thanks very much for doing it.
4 years ago (2016-12-08 02:12:13 UTC) #15
pkotwicz
Dan for everything except ChromeWebApkHost.java
4 years ago (2016-12-08 02:52:21 UTC) #17
gone
lgtm
4 years ago (2016-12-08 19:58:16 UTC) #18
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/2544973002/60001
4 years ago (2016-12-08 23:00:07 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/195432) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years ago (2016-12-08 23:12:07 UTC) #22
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/2544973002/60001
4 years ago (2016-12-09 15:52:25 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/195949)
4 years ago (2016-12-09 17:19:49 UTC) #26
pkotwicz
isherman@ for changes to histograms.xml
4 years ago (2016-12-09 21:37:09 UTC) #28
Ilya Sherman
histograms.xml lgtm
4 years ago (2016-12-09 23:01:52 UTC) #29
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/2544973002/80001
4 years ago (2016-12-09 23:05:21 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
4 years ago (2016-12-10 01:08:28 UTC) #34
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/2544973002/80001
4 years ago (2016-12-11 02:19:14 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/196668)
4 years ago (2016-12-11 04:06:41 UTC) #38
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/2544973002/80001
4 years ago (2016-12-12 00:36:37 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/196775)
4 years ago (2016-12-12 02:30:32 UTC) #42
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/2544973002/80001
4 years ago (2016-12-12 15:21:05 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/197151)
4 years ago (2016-12-12 16:33:37 UTC) #46
dominickn
On 2016/12/12 16:33:37, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years ago (2016-12-12 23:47:03 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/2544973002/80001
4 years ago (2016-12-13 15:35:03 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/179675)
4 years ago (2016-12-13 16:18:11 UTC) #51
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/2544973002/100001
4 years ago (2016-12-14 02:51:04 UTC) #54
commit-bot: I haz the power
Committed patchset #4 (id:100001)
4 years ago (2016-12-14 04:13:51 UTC) #57
commit-bot: I haz the power
4 years ago (2016-12-14 04:17:08 UTC) #59
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8bd5759627bc6ea0ab775efa1cdf0281b08065b6
Cr-Commit-Position: refs/heads/master@{#438425}

Powered by Google App Engine
This is Rietveld 408576698