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

Issue 2472073003: Show AlertDialog when WebAPKs are enabled in chrome://flags but Unknown sources is disabled (Closed)

Created:
4 years, 1 month ago by pkotwicz
Modified:
4 years, 1 month ago
Reviewers:
gone
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

Show AlertDialog when WebAPKs are enabled in chrome://flags but Unknown sources is disabled This CL also adds caching for whether the --enable-webapk command line flag is set. The goal of the caching is to avoid showing the AlertDialog when the variation state changes BUG=661712 Committed: https://crrev.com/0b2aeaccf0023facc1ba07bd953f535225138386 Cr-Commit-Position: refs/heads/master@{#430503}

Patch Set 1 : Merge branch 'master' into warning_dialog #

Total comments: 2

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

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

Total comments: 4

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -6 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java View 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/webapps/ChromeWebApkHost.java View 1 2 3 2 chunks +91 lines, -6 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
pkotwicz
Dan, can you please take a look? - I still need to get approval for ...
4 years, 1 month ago (2016-11-04 01:25:06 UTC) #4
pkotwicz
dfalcantara@ Ping!
4 years, 1 month ago (2016-11-04 20:42:11 UTC) #6
gone
On 2016/11/04 20:42:11, pkotwicz wrote: > dfalcantara@ Ping! Look at my queue and all the ...
4 years, 1 month ago (2016-11-04 20:52:36 UTC) #7
gone
https://codereview.chromium.org/2472073003/diff/40001/chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java File chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java (right): https://codereview.chromium.org/2472073003/diff/40001/chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java#newcode389 chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java:389: if (ChromeVersionInfo.isCanaryBuild() || ChromeVersionInfo.isDevBuild()) { Move the channel check ...
4 years, 1 month ago (2016-11-04 22:07:43 UTC) #8
pkotwicz
Dan can you please take another look?
4 years, 1 month ago (2016-11-05 01:59:14 UTC) #11
gone
https://codereview.chromium.org/2472073003/diff/120001/chrome/android/java/strings/android_chrome_strings.grd File chrome/android/java/strings/android_chrome_strings.grd (right): https://codereview.chromium.org/2472073003/diff/120001/chrome/android/java/strings/android_chrome_strings.grd#newcode2720 chrome/android/java/strings/android_chrome_strings.grd:2720: Turn on “Unknown sources” in Android security settings to ...
4 years, 1 month ago (2016-11-07 18:27:13 UTC) #12
pkotwicz
https://codereview.chromium.org/2472073003/diff/120001/chrome/android/java/strings/android_chrome_strings.grd File chrome/android/java/strings/android_chrome_strings.grd (right): https://codereview.chromium.org/2472073003/diff/120001/chrome/android/java/strings/android_chrome_strings.grd#newcode2720 chrome/android/java/strings/android_chrome_strings.grd:2720: Turn on “Unknown sources” in Android security settings to ...
4 years, 1 month ago (2016-11-07 20:08:13 UTC) #13
gone
https://codereview.chromium.org/2472073003/diff/120001/chrome/android/java/strings/android_chrome_strings.grd File chrome/android/java/strings/android_chrome_strings.grd (right): https://codereview.chromium.org/2472073003/diff/120001/chrome/android/java/strings/android_chrome_strings.grd#newcode2720 chrome/android/java/strings/android_chrome_strings.grd:2720: Turn on “Unknown sources” in Android security settings to ...
4 years, 1 month ago (2016-11-07 20:59:30 UTC) #14
pkotwicz
Done! Dan can you please take another look?
4 years, 1 month ago (2016-11-07 21:09:53 UTC) #15
gone
lgtm because the string is still usable. https://codereview.chromium.org/2472073003/diff/120001/chrome/android/java/strings/android_chrome_strings.grd File chrome/android/java/strings/android_chrome_strings.grd (right): https://codereview.chromium.org/2472073003/diff/120001/chrome/android/java/strings/android_chrome_strings.grd#newcode2720 chrome/android/java/strings/android_chrome_strings.grd:2720: Turn on ...
4 years, 1 month ago (2016-11-07 21:12:50 UTC) #16
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/2472073003/140001
4 years, 1 month ago (2016-11-08 02:30:07 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:140001)
4 years, 1 month ago (2016-11-08 03:34:17 UTC) #20
commit-bot: I haz the power
4 years, 1 month ago (2016-11-08 03:41:41 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0b2aeaccf0023facc1ba07bd953f535225138386
Cr-Commit-Position: refs/heads/master@{#430503}

Powered by Google App Engine
This is Rietveld 408576698