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

Issue 2262583002: Do not request upgrade if Web Manifest is no longer WebAPK-capable (Closed)

Created:
4 years, 4 months ago by pkotwicz
Modified:
4 years, 4 months ago
Reviewers:
dominickn, Xi Han, Yaron
CC:
chromium-reviews, dominickn+watch_chromium.org, Xi Han
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Do not request upgrade if Web Manifest is no longer WebAPK-capable For instance, an upgraded WebAPK should not be requested if the Web Manifest was updated to no longer have a start_url BUG=627824 TEST=ManifestUpgradeDetectorTest.testWebManifestNotWebApkCapableShouldNotUpgrade Committed: https://crrev.com/090b6f3b15c5b11a304db2c7d61f9ff8672a8f1d Cr-Commit-Position: refs/heads/master@{#414149}

Patch Set 1 #

Total comments: 2

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

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

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -28 lines) Patch
M chrome/android/javatests/src/org/chromium/chrome/browser/webapps/ManifestUpgradeDetectorFetcherTest.java View 1 2 3 1 chunk +7 lines, -5 lines 0 comments Download
M chrome/browser/android/webapk/manifest_upgrade_detector_fetcher.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
D chrome/test/data/webapps/manifest2.json View 1 2 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/webapps/manifest_test_page2.html View 1 2 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 37 (17 generated)
pkotwicz
Yaron, can you please take a look?
4 years, 4 months ago (2016-08-19 01:00:40 UTC) #4
Yaron
https://codereview.chromium.org/2262583002/diff/1/chrome/browser/android/webapk/manifest_upgrade_detector_fetcher.cc File chrome/browser/android/webapk/manifest_upgrade_detector_fetcher.cc (right): https://codereview.chromium.org/2262583002/diff/1/chrome/browser/android/webapk/manifest_upgrade_detector_fetcher.cc#newcode145 chrome/browser/android/webapk/manifest_upgrade_detector_fetcher.cc:145: bool is_installable, if it's not installable, we're going to ...
4 years, 4 months ago (2016-08-19 13:57:10 UTC) #6
pkotwicz
Xi what do you think? The "new web manifest being installable" case is the common ...
4 years, 4 months ago (2016-08-23 16:52:19 UTC) #8
Xi Han
https://codereview.chromium.org/2262583002/diff/1/chrome/browser/android/webapk/manifest_upgrade_detector_fetcher.cc File chrome/browser/android/webapk/manifest_upgrade_detector_fetcher.cc (right): https://codereview.chromium.org/2262583002/diff/1/chrome/browser/android/webapk/manifest_upgrade_detector_fetcher.cc#newcode145 chrome/browser/android/webapk/manifest_upgrade_detector_fetcher.cc:145: bool is_installable, On 2016/08/19 13:57:10, Yaron (ooo) wrote: > ...
4 years, 4 months ago (2016-08-23 19:11:52 UTC) #9
Xi Han
You need to rebase this CL since the CL (https://codereview.chromium.org/2184913005/) has landed.
4 years, 4 months ago (2016-08-23 19:13:32 UTC) #10
pkotwicz
Xi can you please take another look? Adding a code path which calls Java_ManifestUpgradeDetectorFetcher_onInstallableCheckFailed() is ...
4 years, 4 months ago (2016-08-23 21:06:02 UTC) #11
Xi Han
lgtm
4 years, 4 months ago (2016-08-23 21:26:02 UTC) #12
pkotwicz
Dominick for OWNERS
4 years, 4 months ago (2016-08-23 21:55:41 UTC) #14
dominickn
lgtm
4 years, 4 months ago (2016-08-24 06:44:37 UTC) #15
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/2262583002/20001
4 years, 4 months ago (2016-08-24 13:32:24 UTC) #17
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/128816)
4 years, 4 months ago (2016-08-24 14:47:49 UTC) #19
pkotwicz
Dominick, can you please take another look? I have fixed ManifestUpgradeDetectorFetcherTest. Patch Set #2 made ...
4 years, 4 months ago (2016-08-24 16:46:02 UTC) #20
dominickn
On 2016/08/24 16:46:02, pkotwicz wrote: > Dominick, can you please take another look? I have ...
4 years, 4 months ago (2016-08-24 16:55:17 UTC) #21
pkotwicz
https://codereview.chromium.org/2262583002/diff/40001/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/ManifestUpgradeDetectorFetcherTest.java File chrome/android/javatests/src/org/chromium/chrome/browser/webapps/ManifestUpgradeDetectorFetcherTest.java (right): https://codereview.chromium.org/2262583002/diff/40001/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/ManifestUpgradeDetectorFetcherTest.java#newcode122 chrome/android/javatests/src/org/chromium/chrome/browser/webapps/ManifestUpgradeDetectorFetcherTest.java:122: public void testLaunchWithDifferentManifestUrl() throws Exception { I need two ...
4 years, 4 months ago (2016-08-24 17:23:17 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/2262583002/40001
4 years, 4 months ago (2016-08-24 17:24:09 UTC) #25
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/2262583002/60001
4 years, 4 months ago (2016-08-24 18:12:40 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/215254)
4 years, 4 months ago (2016-08-24 20:15:18 UTC) #31
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/2262583002/60001
4 years, 4 months ago (2016-08-24 20:30:42 UTC) #33
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-24 21:24:29 UTC) #35
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 21:26:45 UTC) #37
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/090b6f3b15c5b11a304db2c7d61f9ff8672a8f1d
Cr-Commit-Position: refs/heads/master@{#414149}

Powered by Google App Engine
This is Rietveld 408576698