Closed
Bug 1899978
Opened 6 months ago
Closed 2 months ago
Use "network.cookie.CHIPS.enabled" preference in cookie APIs
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox132 fixed)
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [webdriver:m12])
Attachments
(2 files)
At the moment, in WebDriver BiDi cookie commands we have logic relying on "network.cookie.cookieBehavior.optInPartitioning" being enabled or disabled, but with the bug 1886133 being implemented the required platform code was moved behind the new preference "network.cookie.CHIPS.enabled". We have to update our code to use the new preference.
A note: the bug 1898253 is going to enable this preference on Nightly, so we should wait for it to land, since we will have to enable a couple of wdspec tests.
Assignee | ||
Updated•6 months ago
|
Priority: -- → P3
Whiteboard: [webdriver:backlog]
Assignee | ||
Updated•3 months ago
|
Whiteboard: [webdriver:backlog] → [webdriver:triage]
Assignee | ||
Updated•3 months ago
|
Points: --- → 2
Priority: P3 → P2
Whiteboard: [webdriver:triage] → [webdriver:m12]
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/66f0a792f0ff
[bidi] Use "network.cookie.CHIPS.enabled" preference in cookie APIs. r=webdriver-reviewers,whimboo
https://hg.mozilla.org/integration/autoland/rev/d3c5de772e28
[wdspec] Update cookie test to use "network.cookie.CHIPS.enabled" preference in cookie APIs. r=webdriver-reviewers,whimboo
Comment 4•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/66f0a792f0ff
https://hg.mozilla.org/mozilla-central/rev/d3c5de772e28
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•