Closed
Bug 783453
Opened 13 years ago
Closed 12 years ago
test that wildcard characters work for setting/getting prefs
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: evold, Assigned: evold)
References
Details
Attachments
(1 file)
test that something like `prefs['*'] = true;` and `let x = prefs['*'];` work
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → evold
Assignee | ||
Comment 1•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•12 years ago
|
Attachment #654001 -
Flags: review?(zer0)
Priority: -- → P1
Comment 2•12 years ago
|
||
Comment on attachment 654001 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/531
Looks good.
Attachment #654001 -
Flags: review?(zer0) → review+
Comment 3•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/dd18fef598347cee4ccd7926ebbd3f9d4b289201
Merge pull request #531 from erikvold/783453
Fix bug 783453 testing that special characters work as preference names r=@ochameau
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
Commit pushed to stabilization at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/dd18fef598347cee4ccd7926ebbd3f9d4b289201
Merge pull request #531 from erikvold/783453
You need to log in
before you can comment on or make changes to this bug.
Description
•