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

Issue 2101433002: WebAPK: Move MainActivity#onCreate() to runtime library (Closed)

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

Description

WebAPK: Move MainActivity#onCreate() to runtime library This CL decreases the amount of code in webapk/shell_apk. webapk/shell_apk and webapk/common are the only Java files bundled in the WebAPK. In order for the Java to updated, the WebAPK server needs to download and install a new version of the WebAPK. Decreasing the amount of code in webapk/shell_apk decreases how often new WebAPK versions will have to be pushed to users. BUG=623359 Committed: https://crrev.com/eca599f8cf531d066b41543e9403ffb2fabce489 Cr-Commit-Position: refs/heads/master@{#403552}

Patch Set 1 : Merge branch 'webapk_more_meta2' into webapk_more_meta2_loader #

Total comments: 6

Patch Set 2 : Merge branch 'webapk_more_meta2' into webapk_more_meta2_loader #

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

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

Patch Set 5 : Merge branch 'master' into webapk_more_meta2_loader #

Messages

Total messages: 19 (10 generated)
pkotwicz
Xi can you please take a look? This CL depends on https://codereview.chromium.org/2094113002/
4 years, 5 months ago (2016-06-26 03:26:11 UTC) #5
Xi Han
https://codereview.chromium.org/2101433002/diff/60001/chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/HostBrowserLauncher.java File chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/HostBrowserLauncher.java (right): https://codereview.chromium.org/2101433002/diff/60001/chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/HostBrowserLauncher.java#newcode57 chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/HostBrowserLauncher.java:57: private static final String KEY_APP_ICON_ID = "app_icon_id"; How about ...
4 years, 5 months ago (2016-06-27 18:27:08 UTC) #6
pkotwicz
Xi can you please take another look? In my latest patch set I synchronize access ...
4 years, 5 months ago (2016-06-27 20:44:28 UTC) #7
Xi Han
lgtm https://codereview.chromium.org/2101433002/diff/60001/chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/HostBrowserLauncher.java File chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/HostBrowserLauncher.java (right): https://codereview.chromium.org/2101433002/diff/60001/chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/HostBrowserLauncher.java#newcode57 chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/HostBrowserLauncher.java:57: private static final String KEY_APP_ICON_ID = "app_icon_id"; On ...
4 years, 5 months ago (2016-06-28 13:53:40 UTC) #8
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/2101433002/120001
4 years, 5 months ago (2016-07-01 21:04:19 UTC) #11
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/2101433002/140001
4 years, 5 months ago (2016-07-01 21:22:08 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:140001)
4 years, 5 months ago (2016-07-01 22:30:53 UTC) #16
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-01 22:31:01 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-07-01 22:32:25 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/eca599f8cf531d066b41543e9403ffb2fabce489
Cr-Commit-Position: refs/heads/master@{#403552}

Powered by Google App Engine
This is Rietveld 408576698