Closed
Bug 1879996
Opened 11 months ago
Closed 11 months ago
Implement GetFrameName() for nsCheckboxRadioFrame and nsSelectsAreaFrame
Categories
(Core :: Layout: Form Controls, task)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(3 files)
nsCheckboxRadioFrame
and nsSelectsAreaFrame
are shown as Frame
and Block
in the frame tree dump, which are not meaningful.
Assignee | ||
Comment 1•11 months ago
|
||
We've moved GetUsableScreenRect()
as a static method into
nsComboboxControlFrame.cpp
in
https://hg.mozilla.org/mozilla-central/rev/7f37547c29ff
Updated•11 months ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 months ago
|
||
Assignee | ||
Comment 3•11 months ago
|
||
Before this patch, nsCheckboxRadioFrame
and nsSelectsAreaFrame
are shown as
Frame
and Block
in the frame tree dump. This patch gives them proper names
so that it is easier to find their implementation when looking at the frame tree
dump.
Updated•11 months ago
|
Attachment #9379843 -
Attachment description: Bug 1879996 Part 1 - Remove a obsolete comment for nsCheckboxRadioFrame. r?#layout → Bug 1879996 Part 1 - Remove an obsolete comment for nsCheckboxRadioFrame. r?#layout
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d02843e9fdae
Part 1 - Remove an obsolete comment for nsCheckboxRadioFrame. r=tlouw
https://hg.mozilla.org/integration/autoland/rev/f32be8608ec1
Part 2 - Remove 'virtual' keyword for methods already having 'override'. r=layout-reviewers,emilio
https://hg.mozilla.org/integration/autoland/rev/38843b8b1e52
Part 3 - Implement GetFrameName() for nsCheckboxRadioFrame and nsSelectsAreaFrame. r=layout-reviewers,emilio
Comment 5•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d02843e9fdae
https://hg.mozilla.org/mozilla-central/rev/f32be8608ec1
https://hg.mozilla.org/mozilla-central/rev/38843b8b1e52
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•