Closed
Bug 1068505
Opened 10 years ago
Closed 10 years ago
React to the removal of non-Encoding Standard Mac encoders
Categories
(MailNews Core :: Internationalization, defect)
MailNews Core
Internationalization
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 37.0
People
(Reporter: hsivonen, Assigned: mkmelin)
References
Details
Attachments
(1 file, 1 obsolete file)
3.56 KB,
patch
|
jcranmer
:
review+
|
Details | Diff | Splinter Review |
Bug 997133 removed encoders for Mac encodings other than MacRoman and MacCyrillic. The decoders for the encodings whose encoders were removed are used by gfx for decoding the names of legacy fonts. The encodings aren't exposed to the Web.
comm-central should either
1) Remove these encodings form charsetalias.properties and the like. (Preferred.)
OR
2) Import the removed encodings into comm-central.
Reporter | ||
Updated•10 years ago
|
Blocks: cc-backlog
Reporter | ||
Comment 1•10 years ago
|
||
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Henri Sivonen (:hsivonen) from comment #0)
> 1) Remove these encodings form charsetalias.properties and the like.
Oops. Keeping the aliases but marking these as notForOutgoing makes more sense.
Assignee | ||
Comment 3•10 years ago
|
||
I see no reason to import the encoders.
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Attachment #8526099 -
Flags: review?(Pidgeot18)
Comment 4•10 years ago
|
||
Comment on attachment 8526099 [details] [diff] [review]
bug1068505_react_removed_x-mac_encodings.patch
Review of attachment 8526099 [details] [diff] [review]:
-----------------------------------------------------------------
So, I had a looksie. We don't use .notForOutgoing anywhere anymore--it used to be use in nsCharsetMenu, but bug 999881 replaced that use with CharsetMenu.jsm instead (since nsCharsetMenu died). As a result, the encoders that we support are hardcoded in that file, and as a few other lists in a few other files.
In short, this patch does nothing useful.
Attachment #8526099 -
Flags: review?(Pidgeot18) → review-
Assignee | ||
Comment 5•10 years ago
|
||
Since the mac decoders are still in place, I think there's not much to do, except to clean up the remaining unused notForOutgoing, notForBrowser and an outdated XXX comment.
Attachment #8526099 -
Attachment is obsolete: true
Attachment #8530506 -
Flags: review?
Assignee | ||
Updated•10 years ago
|
Attachment #8530506 -
Flags: review? → review?(Pidgeot18)
Updated•10 years ago
|
Attachment #8530506 -
Flags: review?(Pidgeot18) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 37.0
Updated•10 years ago
|
No longer blocks: cc-backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•