Closed
Bug 466108
Opened 16 years ago
Closed 16 years ago
remove extra argument from GetWidthInfo in BasicTableLayoutStrategy
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: dbaron, Assigned: dbaron)
Details
Attachments
(1 file)
6.56 KB,
patch
|
dholbert
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
I've had this trivial patch in my tree since January; I wrote it while working on bug 413361 and never attached it anywhere, as far as I can tell.
It removes an extraneous |const nsStylePosition*| argument from GetWidthInfo and just gets that from the frame, which is also an argument (although I think added later, since the frame used to be passed only for cells and not for columns).
Also fixes an incorrect comment (from that change that allowed this cleanup) and a spelling mistake in another comment.
Attachment #349365 -
Flags: superreview?(roc)
Attachment #349365 -
Flags: review?(dholbert)
Comment 1•16 years ago
|
||
Comment on attachment 349365 [details] [diff] [review]
patch
Looks pretty trivial/straightforward to me. r=dholbert
Attachment #349365 -
Flags: review?(dholbert) → review+
Attachment #349365 -
Flags: superreview?(roc) → superreview+
Assignee | ||
Comment 2•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
You need to log in
before you can comment on or make changes to this bug.
Description
•