Closed
Bug 1700478
Opened 5 years ago
Closed 5 years ago
Make nsIFrame::IsTransformed cheaper for non-transformed frames.
Categories
(Core :: Printing: Output, task)
Core
Printing: Output
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Remove a bit of the aStyleDisplay gunk that shouldn't be needed because
of two reasons:
-
Stylo is faster / has the style display one pointer-chase away, as
opposed to the old style system. -
We now check the MAY_BE_TRANSFORMED bit first now, and we deal with
SVG-transformed frames, so for non-transformed frames IsTransformed
should just be a bit-check now.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/630002d187a1
Make IsTransformed cheaper for non-transformed frames. r=longsonr
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/1ba41deace6d
Fix geometry-properties-in-css.html by restoring a call to IsSVGTransformed.
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/630002d187a1
https://hg.mozilla.org/mozilla-central/rev/1ba41deace6d
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•