Closed
Bug 1433850
Opened 7 years ago
Closed 7 years ago
Optionally verify order in retained-vs-non-retained display list checker
Categories
(Core :: Web Painting, defect, P3)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: mozbugz, Assigned: mozbugz)
References
Details
Attachments
(1 file)
Some RDL issues may actually come from producing display lists in the wrong order (e.g., suspecting bug 1420480, where the current checker doesn't find any problem, but my prototype order-checker does.)
Because the order could sometimes change without troubles (e.g., when items don't overlap), the order-checker could produce false issues, so I will add a pref to control this extra check.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8946192 [details]
Bug 1433850 - layout.display-list.retain.verify.order to also check RDL ordering -
https://reviewboard.mozilla.org/r/216180/#review222138
Attachment #8946192 -
Flags: review?(matt.woodrow) → review+
Updated•7 years ago
|
Priority: -- → P3
Pushed by gsquelart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d29497d62778
layout.display-list.retain.verify.order to also check RDL ordering - r=mattwoodrow
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•