Closed
Bug 675702
Opened 14 years ago
Closed 14 years ago
nsICertVerificationListener should be called on the main thread
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: benjamin, Assigned: benjamin)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
|
5.15 KB,
patch
|
mayhemer
:
review+
briansmith
:
review+
|
Details | Diff | Splinter Review |
viewCertDetails.js currently uses an XPCOM proxy because nsICertVerificationListener::notify is called on the cert verification thread. This is kinda silly: the only caller needs the callback on the main thread, and we should make the API do the right thing. This is also useful for getting rid of XPCOM proxies.
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #549884 -
Flags: review?(honzab.moz)
Comment 2•14 years ago
|
||
Comment on attachment 549884 [details] [diff] [review]
Call nsICertVerificationListener on the main thread, rev. 1
Review of attachment 549884 [details] [diff] [review]:
-----------------------------------------------------------------
r=bsmith
Attachment #549884 -
Flags: review+
Comment 3•14 years ago
|
||
Comment on attachment 549884 [details] [diff] [review]
Call nsICertVerificationListener on the main thread, rev. 1
Review of attachment 549884 [details] [diff] [review]:
-----------------------------------------------------------------
r=honzab
Attachment #549884 -
Flags: review?(honzab.moz) → review+
Comment 4•14 years ago
|
||
OS: Linux → All
Hardware: x86_64 → All
Whiteboard: [inbound]
Target Milestone: --- → mozilla10
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
You need to log in
before you can comment on or make changes to this bug.
Description
•