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

Issue 2956993002: Introduce a new WebAPK launch action. (Closed)

Created:
3 years, 5 months ago by Xi Han
Modified:
3 years, 5 months ago
Reviewers:
dominickn, Yaron
CC:
chromium-reviews, zpeng+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce a new WebAPK launch action. If a browser can handle action: "com.google.android.apps.chrome.webapps.WebappManager.ACTION_START_WEBAPP", we think that browser can host WebAPKs. In the future, we want to make this action more generic, something like: "org.webapk.ACTION_START_WEBAPK". In this CL, we add a new intent filter for the WebappLauncherActivity. Once this change propergate to all Chrome's channels, we can change the action in the MainActivity of the shell apk to adopt the new action. BUG=735970 NOPRESUBMIT=true Review-Url: https://codereview.chromium.org/2956993002 Cr-Commit-Position: refs/heads/master@{#482980} Committed: https://chromium.googlesource.com/chromium/src/+/56ccf932aa2976881d7da78c38dd64b34f719e4b

Patch Set 1 #

Total comments: 6

Patch Set 2 : Revert #

Patch Set 3 #

Total comments: 2

Patch Set 4 : File a bug. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M chrome/android/java/AndroidManifest.xml View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
Xi Han
Hi Yaron, could you please take a look? Thanks!
3 years, 5 months ago (2017-06-26 20:37:47 UTC) #3
Yaron
https://codereview.chromium.org/2956993002/diff/1/chrome/android/java/AndroidManifest.xml File chrome/android/java/AndroidManifest.xml (right): https://codereview.chromium.org/2956993002/diff/1/chrome/android/java/AndroidManifest.xml#newcode485 chrome/android/java/AndroidManifest.xml:485: <action android:name="org.chromium.webapk.ACTION_START_WEBAPK" /> wdyt about omitting "chromium" this time? ...
3 years, 5 months ago (2017-06-27 14:38:24 UTC) #4
Xi Han
Hi Yaron, PTAL, thanks! https://codereview.chromium.org/2956993002/diff/1/chrome/android/java/AndroidManifest.xml File chrome/android/java/AndroidManifest.xml (right): https://codereview.chromium.org/2956993002/diff/1/chrome/android/java/AndroidManifest.xml#newcode485 chrome/android/java/AndroidManifest.xml:485: <action android:name="org.chromium.webapk.ACTION_START_WEBAPK" /> On 2017/06/27 ...
3 years, 5 months ago (2017-06-27 15:05:49 UTC) #7
Yaron
https://codereview.chromium.org/2956993002/diff/1/chrome/android/java/AndroidManifest.xml File chrome/android/java/AndroidManifest.xml (right): https://codereview.chromium.org/2956993002/diff/1/chrome/android/java/AndroidManifest.xml#newcode485 chrome/android/java/AndroidManifest.xml:485: <action android:name="org.chromium.webapk.ACTION_START_WEBAPK" /> On 2017/06/27 15:05:49, Xi Han wrote: ...
3 years, 5 months ago (2017-06-27 15:19:41 UTC) #9
Xi Han
https://codereview.chromium.org/2956993002/diff/1/chrome/android/java/AndroidManifest.xml File chrome/android/java/AndroidManifest.xml (right): https://codereview.chromium.org/2956993002/diff/1/chrome/android/java/AndroidManifest.xml#newcode485 chrome/android/java/AndroidManifest.xml:485: <action android:name="org.chromium.webapk.ACTION_START_WEBAPK" /> On 2017/06/27 15:19:41, Yaron wrote: > ...
3 years, 5 months ago (2017-06-27 17:37:17 UTC) #11
dominickn
Action name sgtm - it seems unlikely that we'll move away from the "webapk" terminology ...
3 years, 5 months ago (2017-06-28 00:02:11 UTC) #12
Yaron
lgtm
3 years, 5 months ago (2017-06-28 13:19:59 UTC) #13
Xi Han
Hi Dom, PTAL, thanks! https://codereview.chromium.org/2956993002/diff/60001/chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java File chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java (right): https://codereview.chromium.org/2956993002/diff/60001/chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java#newcode41 chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java:41: // Action for launching {@link ...
3 years, 5 months ago (2017-06-28 13:35:35 UTC) #14
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/2956993002/80001
3 years, 5 months ago (2017-06-28 13:42:10 UTC) #20
commit-bot: I haz the power
3 years, 5 months ago (2017-06-28 14:23:06 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/56ccf932aa2976881d7da78c38dd...

Powered by Google App Engine
This is Rietveld 408576698