Closed
Bug 335953
Opened 19 years ago
Closed 19 years ago
Make code outside intl use NS_CHARSETALIAS_CONTRACTID instead of NS_CHARSETALIAS_CID
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
Attachments
(1 obsolete file)
CIDs are not supposed to be used outside a module, and a number of consumers abuse this CID by using it instead of the available contract.
Assignee: smontagu → timeless
Status: NEW → ASSIGNED
Attachment #220258 -
Flags: superreview?(bzbarsky)
Attachment #220258 -
Flags: review?(bzbarsky)
Updated•19 years ago
|
Attachment #220258 -
Flags: superreview?(bzbarsky)
Attachment #220258 -
Flags: superreview+
Attachment #220258 -
Flags: review?(bzbarsky)
Attachment #220258 -
Flags: review+
Comment on attachment 220258 [details] [diff] [review]
replace NS_CHARSETALIAS_CID with NS_CHARSETALIAS_CONTRACTID
mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp 1.339
mozilla/content/xml/document/src/nsXMLDocument.cpp 1.242
mozilla/content/html/document/src/nsHTMLDocument.cpp 3.678
mozilla/content/html/content/src/nsFormSubmission.cpp 1.50
mozilla/content/base/src/nsXMLHttpRequest.cpp 1.151
mozilla/content/base/src/nsDocument.cpp 3.642
mozilla/browser/components/bookmarks/src/nsBookmarksService.cpp 1.75
mozilla/parser/htmlparser/src/nsScanner.cpp 3.147
Attachment #220258 -
Attachment is obsolete: true
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•