Closed
Bug 1130817
Opened 10 years ago
Closed 10 years ago
Refactor nsTablePainter a little
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file)
42.58 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
I was bored and started to look into bug 929484. I thought I'd start by cleaning up the code a little, while I was reading through it.
There's a summary about what the patch does in its commit message.
Attachment #8560959 -
Flags: review?(roc)
Comment 1•10 years ago
|
||
Be warned that we are going to stomp on each others' toes here, as I'm also making changes to nsTablePainter in bug 1128769.
Assignee | ||
Comment 2•10 years ago
|
||
Thanks for the heads up. Let's see what gets reviewed first :-)
I'll create the updated second patch on top of the first patch in either case, it's the same work.
Comment on attachment 8560959 [details] [diff] [review]
patch
Review of attachment 8560959 [details] [diff] [review]:
-----------------------------------------------------------------
::: layout/tables/nsTablePainter.h
@@ +123,5 @@
> * pass through and paint underlying layers only
> * See Public versions for function descriptions
> */
> + void PaintRowGroup(nsTableRowGroupFrame* aFrame,
> + TableBackgroundData aRowGroupBGData,
Add a comment explaining why this isn't a reference
@@ +128,5 @@
> + bool aPassThrough);
> +
> + void PaintRow(nsTableRowFrame* aFrame,
> + const TableBackgroundData& aRowGroupBGData,
> + TableBackgroundData aRowBGData,
Ditto
Attachment #8560959 -
Flags: review?(roc) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•