Closed
Bug 247962
Opened 21 years ago
Closed 20 years ago
Remove DLL_INitterm code from NSPR
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mkaply, Assigned: wtc)
Details
Attachments
(1 file)
4.40 KB,
patch
|
jhpedemonte
:
review+
|
Details | Diff | Splinter Review |
Currently we mark ourselves as a PM app in the DLL_Initterm for NSPR.
This is wrong.
The app that is using NSPR might not be PM.
We should be marking ourselves as PM in Mozilla code.
This patch contains the NSPR change and the Mozilla change. I will be checking
the Mozilla change in immediately because it doesn't depend on the NSPR change.
Reporter | ||
Comment 1•21 years ago
|
||
Unfortunately I have to do this in three places.
Reporter | ||
Comment 2•21 years ago
|
||
wtc, what is your opinion on this?
Reporter | ||
Updated•21 years ago
|
Attachment #151368 -
Flags: review?(jhpedemonte)
Comment 3•21 years ago
|
||
Comment on attachment 151368 [details] [diff] [review]
Move Setting app to PM to Mozilla
Looks good, but you'll also need to do this in mozilla/toolkit for ffox and
tbird (calender/nvu?).
Attachment #151368 -
Flags: review?(jhpedemonte) → review+
Comment 4•21 years ago
|
||
FYI, command-line apps using NSPR, such as the NSS tools, already work without
this patch.
Reporter | ||
Comment 5•21 years ago
|
||
wtc: could I get checkin authority to NSPR trunk? I would love to be able to fix
these types of Os/2 problems myself.
Thanks
Assignee | ||
Comment 6•21 years ago
|
||
Comment on attachment 151368 [details] [diff] [review]
Move Setting app to PM to Mozilla
I verified that this patch only modifies OS/2 specific
code. It was proposed by an OS/2 programmer and reviewed
by an OS/2 programmer. r=wtc.
Darin, could you check in at least the NSPR portion
of this patch? Please check in the NSPR changes on
both the NSPR trunk and NSPRPUB_PRE_4_2_CLIENT_BRANCH.
Thanks.
Reporter | ||
Comment 7•20 years ago
|
||
I checked this in on the client branch. Darin is going to put it on NSPR trunk.
Comment 8•20 years ago
|
||
I'll check this in on the trunk just as soon as my pull of the NSPR trunk
completes. Sorry for the delay.
Comment 9•20 years ago
|
||
fixed on NSPR trunk
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•