Closed
Bug 1904822
Opened 3 months ago
Closed 3 months ago
Support "handler" field for "browsingContext.userPromptOpened" event
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m12][webdriver:relnote])
Attachments
(2 files, 1 obsolete file)
With the test changes that will soon be synced from upstream wpt (bug 1904576), the prompt tests are failing because we do not include the handler
field in the payload of the browsingContext.userPromptOpened
event yet.
We probably should get this fixed sooner than later because it breaks compatibility with the spec.
Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 months ago
|
||
Assignee | ||
Comment 3•3 months ago
|
||
Updated•3 months ago
|
Attachment #9409973 -
Attachment is obsolete: true
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d19c4a7b80cb
[webdriver-bidi] Support "handler" field in "browsingContext.userPromptOpened" event. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/9139dc445bfb
[wdspec] Add tests for "handler" field of "browsingContext.userPromptOpened" events. r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/46962 for changes under testing/web-platform/tests
Comment 6•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d19c4a7b80cb
https://hg.mozilla.org/mozilla-central/rev/9139dc445bfb
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Upstream PR merged by moz-wptsync-bot
Assignee | ||
Updated•3 months ago
|
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:m12]
Assignee | ||
Updated•2 months ago
|
Whiteboard: [webdriver:m12] → [webdriver:m12][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•