New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 854613 link

Starred by 5 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jul 30
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

See if we can remove WebApk dependency on chrome's java code

Project Member Reported by yfried...@chromium.org, Jun 20 2018

Issue description

Per discussion with Andrew, Benoit & Egor, createPackageContext(CONTEXT_INCLUDE_CODE) from the WebApk can cause Chrome to not have its dex file optimized on O+. Since we no longer use Chrome's main dex file, just a separate dex file in the assets directory, see if we can remove the flag to CONTEXT_INCLUDE_CODE.

Of course, we only need to do this if it's sufficient to allow chrome's dex to be optimized. This is also acknowledging that for monochrome, we're not optimized anyway because of webview but this may change in future versions of android
 
Owner: ckitagawa@chromium.org
Calder's looking at this
 Issue 691877  has been merged into this issue.
Status: Fixed (was: Assigned)
Forgot to link the bug. This is fixed as of
https://chromium-review.googlesource.com/c/chromium/src/+/1127150

Sign in to add a comment