Closed
Bug 1820634
Opened 2 years ago
Closed 2 years ago
Remove nsTreeColFrame.
Categories
(Core :: XUL, task)
Core
XUL
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Layout-wise it doesn't have any special code. Only weirdness is:
-
Invalidation when size changes (we can do that with a
ResizeObserver). -
Weird paint retargetting to the splitter, which we can fix by using
negative margins instead and using a regular splitter.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/57b5df18c27c
Remove nsTreeColFrame. r=Gijs
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/c51876f9f94f
Fix assert that triggers in 380217-1.xhtml.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/127c265b5a25
Actually fix crashtest assert.
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/57b5df18c27c
https://hg.mozilla.org/mozilla-central/rev/c51876f9f94f
https://hg.mozilla.org/mozilla-central/rev/127c265b5a25
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•