Closed
Bug 1080621
Opened 11 years ago
Closed 11 years ago
Don't pass nscoord in-params by reference in nsBidiPresUtils methods
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: jfkthame, Assigned: jfkthame)
Details
Attachments
(1 file)
|
5.44 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
I happened to notice a couple of nsBidiPresUtils methods where we're passing input-only nscoord parameters by reference, which is unnecessary and likely to be less efficient than simply passing them by value.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8502531 -
Flags: review?(smontagu)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Updated•11 years ago
|
Attachment #8502531 -
Flags: review?(smontagu) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Target Milestone: --- → mozilla36
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•