Closed
Bug 1730165
Opened 3 years ago
Closed 3 years ago
Filter out stylesheets not matching exact target window when we have same-origin iframe targets
Categories
(DevTools :: Style Editor, task)
DevTools
Style Editor
Tracking
(firefox95 fixed)
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
(Whiteboard: dt-perf-stability-mvp)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
At the moment, we're notified about stylesheets of the whole document tree via the StyleSheetApplicableStateChanged
event.
With Bug 1685500, we'll have targets for each document, so we need to filter out stylesheets coming from windows that are not the target one.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D126909
Updated•3 years ago
|
Attachment #9243870 -
Attachment description: Bug 1730165 - [devtools] Only notify about stylesheets of the target window when EFT is enabled. r=jdescottes. → Bug 1730165 - [devtools] Only notify about stylesheets of the target window when EFT is enabled. r=ochameau.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ac67f46e54e3
[devtools] Only notify about stylesheets of the target window when EFT is enabled. r=ochameau.
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•