Closed
Bug 636307
Opened 14 years ago
Closed 14 years ago
fix misnamed parameters in nsXULScrollFrame
Categories
(Core :: Layout, defect, P4)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: dbaron, Unassigned)
Details
Attachments
(1 file)
5.79 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
During investigation of bug 508816 I noticed a bunch of parameters in nsXULScrollFrame were misnamed -- i.e., named the opposite of what they meant. Here's a patch to make the naming correct, and also a little more internally consistent at the same time.
Attachment #514649 -
Flags: review?(ehsan)
Reporter | ||
Comment 1•14 years ago
|
||
oh, and in some cases it was correct in the .h and wrong in the .cpp
Comment 2•14 years ago
|
||
Comment on attachment 514649 [details] [diff] [review] patch r=me
Attachment #514649 -
Flags: review?(ehsan) → review+
Reporter | ||
Comment 3•14 years ago
|
||
https://hg.mozilla.org/projects/birch/rev/07aaf30a60f9
Whiteboard: fixed-in-birch
Reporter | ||
Comment 4•14 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/07aaf30a60f9
Status: NEW → RESOLVED
Closed: 14 years ago
OS: Linux → All
Priority: -- → P4
Hardware: x86_64 → All
Resolution: --- → FIXED
Whiteboard: fixed-in-birch
Target Milestone: --- → mozilla2.2
You need to log in
before you can comment on or make changes to this bug.
Description
•