Open
Bug 100590
Opened 23 years ago
Updated 2 years ago
analyze/optimize block frame's post-reflow line and frame placement
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: waterson, Unassigned)
References
Details
(Keywords: perf)
The block and line code currently appears to do a large amount of work _after_
it flows the frames in a linebox. Specifically, it does vertical and horizontal
frame alignment, line adjustment, and view synchronization. It seems like most
of the time, the frames, the line, and the frame's views will be ``in the right
place'' and will require no adjustment, so much of this work might end up being
redundant. Needs some analysis.
Reporter | ||
Updated•23 years ago
|
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.7
Reporter | ||
Comment 1•23 years ago
|
||
I'm futuring this bug because I'm not going to get to it before mozilla-1.0.
Target Milestone: mozilla0.9.7 → Future
![]() |
||
Comment 2•22 years ago
|
||
.
Assignee: waterson → block-and-inline
Status: ASSIGNED → NEW
Component: Layout → Layout: Block & Inline
Priority: P3 → --
QA Contact: cpetersen0953 → ian
Target Milestone: Future → ---
Updated•16 years ago
|
Assignee: layout.block-and-inline → nobody
QA Contact: ian → layout.block-and-inline
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•