Closed
Bug 1140767
Opened 10 years ago
Closed 10 years ago
Build more files in security/manager in unified mode
Categories
(Core :: Security, defect)
Core
Security
Tracking
()
RESOLVED
FIXED
mozilla39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
|
2.07 KB,
patch
|
keeler
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8574346 -
Flags: review?(brian)
Comment 2•10 years ago
|
||
Comment on attachment 8574346 [details] [diff] [review]
Build more files in security/manager in unified mode
I don't know why these files were built in non-unified mode in the first place. Maybe David knows.
Attachment #8574346 -
Flags: review?(brian) → review?(dkeeler)
Comment 3•10 years ago
|
||
Comment on attachment 8574346 [details] [diff] [review]
Build more files in security/manager in unified mode
Review of attachment 8574346 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM.
::: security/manager/ssl/src/moz.build
@@ -67,5 @@
> ]
>
> # nsNSSCertificateDB.cpp needs to include nscert.h before everything else.
> -# The rest cannot be built in unified mode because they want to force NSPR
> -# logging.
Hmmm - looks like this got fixed somewhere along the line (iirc, some files were #defining PR_LOGGING or something that would unconditionally turn on NSPR logging in a way that conflicted with other files - I think PR_LOGGING is defined by default across the tree now, anyway).
Attachment #8574346 -
Flags: review?(dkeeler) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Yes indeed. This became a non-issue a while ago.
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•