Use onTargetAvailable/onTargetDestroyed to build the iframe pickers list instead of the frameUpdate event
Categories
(DevTools :: Framework, task)
Tracking
(firefox96 fixed)
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
(Whiteboard: dt-perf-stability-mvp )
Attachments
(3 files, 1 obsolete file)
Once Bug 1685500 is done, we'll have targets for each documents we should show in the iframe picker list, so we should be able to only rely on the target watcher instead of the frameUpdate
event we're using now
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D130175
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
The iframe picker code is refactored a bit so it's easier to follow.
This patch makes it so we support both EFT and non EFT scenarios.
Depends on D130175
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D130177
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D130332
Comment 6•3 years ago
|
||
Backed out for causing mochitest failures on browser_resources_document_events.js
Comment 7•3 years ago
|
||
Comment on attachment 9249711 [details]
Bug 1730148 - [devtools] Handle onTargetSelected in accessibility panel. r=ochameau.
Revision D130611 was moved to bug 1740453. Setting attachment 9249711 [details] to obsolete.
Assignee | ||
Comment 8•3 years ago
|
||
fixed the test and pushed again: https://treeherder.mozilla.org/jobs?repo=try&revision=8fb76044382d969713375e964b710312cb42de3c
Comment 10•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ad17653a4658
https://hg.mozilla.org/mozilla-central/rev/285c6dd1bde8
https://hg.mozilla.org/mozilla-central/rev/8b8b731d4ac4
Description
•