Closed
Bug 1724771
Opened 5 years ago
Closed 5 years ago
Add an internal API to get partitionKey for a given browsingContext
Categories
(Core :: Privacy: Anti-Tracking, task, P3)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: timhuang, Unassigned)
References
Details
This is for the potential new web extension API for the convenience for developer.
Comment 1•5 years ago
|
||
Which changes does this require from Gecko side? The partitionKey is already exposed via browsingContext.currentWindowGlobal.documentStoragePrincipal.originAttributes.partitionKey.
Flags: needinfo?(tihuang)
| Reporter | ||
Comment 2•5 years ago
|
||
I think we need to provide an API that is allowed to call in any process. The partitionKey you mentioned is only available in the parent process.
Flags: needinfo?(tihuang)
Comment 3•5 years ago
|
||
For the extension API it suffices to have the functionality in the parent process only.
| Reporter | ||
Comment 4•5 years ago
|
||
Flags: needinfo?(rob)
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(rob)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•