Closed
Bug 710107
Opened 13 years ago
Closed 12 years ago
Support radio type for simple-prefs
Categories
(Add-on SDK Graveyard :: General, enhancement, P3)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: erikvvold, Assigned: evold)
References
Details
Attachments
(1 file)
The simple-prefs module should support a "radio" pref type (stored as a string).
Assignee | ||
Updated•12 years ago
|
Assignee: erikvvold → evold
Assignee | ||
Updated•12 years ago
|
Blocks: sdk/simple-prefs
I have written radio and menulist types support.
https://github.com/mozilla/addon-sdk/pull/597
“value” of items are always strings like “on” and “off” properties for “boolint” type.
Comment 2•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/940f7ae36378c5029287605a25c856bd67c58169
Merge pull request #597 from taku0/menulist_and_radio_simple_prefs
Fix Bug 710107 - Support radio type for simple-prefs r=@erikvold
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•11 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•11 years ago
|
Attachment #789999 -
Flags: review+
You need to log in
before you can comment on or make changes to this bug.
Description
•