Open
Bug 100587
Opened 24 years ago
Updated 3 years ago
add debug-only code to verify view tree
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
NEW
People
(Reporter: waterson, Unassigned)
Details
The view tree's consistency (proper containment of child views by a parent,
synchronization of a view's widget) is maintained by the frame system. The frame
system allows occasional inconsistencies during reflow for performance reasons,
but we ought to have a mechanism for verifying that the view hierarchy is
consistent once reflow has completed.
| Reporter | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla0.9.6
| Reporter | ||
Updated•24 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 → roc+moz
Status: ASSIGNED → NEW
Component: Layout → Layout: View Rendering
Priority: P2 → --
QA Contact: cpetersen0953 → ian
Target Milestone: Future → ---
Updated•16 years ago
|
QA Contact: ian → layout.view-rendering
Assignee: roc → nobody
| Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•