Closed
Bug 120395
Opened 23 years ago
Closed 23 years ago
"Your Certificates" tab is blank
Categories
(Core Graveyard :: Security: UI, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
psm2.2
People
(Reporter: erl, Assigned: janv)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.44 KB,
patch
|
bryner
:
review+
waterson
:
superreview+
|
Details | Diff | Splinter Review |
When I select Edit... Preferences... Privacy & Security... Certficates, and
click on "Manage Certificates...", the initial "Your Certificates" pane is blank
(just the blue background, no list).
I do have one personal certificate, from my bank (Skandiabanken.se).
I can see it if I in the mail reader choose Edit... Mail / Newsgroup account
settings... Security..., and click select in the "Digital Signing" box. Or for
that matter if I try to log in to the bank.
I get the following error messages which may be relevant:
###!!! ASSERTION: getElementById(""), fix caller?: '!aId.IsEmpty()', file
nsXULDocument.cpp, line 3575
###!!! Break: at file nsXULDocument.cpp, line 3575
###!!! ASSERTION: getElementById(""), fix caller?: '!aId.IsEmpty()', file
nsXULDocument.cpp, line 3575
###!!! Break: at file nsXULDocument.cpp, line 3575
JavaScript error:
chrome://pippki/content/certManager.js line 73:
document.getElementById("user-outliner") has no properties
I'm having another problem which I havn't filed a bug for yet, which is that
even if I select the certificate for signing, I get the following error when
trying to send a signed E-mail:
Sending of message failed. You requested to sign this message, but the
application failed to find an encryption cert to include in the signed message
or the certificate has expired.
I don't know if the two problems are related. My certificate has not expired.
I'm using a CVS version from yesterday.
Comment 1•23 years ago
|
||
We haven't changed the XUL or the javascript for this dialog. If the XUL API
we're using have changed then we haven't been notified.
cc hyatt. Can you shed light on this?
Priority: -- → P1
Target Milestone: --- → 2.2
Comment 2•23 years ago
|
||
Jan, can you tell what' up here. The relevant xul/js is at
http://lxr.mozilla.org/mozilla/source/security/manager/pki/resources/content/
and it's failing apparently on this type of thing:
52 caOutlinerView = Components.classes[nsCertOutliner]
53 .createInstance(nsICertOutliner);
54 caOutlinerView.loadCerts(nsIX509Cert.CA_CERT);
55 document.getElementById('ca-outliner')
56 .outlinerBoxObject.view = caOutlinerView;
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 4•23 years ago
|
||
silly regression
Assignee | ||
Updated•23 years ago
|
Updated•23 years ago
|
Blocks: 115520
Keywords: mozilla0.9.8
Comment 5•23 years ago
|
||
Comment on attachment 65407 [details] [diff] [review]
patch
r=bryner
Attachment #65407 -
Flags: review+
Comment 6•23 years ago
|
||
*** Bug 120610 has been marked as a duplicate of this bug. ***
Comment 7•23 years ago
|
||
Comment on attachment 65407 [details] [diff] [review]
patch
sr=waterson, so long as you're sure you meant to remove `seltype="multiple"'
Attachment #65407 -
Flags: superreview+
Comment 8•23 years ago
|
||
a=blizzard on behalf of drivers for 0.9.8
Keywords: mozilla0.9.8 → mozilla0.9.8+
Assignee | ||
Comment 9•23 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•