Closed
Bug 836326
Opened 12 years ago
Closed 12 years ago
Add pref for enabling/disabling <input type=range>
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
752 bytes,
patch
|
mounir
:
review+
|
Details | Diff | Splinter Review |
Here's a patch to add a pref that we will use to enable/disable <input type=range> during its development. We need this for flipping it on so that we have mochitest coverage of the DOM parts.
![]() |
Assignee | |
Comment 1•12 years ago
|
||
Attachment #708150 -
Flags: review?(mounir)
Comment 2•12 years ago
|
||
Comment on attachment 708150 [details] [diff] [review]
patch
Review of attachment 708150 [details] [diff] [review]:
-----------------------------------------------------------------
It's a bit weird to have that separated from the patch implementing <input type='range'> but I guess why not ;)
Attachment #708150 -
Flags: review?(mounir) → review+
![]() |
Assignee | |
Comment 3•12 years ago
|
||
It's separate from the code because test_input_sanitization.html depends on it - or at least it used to before you overhauled that test in bug 829101. Anyways, might as well land it now.
![]() |
Assignee | |
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•