Closed
Bug 766683
Opened 13 years ago
Closed 13 years ago
Export nsNSSShutdown.h from PSM so that other modules can use it
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: briansmith, Assigned: briansmith)
References
Details
Attachments
(1 file)
863 bytes,
patch
|
KaiE
:
review+
|
Details | Diff | Splinter Review |
The new Identity service (for Browser ID / Mozilla Persona) and the Sync J-PAKE component (nsSyncJPAKE) need to use nsNSSShutdownObject to handle shutdown properly. This patch just exports the nsNSSShutdown.h header from PSM so that other modules can use it. Luckily, nsNSSShutdown.h doesn't have any dependencies on other PSM or NSS stuff.
We are hoping to land the Identity stuff very soon (within a week, I believe).
Attachment #635022 -
Flags: review?(kaie)
Comment 1•13 years ago
|
||
In the past, there was the rule that direct link dependencies between XPCOM modules, circumventing IDL, wasn't allowed.
I just asked on IRC and got an answer that nowadays it is allowed. Based on that:
r=kaie
Updated•13 years ago
|
Attachment #635022 -
Flags: review?(kaie) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•