Closed
Bug 920073
Opened 12 years ago
Closed 12 years ago
Use nsString.h less
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: neil, Assigned: neil)
References
Details
(Keywords: regression)
Attachments
(1 file)
3.96 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
From bug 918923: We should use it instead of nsStringGlue.h in places which only use the internal APIs.
However a number of public headers which would normally be available to users of the external API were included in the list, to wit:
imgRequest.h
nsICharsetConverterManger.idl
nsIDateTimeFormat.h
nsIPlatformCharset.h
nsIScriptContext.h
nsIWidget.h
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Comment on attachment 809445 [details] [diff] [review]
Proposed patch
Sorry if this broke your builds. :/
Attachment #809445 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Comment 5•12 years ago
|
||
nsIParserService.h is another file that bug 918923 changed, and is now causing me grief in external builds :(
You need to log in
before you can comment on or make changes to this bug.
Description
•