Open
Bug 1355899
Opened 8 years ago
Updated 8 months ago
Stop eagerly transmitting the cookie permission to the content process for service workers
Categories
(Core :: DOM: Service Workers, enhancement, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: nika, Unassigned)
References
(Blocks 1 open bug)
Details
Right now we're eagerly transmitting permissions to the content process for service workers. Once we get parent process interception for fetch requests this should be possible to avoid.
This bug is tracking removing the eager process transmission logic added in 1355608.
Reporter | ||
Comment 1•8 years ago
|
||
With the latest patch in bug 1355608 we now need to stop sending the "cookie" permission eagerly to the content process once we get parent process fetch interception.
Summary: Stop eagerly transmitting permissions to the content process for service workers → Stop eagerly transmitting the cookie permission to the content process for service workers
Updated•8 years ago
|
Priority: -- → P3
Comment 2•5 years ago
|
||
:asuth, is there an appropriate meta-bug we might want to collect this?
Flags: needinfo?(bugmail)
Updated•4 years ago
|
Blocks: ServiceWorkers-e10s
Flags: needinfo?(bugmail)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•