Closed
Bug 842128
Opened 12 years ago
Closed 12 years ago
Don't call nsLayoutUtils::GetFontMetricsForFrame in nsProgressFrame::ComputeAutoSize
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
(deleted),
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
nsProgressFrame::ComputeAutoSize doesn't need to call nsLayoutUtils::GetFontMetricsForFrame, but rather should just multiply the inflation by StyleFont()->mFont.size.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #714899 -
Flags: review?(dbaron)
Comment 2•12 years ago
|
||
Comment on attachment 714899 [details] [diff] [review]
patch
r=dbaron
Attachment #714899 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Flags: in-testsuite-
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•