Open
Bug 1751529
Opened 3 years ago
Add proper fragmentation support in nsHTMLCanvasFrame::Reflow()
Categories
(Core :: Layout: Images, Video, and HTML Frames, enhancement)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
NEW
People
(Reporter: TYLin, Unassigned)
References
Details
I removed the broken fragmentation code in Bug 1751473 Part 4. Per review feedback from emilio and dholbert, it would be nice to implement a proper fragmentation support for nsHTMLCanvasFrame
.
Note that we enable layout.display-list.improve-fragmentation
by default. To implementation this, one would want to turn the pref off when testing.
You need to log in
before you can comment on or make changes to this bug.
Description
•