Supporting an array of cookieStoreId in the tabs.query API
Categories
(WebExtensions :: General, task, P3)
Tracking
(firefox97 fixed)
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: onlinericha19, Assigned: onlinericha19)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Assignee | ||
Comment 1•3 years ago
|
||
Supporting an array of cookieStoreId in the tabs.query API, which means that the generic cookieStoreId
check needs to be removed at https://searchfox.org/mozilla-central/rev/d3683dbb252506400c71256ef3994cdbdfb71ada/toolkit/components/extensions/parent/ext-tabs-base.js#578 in favor of a new check below there to filter by cookieStoreId
if needed
Assignee | ||
Updated•3 years ago
|
Comment 2•3 years ago
|
||
The purpose of this bug is to support an array of cookieStoreId
while continuing to support a single string, similar to how the url
key supports both a single string or an array of strings.
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D124537
Comment 4•3 years ago
|
||
dev-doc-needed: mention that the cookieStoreId
options in the tabs.query
API supports an array of strings (instead of just one string), in BCD, tabs.query documentation and the developer release notes of Firefox 97.
Comment 6•3 years ago
|
||
bugherder |
Comment 8•3 years ago
|
||
The documentation changes are ready for review:
Updated•3 years ago
|
Updated•3 years ago
|
Description
•