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

Issue 880133 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac
Pri: 3
Type: Feature

Blocking:
issue 844278



Sign in to add a comment

desktop-pwas: InstallApps() should re-install the app if the launch container changes.

Project Member Reported by ortuno@chromium.org, Sep 4

Issue description

When installing a Web App through PendingAppManager, we first check if the app is already installed and if so we immediately return. Before returning, we should check that the launch container of the installed app, matches the launch container of the app that the client wants to install. If the launch container does not match, we should reinstall the app or change the launch container to match the new container.

Alternatively, we could have clients do it.
 

Sign in to add a comment