Open
Bug 817205
Opened 13 years ago
Updated 3 years ago
optimize nsTableFrame::DoRemoveFrame
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
()
Details
Follow-up from bug 815315 comment 6:
>I suspect the block containing "cellMap->Synchronize" can be done once
>for each table parent, rather than for each row-group continuation. Part of it
>can perhaps be done just once, since there is only one nsTableCellMap for all
>table continuations.
IOW, part of nsTableFrame::DoRemoveFrame (which is called for each
child continuation) can probably be moved to RemoveFrame. (see URL)
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•