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

Issue 2441243003: Use feature architecture as kill switch for WebAPKs instead of field trial (Closed)

Created:
4 years, 2 months ago by pkotwicz
Modified:
4 years, 1 month ago
Reviewers:
dominickn, Ted C
CC:
chromium-reviews, dominickn+watch_chromium.org, pkotwicz+watch_chromium.org, zpeng+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use feature architecture as kill switch for WebAPKs instead of field trial This CL converts the existing WebAPK finch field trial to use the feature architecture. This is in preparation to adding "configurable WebAPK feature parameters" in https://codereview.chromium.org/2441203002/ BUG=651561 Committed: https://crrev.com/d77e53258203f8df83aa26045b05107d1d82dd00 Cr-Commit-Position: refs/heads/master@{#427494}

Patch Set 1 #

Total comments: 1

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

Total comments: 4

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/webapps/ChromeWebApkHost.java View 1 3 chunks +3 lines, -10 lines 0 comments Download
M chrome/browser/android/chrome_feature_list.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/chrome_feature_list.cc View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (10 generated)
pkotwicz
Dominick, can you please take a look? Answering some CL comments from https://codereview.chromium.org/2441203002/ I chose ...
4 years, 2 months ago (2016-10-24 03:46:29 UTC) #3
dominickn
Thanks, this will help clean things up a lot. On 2016/10/24 03:46:29, pkotwicz wrote: > ...
4 years, 2 months ago (2016-10-24 04:04:18 UTC) #4
pkotwicz
Dominick, can you please take a look? I have renamed things as you have requested ...
4 years, 2 months ago (2016-10-24 04:24:28 UTC) #6
dominickn
https://codereview.chromium.org/2441243003/diff/40001/chrome/browser/android/chrome_feature_list.cc File chrome/browser/android/chrome_feature_list.cc (right): https://codereview.chromium.org/2441243003/diff/40001/chrome/browser/android/chrome_feature_list.cc#newcode110 chrome/browser/android/chrome_feature_list.cc:110: // --enable-webapk command line flag must be set. On ...
4 years, 2 months ago (2016-10-24 04:35:47 UTC) #7
pkotwicz
tedchoc@ for OWNERS I think I have addressed all of Dominick's comments. I am not ...
4 years, 1 month ago (2016-10-24 15:33:26 UTC) #9
Ted C
On 2016/10/24 15:33:26, pkotwicz wrote: > tedchoc@ for OWNERS > > I think I have ...
4 years, 1 month ago (2016-10-24 17:46:04 UTC) #10
pkotwicz
Dominick, can you please take another look?
4 years, 1 month ago (2016-10-24 17:52:15 UTC) #11
dominickn
lgtm https://codereview.chromium.org/2441243003/diff/40001/chrome/browser/android/chrome_feature_list.cc File chrome/browser/android/chrome_feature_list.cc (right): https://codereview.chromium.org/2441243003/diff/40001/chrome/browser/android/chrome_feature_list.cc#newcode110 chrome/browser/android/chrome_feature_list.cc:110: // --enable-webapk command line flag must be set. ...
4 years, 1 month ago (2016-10-25 00:13:32 UTC) #12
pkotwicz
By random developers, I meant random "Web Developers". Can --enable-features be set by chrome://flags?
4 years, 1 month ago (2016-10-25 17:30:31 UTC) #13
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/2441243003/60001
4 years, 1 month ago (2016-10-25 17:40:08 UTC) #15
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/151873) android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, ...
4 years, 1 month ago (2016-10-25 17:42:20 UTC) #17
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/2441243003/80001
4 years, 1 month ago (2016-10-25 21:11:28 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 1 month ago (2016-10-25 21:52:58 UTC) #22
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/d77e53258203f8df83aa26045b05107d1d82dd00 Cr-Commit-Position: refs/heads/master@{#427494}
4 years, 1 month ago (2016-10-25 21:54:58 UTC) #24
dominickn
4 years, 1 month ago (2016-10-25 21:58:04 UTC) #25
Message was sent while issue was closed.
On 2016/10/25 17:30:31, pkotwicz wrote:
> By random developers, I meant random "Web Developers". Can --enable-features
be
> set by chrome://flags?

Yes, like I mentioned, you just wire up your existing web apk flag to enable the
feature. Things like material design history on desktop are set up like this.

Powered by Google App Engine
This is Rietveld 408576698