New issue
Advanced search Search tips

Issue 727168 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug

Blocking:
issue 675413



Sign in to add a comment

AppShell should manage storage partitions and URLRequestContexts

Project Member Reported by michae...@chromium.org, May 28 2017

Issue description

The content shell by default doesn't have a robust concept of StoragePartitions. It doesn't provide useful URLRequestContexts, doesn't seem to persist cookies, etc.

AppShell apps should be isolated from one another (something Chrome handles[1]) and have their own persistent storage (something Profile handles).

The AppIsolationHandler manifest handler is responsible for defaulting platform apps to isolated. It lives in //extensions but is added from Chrome; we should add that in AppShell as well, but it doesn't fix the above problems.

[1] https://cs.chromium.org/chromium/src/content/browser/renderer_host/render_process_host_impl.cc?gsn=IsSuitableHost&l=2850
 
Blocking: 675413
Cc: michae...@chromium.org
Owner: ----
Status: Available (was: Assigned)

Sign in to add a comment