Closed
Bug 845437
Opened 12 years ago
Closed 12 years ago
Get rid of the aImmediateRedraw argument from nsSliderFrame methods
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
|
9.22 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
The aImmediateRedraw argument that various nsSliderFrame methods have can die since it isn't actually doing anything.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #718511 -
Flags: review?(dholbert)
| Assignee | ||
Updated•12 years ago
|
Summary: Get rid of the aImmediateRedraw from nsSliderFrame methods → Get rid of the aImmediateRedraw argument from nsSliderFrame methods
Comment 2•12 years ago
|
||
From some hg archeology, it looks like we dropped the last usage of a variable w/ this name in nsSliderFrame was removed here:
https://hg.mozilla.org/mozilla-central/rev/e5651c513f3f#l73.12
Adding dependency on that cset's bug, bug 539356 (DLBI).
Depends on: dlbi
Comment 3•12 years ago
|
||
Comment on attachment 718511 [details] [diff] [review]
patch
Looks good.
(I slightly wonder whether this is a case where we *should* be using this variable somehow, but it looks like it's no longer needed because we switched from explicitly invalidating (with flags about how we want to be invalidated) to letting DLBI manage that for us. And I suppose we can trust that DLBI knows what it's doing.)
Attachment #718511 -
Flags: review?(dholbert) → review+
| Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•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
•