Closed
Bug 1722346
Opened 4 years ago
Closed 3 years ago
Consider only appending to end of display lists
Categories
(Core :: Web Painting, enhancement, P3)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: mikokm, Assigned: mikokm)
References
Details
Attachments
(1 file)
Currently items are added to both ends of display lists. Most display items are added to the top of the list, while appending to bottom is mainly used to add background items.
It is probably possible to add these background items earlier to ensure that they are at the bottom of the list. This would simplify code and make it possible to use list structures that do not support appending to both ends.
Updated•3 years ago
|
Assignee: nobody → tnikkel
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee: tnikkel → mikokm
Assignee | ||
Updated•3 years ago
|
Status: NEW → ASSIGNED
Pushed by mikokm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b0b7b6917ff1
Only append to the end/top of the display list r=mstange
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•