Closed Bug 1700478 Opened 5 years ago Closed 5 years ago

Make nsIFrame::IsTransformed cheaper for non-transformed frames.

Categories

(Core :: Printing: Output, task)

task

Tracking

()

RESOLVED FIXED
89 Branch
Tracking Status
firefox89 --- fixed

People

(Reporter: emilio, Assigned: emilio)

References

Details

Attachments

(1 file)

No description provided.

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.

No longer blocks: 1700379
Blocks: 1700379
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.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: