Closed Bug 69869 Opened 24 years ago Closed 24 years ago

Optimize initial reflow case for selects

Categories

(Core :: Layout: Form Controls, defect)

x86
Windows NT
defect
Not set
major

Tracking

()

VERIFIED FIXED
mozilla0.9

People

(Reporter: rods, Assigned: rods)

Details

Attachments

(1 file)

No description provided.
accepting
Status: NEW → ASSIGNED
Summary: Optimaize initial reflow case for selects → Optimize initial reflow case for selects
Target Milestone: --- → mozilla0.9
Attached patch patchSplinter Review
Group: netscapeconfidential?
Patch looks good, but what is with: + //lcf->SetPassId(1); and + //lcf->SetPassId(2); ??? I know I am new to layout, but can you document what the passes signify, and why you are limiting work to certain passes (or at least tell me if it is otherwise common knowledge)? Also, what is the purpose of these assertions, and why the constant '100000'? + if (NS_FAILED(res)) { + NS_ASSERTION(aDesiredSize.width < 100000, "Width is still NS_UNCONSTRAINEDSIZE"); + NS_ASSERTION(aDesiredSize.height < 100000, "Height is still NS_UNCONSTRAINEDSIZE"); pending responses to above queries, sr=attinasi
Group: netscapeconfidential?
Component: HTML Form Controls → Installer
Bugzilla strangeness...
Component: Installer → HTML Form Controls
What do you mean bugzilla strangeness?
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
QA contact changed to vladimire@netscape.com
QA Contact: bsharma → vladimire
verifying per developer's coments
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: