New issue
Advanced search Search tips

Issue 623359 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Move MainActivity#onCreate() code to runtime library

Project Member Reported by pkotw...@chromium.org, Jun 26 2016

Issue description

Move MainActivity#onCreate() code to runtime library

 
Project Member

Comment 1 by bugdroid1@chromium.org, Jul 1 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/eca599f8cf531d066b41543e9403ffb2fabce489

commit eca599f8cf531d066b41543e9403ffb2fabce489
Author: pkotwicz <pkotwicz@chromium.org>
Date: Fri Jul 01 22:30:41 2016

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 

Review-Url: https://codereview.chromium.org/2101433002
Cr-Commit-Position: refs/heads/master@{#403552}

[modify] https://crrev.com/eca599f8cf531d066b41543e9403ffb2fabce489/chrome/android/webapk/libs/runtime_library/BUILD.gn
[add] https://crrev.com/eca599f8cf531d066b41543e9403ffb2fabce489/chrome/android/webapk/libs/runtime_library/DEPS
[modify] https://crrev.com/eca599f8cf531d066b41543e9403ffb2fabce489/chrome/android/webapk/libs/runtime_library/src/README
[add] https://crrev.com/eca599f8cf531d066b41543e9403ffb2fabce489/chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/HostBrowserLauncher.java
[modify] https://crrev.com/eca599f8cf531d066b41543e9403ffb2fabce489/chrome/android/webapk/shell_apk/BUILD.gn
[add] https://crrev.com/eca599f8cf531d066b41543e9403ffb2fabce489/chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/HostBrowserClassLoader.java
[modify] https://crrev.com/eca599f8cf531d066b41543e9403ffb2fabce489/chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java
[modify] https://crrev.com/eca599f8cf531d066b41543e9403ffb2fabce489/chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/WebApkServiceFactory.java

Status: Fixed (was: Assigned)

Sign in to add a comment