Closed
Bug 1824224
Opened 2 years ago
Closed 1 year ago
Implement browsingContext.userPromptOpened event
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox118 fixed)
RESOLVED
FIXED
118 Branch
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m8][wptsync upstream][webdriver:relnote])
Attachments
(4 files, 1 obsolete file)
This event will be sent out when a simple prompt gets opened.
Given that bug 1693857 disables beforeunload
prompts completely for Marionette, we might want to first only implement that event for alert
, confirm
, and prompt
.
Reporter | ||
Updated•2 years ago
|
Points: --- → 5
Priority: -- → P2
Whiteboard: [webdriver:backlog]
Reporter | ||
Updated•2 years ago
|
Priority: P2 → P1
Whiteboard: [webdriver:backlog] → [webdriver:m7]
Reporter | ||
Updated•2 years ago
|
Priority: P1 → P2
Reporter | ||
Updated•1 year ago
|
Whiteboard: [webdriver:m7] → [webdriver:m8]
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 year ago
|
||
Depends on D185555
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D186017
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D186018
Updated•1 year ago
|
Attachment #9348601 -
Attachment description: Bug 1824224 - [wdspec] Refactor tests for "browsingContext.handleUserPrompt" to listen for the event. → Bug 1824224 - [wdspec] Add implementation tests for "browsingContext.handleUserPrompt" command.
Assignee | ||
Comment 4•1 year ago
|
||
Updated•1 year ago
|
Attachment #9348600 -
Attachment description: Bug 1824224 - [wdspec] Add tests for "browsingContext.userPromptOpened" event. → Bug 1824224 - [wdspec] Add tests for "browsingContext.userPromptOpened" event.
Assignee | ||
Comment 5•1 year ago
|
||
Depends on D186019
Comment 6•1 year ago
|
||
Comment on attachment 9349023 [details]
Bug 1824224 - [remote] Clean up tabmodal-dialog-loaded observer listener.
Revision D186234 was moved to bug 1849308. Setting attachment 9349023 [details] to obsolete.
Attachment #9349023 -
Attachment is obsolete: true
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9548b95ed5e3
[bidi] Implement "browsingContext.userPromptOpened" event. r=webdriver-reviewers,whimboo,jdescottes
https://hg.mozilla.org/integration/autoland/rev/8a168301bec4
[wdspec] Add tests for "browsingContext.userPromptOpened" event. r=webdriver-reviewers,whimboo,jdescottes
https://hg.mozilla.org/integration/autoland/rev/3ef60d372b36
[wdspec] Add implementation tests for "browsingContext.handleUserPrompt" command. r=webdriver-reviewers,whimboo
https://hg.mozilla.org/integration/autoland/rev/d6b7c3196eae
[marionette] Do not send open event for prompts which do not belong to current browser on Android. r=webdriver-reviewers,whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/41538 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m8] → [webdriver:m8], [wptsync upstream]
Comment 9•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9548b95ed5e3
https://hg.mozilla.org/mozilla-central/rev/8a168301bec4
https://hg.mozilla.org/mozilla-central/rev/3ef60d372b36
https://hg.mozilla.org/mozilla-central/rev/d6b7c3196eae
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
Upstream PR merged by moz-wptsync-bot
Reporter | ||
Updated•1 year ago
|
Whiteboard: [webdriver:m8], [wptsync upstream] → [webdriver:m8][wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•