Closed
Bug 177173
Opened 23 years ago
Closed 23 years ago
export more string fanout.
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.2final
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file, 1 obsolete file)
|
1.68 KB,
patch
|
jag+mozilla
:
review+
jag+mozilla
:
superreview+
roc
:
approval+
|
Details | Diff | Splinter Review |
| Assignee | ||
Updated•23 years ago
|
Summary: expore more string fanout. → export more string fanout.
| Assignee | ||
Updated•23 years ago
|
Severity: normal → blocker
Target Milestone: --- → mozilla1.2final
| Assignee | ||
Comment 1•23 years ago
|
||
this is all of the fanout needed to use nsEmbedString from the SDK without
having to include dist/include/
Comment 2•23 years ago
|
||
Comment on attachment 104406 [details] [diff] [review]
export -> sdk export
sr=alecf
yikes, thats a lot of headers. Oh well.
Comment 3•23 years ago
|
||
Comment on attachment 104406 [details] [diff] [review]
export -> sdk export
dist/include/string I suspect you meant.
You could get rid of the nsDependentConcatenation include with a minor tweak to
http://lxr.mozilla.org/seamonkey/source/string/public/nsAString.h#813
I'd rather not put that in the SDK until I've found a way to fix the bug (I
seem to recall being able to do it without an API change, at a cost, which
might (or might not) negate the win from doing a dependent concatenation.)
Attachment #104406 -
Flags: superreview+
Comment 4•23 years ago
|
||
Oh, and I just marked alecf's sr, that wasn't me sr'ing and forgetting to say so
in the comment ;-)
| Assignee | ||
Comment 5•23 years ago
|
||
Attachment #104406 -
Attachment is obsolete: true
Comment 6•23 years ago
|
||
Comment on attachment 104425 [details] [diff] [review]
with jag's suggestion
r=jag, carrying over sr=alecf
Attachment #104425 -
Flags: superreview+
Attachment #104425 -
Flags: review+
Comment on attachment 104425 [details] [diff] [review]
with jag's suggestion
a=roc+moz for trunk
Attachment #104425 -
Flags: approval+
| Assignee | ||
Comment 8•23 years ago
|
||
Checking in Makefile.in;
/cvsroot/mozilla/string/public/Makefile.in,v <-- Makefile.in
new revision: 1.16; previous revision: 1.15
done
Checking in nsAString.h;
/cvsroot/mozilla/string/public/nsAString.h,v <-- nsAString.h
new revision: 1.21; previous revision: 1.20
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•