Closed Bug 161716 Opened 24 years ago Closed 24 years ago

stop exporting nsStr

Categories

(Core :: XPCOM, defect, P3)

x86
Windows 2000
defect

Tracking

()

RESOLVED FIXED
mozilla1.2alpha

People

(Reporter: alecf, Assigned: alecf)

Details

Attachments

(1 file)

we're exporting nsStr which means that occasional libraries are picking up random routines from it, and there is really no need - for instance, Layout is importing nsStr::GetCharSize() because it is calling the global GetCharAt(), which should also not be exported. patch forthcoming.
this stops exporting nsStr, and fixes the one caller who was importing it inadvertently.
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla1.2alpha
Comment on attachment 94480 [details] [diff] [review] stop exporting nsStr looks great. r=dougt
Attachment #94480 - Flags: review+
Comment on attachment 94480 [details] [diff] [review] stop exporting nsStr sr=jag
Attachment #94480 - Flags: superreview+
fix went in recently.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: String → XPCOM
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: