Closed
Bug 1488115
Opened 6 years ago
Closed 6 years ago
Remove the XPCOM component registration for nsUTF8ConverterService
Categories
(Core :: Internationalization, enhancement)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug)
Details
Attachments
(4 files, 1 obsolete file)
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Comment on attachment 9005933 [details]
Bug 1488115 - Remove the XPCOM component registration for nsUTF8ConverterService; r=hsivonen
Henri Sivonen (:hsivonen) has approved the revision.
Attachment #9005933 -
Flags: review+
Comment 3•6 years ago
|
||
Comment on attachment 9005933 [details]
Bug 1488115 - Remove the XPCOM component registration for nsUTF8ConverterService; r=hsivonen
Henri Sivonen (:hsivonen) has requested changes to the revision.
Attachment #9005933 -
Flags: review+
Updated•6 years ago
|
Attachment #9005933 -
Attachment is obsolete: true
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Depends on D4872
Assignee | ||
Comment 6•6 years ago
|
||
Depends on D4873
Assignee | ||
Comment 7•6 years ago
|
||
Depends on D4874
Comment 8•6 years ago
|
||
Comment on attachment 9006024 [details]
Bug 1488115 - Part 1: Remove nsIUTF8ConverterService::ConvertURISpecToUTF8() since it is unused; r=hsivonen
Henri Sivonen (:hsivonen) has approved the revision.
Attachment #9006024 -
Flags: review+
Comment 9•6 years ago
|
||
Comment on attachment 9006025 [details]
Bug 1488115 - Part 2: Replace the usage of nsUTF8ConverterService in nsCookie.cpp with the mozilla/Encoding.h API; r=hsivonen
Henri Sivonen (:hsivonen) has approved the revision.
Attachment #9006025 -
Flags: review+
Comment 10•6 years ago
|
||
Comment on attachment 9006026 [details]
Bug 1488115 - Part 3: Move nsIUTF8ConverterService::ConvertStringToUTF8() to nsMIMEHeaderParamImpl.cpp since that is the only consumer site; r=hsivonen
Henri Sivonen (:hsivonen) has approved the revision.
Attachment #9006026 -
Flags: review+
Comment 11•6 years ago
|
||
Comment on attachment 9006027 [details]
Bug 1488115 - Part 4: Remove nsUTF8ConverterService; r=hsivonen
Henri Sivonen (:hsivonen) has approved the revision.
Attachment #9006027 -
Flags: review+
Comment 12•6 years ago
|
||
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a77fe76c4565
Part 1: Remove nsIUTF8ConverterService::ConvertURISpecToUTF8() since it is unused; r=hsivonen
https://hg.mozilla.org/integration/mozilla-inbound/rev/776d6c8974ef
Part 2: Replace the usage of nsUTF8ConverterService in nsCookie.cpp with the mozilla/Encoding.h API; r=hsivonen
https://hg.mozilla.org/integration/mozilla-inbound/rev/7b3729ae7c46
Part 3: Move nsIUTF8ConverterService::ConvertStringToUTF8() to nsMIMEHeaderParamImpl.cpp since that is the only consumer site; r=hsivonen
https://hg.mozilla.org/integration/mozilla-inbound/rev/c334f246f6ee
Part 4: Remove nsUTF8ConverterService; r=hsivonen
Comment 13•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a77fe76c4565
https://hg.mozilla.org/mozilla-central/rev/776d6c8974ef
https://hg.mozilla.org/mozilla-central/rev/7b3729ae7c46
https://hg.mozilla.org/mozilla-central/rev/c334f246f6ee
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•