Closed
Bug 745854
Opened 14 years ago
Closed 14 years ago
Need to document the simple-prefs types that are available.
Categories
(Add-on SDK Graveyard :: Documentation, defect, P1)
Add-on SDK Graveyard
Documentation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: erikvvold, Assigned: erikvvold)
Details
Attachments
(1 file, 1 obsolete file)
|
9.21 KB,
patch
|
erikvvold
:
review+
|
Details | Diff | Splinter Review |
It's not clear which simple-prefs types are available to users, so they should be listed in the documentation.
Attachment #615807 -
Flags: review?(wbamberg)
Updated•14 years ago
|
Priority: -- → P1
Comment 2•14 years ago
|
||
Comment on attachment 615807 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/405
As it stands this is fine, although I think the headings should be capitalized: "Type", "Displayed As", "Stored As".
But it's quite terse, and not terribly helpful without https://developer.mozilla.org/en/Extensions/Inline_Options (which isn't itself linked from this page). Maybe there could be 2 extra columns:
- description: explaining briefly what each of these settings mean and what they're for
- an example JSON specification for each setting
Attachment #615807 -
Flags: review?(wbamberg) → review+
Updated•14 years ago
|
Attachment #615807 -
Flags: review+
Comment 3•14 years ago
|
||
I've expanded the stuff on types to include examples, and added a section on the different attributes of a setting specification. Please take a look, and if you're happy I'll land it.
Attachment #615807 -
Attachment is obsolete: true
Attachment #624930 -
Flags: review?(erikvvold)
(In reply to Will Bamberg [:wbamberg] from comment #3)
> Created attachment 624930 [details] [diff] [review]
> expanded simple-prefs docs
>
> I've expanded the stuff on types to include examples, and added a section on
> the different attributes of a setting specification. Please take a look, and
> if you're happy I'll land it.
Very happy! I pulled your changes in to my branch, but I excluded some changes that seemed unrelated to this bug. So you should see your commits in https://github.com/mozilla/addon-sdk/pull/405
Comment 5•14 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/65bb376c8a9ef8e24d50790f8ab1a373e6cd8dea
Bug 745854 mentioning the simple-prefs types that have been implemented
https://github.com/mozilla/addon-sdk/commit/0bec6bb046d5946053c8c05cd321ebd906e0fc1e
Merge pull request #405 from erikvold/bug-745854
Bug 745854 mentioning the simple-prefs types that have been implemented
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
Commit pushed to stabilization at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/4191dc0691c700aaea34dbeb15b9f306d245858b
Merge pull request #405 from erikvold/bug-745854
Bug 745854 mentioning the simple-prefs types that have been implemented(cherry picked from commit 0bec6bb046d5946053c8c05cd321ebd906e0fc1e)
Attachment #624930 -
Flags: review?(erikvvold) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•