Closed
Bug 487844
Opened 16 years ago
Closed 16 years ago
Container frame sets too dirty a bit when removing or adding kids
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
2.03 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
It sets NS_FRAME_IS_DIRTY, whereas NS_FRAME_HAS_DIRTY_CHILDREN should be sufficient. The latter is what blocks do, for example.
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #372097 -
Flags: superreview?(dbaron)
Attachment #372097 -
Flags: review?(dbaron)
Assignee | ||
Updated•16 years ago
|
Summary: Container frame sets too dirty a but when removing or adding kids → Container frame sets too dirty a bit when removing or adding kids
Attachment #372097 -
Flags: superreview?(dbaron)
Attachment #372097 -
Flags: superreview+
Attachment #372097 -
Flags: review?(dbaron)
Attachment #372097 -
Flags: review+
Comment on attachment 372097 [details] [diff] [review]
Like so
r+sr=dbaron
Assignee | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•