Implement browsingContext.contextDestroyed event
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Tracking
(firefox121 fixed)
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(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•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Comment 1•3 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•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Comment 2•3 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•1 year 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•1 year ago
|
||
Resetting priority for discussing a possible re-prioritization to get Puppeteer tests fixed. Maybe P2 backlog or for M9?
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 5•1 year ago
|
||
Assignee | ||
Comment 6•1 year ago
|
||
Depends on D189472
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 7•1 year ago
|
||
Comment 10•1 year 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•1 year ago
|
Description
•