Open
Bug 1539597
Opened 6 years ago
Updated 2 years ago
Reuse old display items during display list building if the frame is not modified
Categories
(Core :: Web Painting, enhancement, P2)
Core
Web Painting
Tracking
()
NEW
People
(Reporter: mikokm, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
25.94 KB,
patch
|
Details | Diff | Splinter Review |
During a partial display list build, we rebuild display items for all frames that intersect with a dirty rect. It should be possible to reuse old display items "in place" for frames that are not modified, and avoid the cost of building a new display item.
This is potentially quite challenging, since display items are currently stored in a single-linked list, and can only exist in one list at the time.
Reporter | ||
Updated•6 years ago
|
Assignee: nobody → mikokm
Status: NEW → ASSIGNED
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Summary: Reuse old display items during display list building if possible → Reuse old display items during display list building if the frame is not modified
Reporter | ||
Updated•5 years ago
|
Assignee: mikokm → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•