Closed
Bug 1905307
Opened 7 months ago
Closed 7 months ago
Support mixed configuration for "network.setCacheBehavior" command
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox130 fixed)
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
()
Details
(Whiteboard: [webdriver:m12][wptsync upstream][webdriver:relnote])
Attachments
(4 files)
Since at the moment of the implementation of the bug 1901032 for the following use cases:
- if you try to set bypass cache for a list of contexts, after it was set globally to
true
; - if you try to set it globally, but it was set already before to a list of contexts;
it was not clear spec-wise how they should be handled, we moved it to a follow-up. As soon as the right behavior is clarified, we should implement support for it.
Assignee | ||
Updated•7 months ago
|
Summary: Support mixed configuration for "network.setCacheMode" command → Support mixed configuration for "network.setCacheBehavior" command
Assignee | ||
Updated•7 months ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•7 months ago
|
||
Assignee | ||
Comment 2•7 months ago
|
||
Assignee | ||
Comment 3•7 months ago
|
||
Assignee | ||
Comment 4•7 months ago
|
||
Updated•7 months ago
|
Points: --- → 3
Priority: -- → P2
Whiteboard: [webdriver:m12]
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5b1d2d82fce2
[bidi] Do not throw the "UnsupportedError" for mixed configuration for "network.setCacheBehavior" command. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/f8c39cf0ff07
[wdspec] Rename test file to align with new command name. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/92092d5872c2
[wdspec] Add tests for mixed configuration for "network.setCacheBehavior" command. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/6825c289d487
[wdspec] Add fixture to always send two request to validate if cache is enabled. r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/47088 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m12] → [webdriver:m12], [wptsync upstream]
Comment 7•7 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5b1d2d82fce2
https://hg.mozilla.org/mozilla-central/rev/f8c39cf0ff07
https://hg.mozilla.org/mozilla-central/rev/92092d5872c2
https://hg.mozilla.org/mozilla-central/rev/6825c289d487
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
Upstream PR merged by moz-wptsync-bot
Updated•5 months ago
|
Whiteboard: [webdriver:m12], [wptsync upstream] → [webdriver:m12][wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•