Closed
Bug 3133
Opened 26 years ago
Closed 26 years ago
Window title bar displays "- Failed"
Categories
(Core Graveyard :: Viewer App, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pierre, Assigned: ftang)
Details
On the Mac, the window title bars in Viewer show the suffix "- Failed".
This is related to the code you have checked in nsBrowserWindow.cpp on Tuesday.
The Service Manager cannot create an instance of the StringBundleService because
of NS_ERROR_FACTORY_NOT_REGISTERED.
You either have to auto-register the StringBundle factory (good) or to
explicitely register it in the various copies of nsSetupRegistry.cpp (not so
good).
Updated•26 years ago
|
Assignee: erik → ftang
Comment 1•26 years ago
|
||
Frank, could you update your Mac tree, and look into this please?
(I don't have a Mac.)
Reporter | ||
Updated•26 years ago
|
Assignee: ftang → erik
Reporter | ||
Comment 2•26 years ago
|
||
Erik, no need to have a Mac: just tell me where and how you register the
factory.
Comment 3•26 years ago
|
||
It is both automatically (NSRegisterSelf) and manually (nsSetupRegistry.cpp)
registered. Should one of them (the manual one) be deleted? If so, why is this
behavior different between the Mac and (Windows, Unix)?
Reporter | ||
Comment 4•26 years ago
|
||
Suddenly, I have a doubt... Did you build a shared lib and add it to
the Mac build system? You did not check it in just for Windows and Unix, did
you?
Comment 5•26 years ago
|
||
Frank built the Mac project file for me. He just discovered a bug in it. He
said he will check it in when the tree opens (or maybe on Monday, so as not to
break the tree over the weekend).
Reporter | ||
Updated•26 years ago
|
Assignee: erik → ftang
Reporter | ||
Comment 6•26 years ago
|
||
I get it. Franck, if you need some help...
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•26 years ago
|
||
I change the project file and make sure the export symbol setting is correct. It
should be fixed now.
Updated•26 years ago
|
QA Contact: 4130
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
marking VERIFIED...for Mar28 Mac Viewer although the date and application isn't relevant at this point.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•