Closed
Bug 1917524
Opened 4 months ago
Closed 4 months ago
Disable network.cookies.useServerTime for CDP
Categories
(Remote Protocol :: CDP, task, P3)
Remote Protocol
CDP
Tracking
(firefox132 fixed)
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
(Whiteboard: [webdriver:m12])
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•4 months ago
|
||
This preference can make parsing the cookie expiry flaky for tests
Assignee | ||
Updated•4 months ago
|
Summary: Disable network.cookies.useServerTime for remote/cdp/test/browser/network/browser_getAllCookies.js → Disable network.cookies.useServerTime for CDP
Updated•4 months ago
|
Attachment #9423452 -
Attachment description: Bug 1917524 - [cdp] Disable network.cookies.useServerTime for browser_getAllCookies.js → Bug 1917524 - [cdp] Disable network.cookies.useServerTime for CDP
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0b33541d6672
[cdp] Disable network.cookies.useServerTime for CDP r=webdriver-reviewers,whimboo
Assignee | ||
Updated•4 months ago
|
Keywords: leave-open
Assignee | ||
Comment 3•4 months ago
|
||
Looks like we forgot that RecommendedPrefs are actually not applied for mochitests: https://searchfox.org/mozilla-central/rev/0386e3e47504286ee176ab373a0562262e7c98b4/testing/profiles/unittest-required/user.js#181
user_pref("remote.prefs.recommended", false);
We still need to disable this for our CDP tests.
Assignee | ||
Comment 4•4 months ago
|
||
Depends on D221427
The RecommendedPreferences do not apply to mochitests
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae0721c6ee4e
[cdp] Disable network.cookie.useServerTime for CDP network mochitests r=webdriver-reviewers,whimboo
Comment 6•4 months ago
|
||
bugherder |
Updated•4 months ago
|
Status: NEW → RESOLVED
Closed: 4 months ago
status-firefox132:
--- → fixed
Keywords: leave-open
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
Comment 7•4 months ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•