Closed
Bug 7107
Opened 26 years ago
Closed 26 years ago
Patch for StringBundleTest.cpp
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: andreas.otte, Assigned: erik)
Details
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
After XPCOM 2.0 landing this patch gets StringBundleTest working again (removing
no longer necessary registrations):
Index: StringBundleTest.cpp
===================================================================
RCS file: /cvsroot/mozilla/intl/strres/tests/StringBundleTest.cpp,v
retrieving revision 1.6
diff -r1.6 StringBundleTest.cpp
27a28
> #ifdef XP_PC
29c30,36
< #define XPCOM_DLL "xpcom32.dll"
---
> #else
> #ifdef XP_MAC
> #include "nsMacRepository.h"
> #else
> #define NETLIB_DLL "libnetlib.so"
> #endif
> #endif
42a50,55
> ret = nsComponentManager::AutoRegister(nsIComponentManager::NS_Startup,
> "components");
> if (NS_FAILED(ret)) return ret;
>
> nsComponentManager::RegisterComponent(kNetServiceCID, NULL, NULL, NETLIB_DLL
, PR_FALSE, PR_FALSE);
>
51,52d63
< nsComponentManager::RegisterComponent(kEventQueueServiceCID, NULL, NULL, XPC
OM_DLL,
< PR_FALSE, PR_FALSE);
66d76
< nsComponentManager::RegisterComponent(kNetServiceCID, NULL, NULL, NETLIB_DLL
, PR_FALSE, PR_FALSE);
Reporter | ||
Comment 1•26 years ago
|
||
Reporter | ||
Comment 2•26 years ago
|
||
Assignee | ||
Updated•26 years ago
|
Assignee: ftang → erik
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
QA Contact: teruko → erik
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•