Closed
Bug 1730162
Opened 3 years ago
Closed 3 years ago
Don't search for element with grids in iframes when we have same-origin iframe targets
Categories
(DevTools :: Inspector, task)
DevTools
Inspector
Tracking
(firefox94 fixed)
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
(Whiteboard: dt-perf-stability-mvp)
Attachments
(1 file)
In In LayoutActor#getGrids
, we're searching for element with grids on the sub iframes of the document (see In https://searchfox.org/mozilla-central/rev/1761c710b035d7dc8892dfa8e56589b4e095221f/devtools/server/actors/layout.js#509-512)
With Bug 1685500, we'll have targets for each document so grids on iframes will be retrieve by the iframes targets
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D126064
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d253c4bf94ac
[devtools] Don't get grids from frames in LayoutActor#getGrids when EFT is enabled. r=ochameau.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/86e0ad5b29eb
[devtools] Don't get grids from frames in LayoutActor#getGrids when EFT is enabled. r=ochameau.
Comment 5•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(nchevobbe)
You need to log in
before you can comment on or make changes to this bug.
Description
•