Bug 1710978 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

These[1] two lines are responsible for 1688 out of the 1763 (96%) `nsDisplayCompositorHitTestInfo` items on the page. Without these additional hit test items, the amount of `ClipChain(ClipChainItem)` in WRDL goes down from 886 to 609. This is not linear because both `ClipManager` and `HitTestInfoManager` can sometimes reuse their results (for example in the case of sibling items).

[1]: https://searchfox.org/mozilla-central/rev/0e8b28fb355afd2fcc69d34e8ed66bbabf59a59a/layout/generic/nsIFrame.cpp#2569-2570

Back to Bug 1710978 Comment 6