Closed
Bug 896981
Opened 13 years ago
Closed 3 years ago
see if we can kill nsErrorService
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
RESOLVED
DUPLICATE
of bug 1792354
People
(Reporter: tbsaunde, Unassigned)
References
Details
It should be easy to remove the mErrorStringBundleKeyMap hash table since nothing is ever inserted into it (atleast in gecko).
the string bundle url hash table is pretty much unused but xslt and necko add an entry for their string bundles which seem to be slightly used xslt looks up the string bundle for an error code in one place and so doesuriloader, but we should be ale to replace this little bit of stuff with something much less over engineered.
Comment 1•13 years ago
|
||
Yes please. I believe that all we really need here is nonlocalized strings for developer-facing error dialogs. And to do this, we should just use ErrorList.h to map numeric errors back to "NS_ERROR_X". Robert Bindar needs this for an about:networking page he's doing.
Priority: -- → P3
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•