New issue
Advanced search Search tips

Issue 914026 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Extension SW: Permission update isn't implemented

Project Member Reported by lazyboy@chromium.org, Dec 11

Issue description

Dispatcher::OnUpdatePermissions updates bindings on non-worker ScriptContexts, but not for worker ScriptContexts, so stuffs like "optional_permissions" won't work yet for workers.

We'll likely need to call UpdateBindings for each of the worker contexts in the renderer process. Hopefully broadcasting this to all of WorkerThreadDispatcher::task_runner_map_ will accomplish this.
 

Sign in to add a comment