Closed
Bug 1852223
Opened 1 year ago
Closed 1 year ago
Handle intercepted requests in the authRequired phase
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox122 fixed)
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m9], [wptsync upstream])
Attachments
(2 files, 1 obsolete file)
When the network.AuthRequired event is implemented, we should start handling intercepted requests in the corresponding phase.
Assignee | ||
Updated•1 year ago
|
Points: --- → 3
Priority: -- → P2
Whiteboard: [webdriver:m8]
Updated•1 year ago
|
Whiteboard: [webdriver:m8] → [webdriver:m9]
Assignee | ||
Comment 1•1 year ago
|
||
That should be a rather straightforward followup to Bug 1826198, picking this now.
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D189517
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D191236
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0e7a2180e566
[bidi] Handle intercepted requests in the authRequired phase r=webdriver-reviewers,Sasha
https://hg.mozilla.org/integration/autoland/rev/b8d7a9ec9aa2
[wdspec] Add tests for network.addIntercept in authRequired phase r=webdriver-reviewers,Sasha
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/43017 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m9] → [webdriver:m9], [wptsync upstream]
Comment 6•1 year ago
|
||
Backed out for causing dt failures in browser_networkobserver_auth_listener.js.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | devtools/shared/network-observer/test/browser/browser_networkobserver_auth_listener.js | network event has the expected ResponseStart flag - Got false, expected true
Flags: needinfo?(jdescottes)
Upstream PR merged by moz-wptsync-bot
Comment 8•1 year ago
|
||
Sasha is going to have a look into that while Julian is out.
Flags: needinfo?(jdescottes) → needinfo?(aborovova)
Comment 9•1 year ago
|
||
Depends on D194608
Updated•1 year ago
|
Attachment #9358974 -
Attachment is obsolete: true
Comment 10•1 year ago
|
||
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/292eac48413b
[bidi] Handle intercepted requests in the authRequired phase r=webdriver-reviewers,Sasha
https://hg.mozilla.org/integration/autoland/rev/17acda52a2b8
[wdpspec] Enable tests for network.addIntercept in authRequired phase. r=webdriver-reviewers,whimboo
Updated•1 year ago
|
Flags: needinfo?(aborovova)
Comment 11•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/292eac48413b
https://hg.mozilla.org/mozilla-central/rev/17acda52a2b8
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•