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

Issue 2031213004: Upstream: Create WebAPK when user selects "Add to Home screen" (Closed)

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

Description

Upstream: Create WebAPK when user selects "Add to Home screen" This CL makes "Add to Home Screen" create a WebAPK when a user runs Chrome with the --enable-webapk command line flag and: - Selects "Add to Home screen" from the app menu for a web app compatible app OR - Selects "Add to Home screen" from "Add to Home screen" infobar BUG=609122 Committed: https://crrev.com/671478be7e3f071f73cb790d74d5484ff4ddce2c Cr-Commit-Position: refs/heads/master@{#398706}

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -0 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java View 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java View 1 2 3 chunks +10 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M chrome/android/java_sources.gni View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 29 (11 generated)
pkotwicz
Xi, can you please take a look? This CL depends on https://codereview.chromium.org/2038983002/
4 years, 6 months ago (2016-06-04 02:26:44 UTC) #2
Xi Han
https://codereview.chromium.org/2031213004/diff/1/chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java File chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java (right): https://codereview.chromium.org/2031213004/diff/1/chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java#newcode157 chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java:157: apkBuilder.buildWebApkAsync(url, GURLUtils.getOrigin(url), shortName, icon); We could do the encoding ...
4 years, 6 months ago (2016-06-06 21:20:19 UTC) #3
pkotwicz
Xi, can you please take another look? https://codereview.chromium.org/2031213004/diff/1/chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java File chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java (right): https://codereview.chromium.org/2031213004/diff/1/chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java#newcode157 chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java:157: apkBuilder.buildWebApkAsync(url, GURLUtils.getOrigin(url), ...
4 years, 6 months ago (2016-06-06 21:29:25 UTC) #4
Xi Han
I am thinking that the WebAPK Minting Server will need the web manifest file, so ...
4 years, 6 months ago (2016-06-07 13:20:37 UTC) #5
pkotwicz
dfalcantara@ can you please take a look?
4 years, 6 months ago (2016-06-07 14:56:47 UTC) #7
gone
1) Is this always supposed to hijack adding URLs to the home screen? 2) Can ...
4 years, 6 months ago (2016-06-07 17:35:58 UTC) #8
gone
Talked with Sam to figure out what you're doing. Your CL description doesn't reflect what ...
4 years, 6 months ago (2016-06-07 17:46:17 UTC) #9
pkotwicz
dfalcantara@ can you please take another look? I will try to make CL descriptions more ...
4 years, 6 months ago (2016-06-07 21:22:04 UTC) #11
gone
Thanks for updating the description, but the subject is still misleading. Update that and I'll ...
4 years, 6 months ago (2016-06-07 22:59:43 UTC) #12
pkotwicz
dfalcantara@: What do you suggest that I change the title to? I am having trouble ...
4 years, 6 months ago (2016-06-08 02:06:45 UTC) #13
gone
Create WebAPK when user selects "Add to Home screen"? I'm objecting to the specificity if ...
4 years, 6 months ago (2016-06-08 02:12:17 UTC) #14
pkotwicz
dfalcantara@ can you please take another look? I have changed the CL title as requested
4 years, 6 months ago (2016-06-08 18:57:56 UTC) #16
gone
You missed the "Subject" in the form, so it was still the original name. Did ...
4 years, 6 months ago (2016-06-08 18:59:26 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031213004/60001
4 years, 6 months ago (2016-06-08 21:07:09 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/34772)
4 years, 6 months ago (2016-06-08 21:18:35 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031213004/60001
4 years, 6 months ago (2016-06-08 21:37:19 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 6 months ago (2016-06-08 22:29:59 UTC) #27
commit-bot: I haz the power
4 years, 6 months ago (2016-06-08 22:32:29 UTC) #29
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/671478be7e3f071f73cb790d74d5484ff4ddce2c
Cr-Commit-Position: refs/heads/master@{#398706}

Powered by Google App Engine
This is Rietveld 408576698