Closed
Bug 1686728
Opened 4 years ago
Closed 4 years ago
Make nsCheckboxRadioFrame::GetUsableScreenRect a static function for its only consumer
Categories
(Core :: Layout: Form Controls, task, P4)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
It's only used by nsComboboxControlFrame::GetAvailableDropdownSpace:
https://searchfox.org/mozilla-central/rev/2a24205479519e70c0574929f45730d285141584/layout/forms/nsComboboxControlFrame.cpp#561
so we should move it there.
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by mpalmgren@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9765f1640853
Make nsCheckboxRadioFrame::GetUsableScreenRect a static function for its only consumer. r=layout-reviewers,TYLin
Comment 4•4 years ago
|
||
Backed out for conflicting with the backout of Bug 1683748
Backout link: https://hg.mozilla.org/integration/autoland/rev/f262a5526f6ce10fd4c23f0b2bee7eba48872432
Flags: needinfo?(mats)
Pushed by mpalmgren@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7f37547c29ff
Make nsCheckboxRadioFrame::GetUsableScreenRect a static function for its only consumer. r=layout-reviewers,TYLin
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(mats)
Comment 6•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•