Closed
Bug 169148
Opened 22 years ago
Closed 22 years ago
Remove unnecessary return value in nsICertificateDialogs::cACertExists
Categories
(Core Graveyard :: Security: UI, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 168450
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
nsICertificateDialogs::cACertExists returns a boolean result.
The intention of the dialog is to inform the user that a certificate already
exists in the local storage.
It is unclear what information should be given back.
The current implementation does not give the user a choice, and always returns
the same value in the dialog.
I suggest to change the return type to void.
Assignee | ||
Comment 1•22 years ago
|
||
This will get fixed with the patch in bug 168450
Assignee | ||
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 168450 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•