Implement browsingContext.contextDestroyed event
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Tracking
(firefox121 fixed)
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Depends on 1 open bug, Blocks 3 open bugs, )
Details
(Whiteboard: [webdriver:m9][wptsync upstream][webdriver:relnote])
Attachments
(3 files)
This event is needed for clients to handle browsing contexts that get destroyed.
| Reporter | ||
Updated•5 years ago
|
| Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•4 years ago
|
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Comment 1•4 years ago
•
|
||
Not quite sure yet if this feature is needed for milestone 2 or not. Registered events would automatically be removed when the browsing context closes. Lets discuss in the next triage meeting.
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Comment 2•4 years ago
|
||
We wrongly assumed 2 points here but there is actually more work to do. Especially because we would have two events (beside contextCreated) in the browsingContext module now which might require a refactoring and ref counting for enabling/disabling internal listeners. As such we see this bug as 8 points.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•2 years ago
|
||
I believe two tests
"Page Page.close should not be visible in browser.pages"
"Page Page.close should set the page close state"
are failing because browsingContext.contextDestroyed is missing.
| Reporter | ||
Comment 4•2 years ago
|
||
Resetting priority for discussing a possible re-prioritization to get Puppeteer tests fixed. Maybe P2 backlog or for M9?
| Reporter | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 5•2 years ago
|
||
| Assignee | ||
Comment 6•2 years ago
|
||
Depends on D189472
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 7•2 years ago
|
||
Comment 10•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e975c11128ae
https://hg.mozilla.org/mozilla-central/rev/8a885c973588
https://hg.mozilla.org/mozilla-central/rev/a98551a11802
| Reporter | ||
Updated•2 years ago
|
Description
•