New issue
Advanced search Search tips

Issue 661407 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

WebAPKs don't get past splash screen with release Chrome

Project Member Reported by pkotw...@chromium.org, Nov 2 2016

Issue description

WebAPKs don't get past splash screen with release Chrome

This seems to have to do with with the custom ChildProcessLauncher stuff. Commenting out WebApkActivity#initializeChildProcessCreationParams() makes the WebAPK get past the splash screen.
 
Owner: hanxi@chromium.org
Status: Assigned (was: Untriaged)
Xi said she would look into this bug. Thank you very much Xi. You are a hero!
Labels: -Pri-0 Pri-1
Moved to Pri 1 for the sake of easier management. All CDS blocking bugs are Pri=1
Project Member

Comment 3 by bugdroid1@chromium.org, Nov 3 2016

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

commit 17efc52ce3bb93c96b162ef9fd697233839a7a84
Author: hanxi <hanxi@chromium.org>
Date: Thu Nov 03 19:16:40 2016

Fix bug: "WebAPKs don't get past splash screen with release Chrome".

When creating WebApkSandboxedProcessService, we use reflection to call
ChildProcessServiceImpl#create() and ChildProcessServiceImpl#bind(). Add
"@UsedByReflection" flag to the class and the methods to prevent from
being removed by Proguard in release build.

BUG= 661407 

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

[modify] https://crrev.com/17efc52ce3bb93c96b162ef9fd697233839a7a84/content/public/android/java/src/org/chromium/content/app/ChildProcessServiceImpl.java

Comment 4 by hanxi@chromium.org, Nov 3 2016

Status: Fixed (was: Assigned)

Sign in to add a comment