Closed
Bug 526528
Opened 16 years ago
Closed 16 years ago
getAllLogins, getAllDisabledHosts and getAllEncryptedLogins count out params should be optional
Categories
(Toolkit :: Password Manager, defect)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: dao, Assigned: dao)
Details
Attachments
(1 file)
|
27.12 KB,
patch
|
Dolske
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #410273 -
Flags: review?(dolske)
Comment 1•16 years ago
|
||
Comment on attachment 410273 [details] [diff] [review]
patch
r=me on the pwmgr related bits.
There's also findLogins() and searchLogins() that return arrays, does the [optional] annotation work there too? If so, should do those too.
Attachment #410273 -
Flags: review?(dolske) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
It won't work for findLogins and searchLogins without making count the last param, i.e. changing the API.
| Assignee | ||
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
You need to log in
before you can comment on or make changes to this bug.
Description
•