Closed
Bug 1668411
Opened 4 years ago
Closed 4 years ago
Change IS_TRUE_OVERFLOW_CONTAINER macro into a nsIFrame's inline method
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(1 file)
IS_TRUE_OVERFLOW_CONTAINER
[1] is defined in nsContainerFrame.h, but is
already used in several places in nsIFrame
. It really should be an
nsIFrame's method.
Assignee | ||
Comment 1•4 years ago
|
||
IS_TRUE_OVERFLOW_CONTAINER
is defined in nsContainerFrame.h, but is
already used in several places in nsIFrame. It really should be an
nsIFrame's method.
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/73e78c935dea
Change IS_TRUE_OVERFLOW_CONTAINER macro into a nsIFrame's inline method. r=emilio
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•