Closed
Bug 1078113
Opened 11 years ago
Closed 11 years ago
[Wifi] Returned value of importCert() and listImportedCerts() becomes empty.
Categories
(Firefox OS Graveyard :: Wifi, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.1 S6 (10oct)
People
(Reporter: chucklee, Assigned: chucklee)
References
Details
Attachments
(1 file, 1 obsolete file)
Returned value contains array and access is forbidden in bug 1065185.
We have to create a array copy for return values as patches in bug 1065185 do.
Assignee | ||
Comment 1•11 years ago
|
||
Use |Cu.cloneInfo()| mentioned in error log.
Attachment #8500271 -
Flags: review?(vchang)
Attachment #8500271 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•11 years ago
|
||
Comment on attachment 8500271 [details] [diff] [review]
Use Cu.cloneInfo() to wrap returned values
Mmm, tasty code simplification.
r=me
Attachment #8500271 -
Flags: review?(bzbarsky) → review+
Comment 3•11 years ago
|
||
Comment on attachment 8500271 [details] [diff] [review]
Use Cu.cloneInfo() to wrap returned values
Review of attachment 8500271 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
Attachment #8500271 -
Flags: review?(vchang) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Add reviewers' names in commit log.
Attachment #8500271 -
Attachment is obsolete: true
Assignee | ||
Comment 5•11 years ago
|
||
try looks good: https://tbpl.mozilla.org/?tree=Try&rev=b82383d856e7
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.1 S6 (10oct)
You need to log in
before you can comment on or make changes to this bug.
Description
•