Closed
Bug 1931794
Opened 9 months ago
Closed 9 months ago
Avoid a useless FindReferenceFrameFor call in nsDisplayTransform::SetReferenceFrameToAncestor
Categories
(Core :: Web Painting, enhancement)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•9 months ago
|
||
The reference frame on the builder has already been set to the ancestor reference frame here https://searchfox.org/mozilla-central/rev/f8488adfb9c3e25a80ba6a21e04950d58165e956/layout/generic/nsIFrame.cpp#3705
Pushed by tnikkel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f878895bad3a
Avoid a useless FindReferenceFrameFor call in nsDisplayTransform::SetReferenceFrameToAncestor. r=layout-reviewers,emilio
Comment 3•9 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
Updated•8 months ago
|
Whiteboard: [sp3]
Updated•8 months ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-884
You need to log in
before you can comment on or make changes to this bug.
Description
•