Closed
Bug 797385
Opened 12 years ago
Closed 12 years ago
Blacklist ibm864 converter
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: emk, Assigned: emk)
References
(Blocks 1 open bug)
Details
Attachments
(4 files, 1 obsolete file)
6.81 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
16.40 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
30.75 KB,
patch
|
emk
:
review+
|
Details | Diff | Splinter Review |
969 bytes,
patch
|
smontagu
:
review+
emk
:
feedback+
|
Details | Diff | Splinter Review |
Our current mapping is based on the Unicode.org table + euro sign. It is bad especially because it has incompatible with ASCII (0x25 to U+0664).
Assignee | ||
Comment 1•12 years ago
|
||
If w3c bugzilla 19250 has been fixed, we'll stop exposing ibm864 to the Web. If it is wontfixed, we'll update the mapping.
Assignee | ||
Comment 2•12 years ago
|
||
ibm864 has been removed from the spec.
Summary: Blacklist or fix ibm864 converter → Blacklist ibm864 converter
Assignee | ||
Comment 3•12 years ago
|
||
I renamed the flag because a flagged value is not always vulnerable to XSS anymore.
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #668765 -
Flags: review?(smontagu)
Assignee | ||
Comment 5•12 years ago
|
||
Ibm864i is our internal name solely for representing "logical" ibm864. It has no useful purpose anymore.
Attachment #668766 -
Flags: review?(smontagu)
Comment 6•12 years ago
|
||
What are we using the decoder for? Why flag it instead of completely removing it?
Comment 7•12 years ago
|
||
(In reply to Henri Sivonen (:hsivonen) from comment #6)
> What are we using the decoder for? Why flag it instead of completely
> removing it?
Nevermind. Part 1 confused me.
Updated•12 years ago
|
Attachment #668764 -
Flags: review?(smontagu) → review+
Updated•12 years ago
|
Attachment #668765 -
Flags: review?(smontagu) → review+
Comment 8•12 years ago
|
||
Comment on attachment 668766 [details] [diff] [review]
Part 3: Remove ibm864i converter
Review of attachment 668766 [details] [diff] [review]:
-----------------------------------------------------------------
Please remove intl/uconv/ucvibm/864i.uf intl/uconv/ucvibm/864i.uf and 864i.ut also.
Attachment #668766 -
Flags: review?(smontagu) → review+
Assignee | ||
Comment 9•12 years ago
|
||
patch for checkin
Attachment #668766 -
Attachment is obsolete: true
Attachment #669614 -
Flags: review+
Assignee | ||
Comment 10•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=32642aa48750
Linux opt Moth failure seems to be unrelated to this patch.
Keywords: checkin-needed
Assignee | ||
Comment 11•12 years ago
|
||
(In reply to Masatoshi Kimura [:emk] from comment #10)
> https://tbpl.mozilla.org/?tree=Try&rev=32642aa48750
> Linux opt Moth failure seems to be unrelated to this patch.
It looks like bug 798849.
Comment 12•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/3bafdb575a2e
https://hg.mozilla.org/integration/mozilla-inbound/rev/01cf77723b86
https://hg.mozilla.org/integration/mozilla-inbound/rev/8d0ae7bc88ae
Flags: in-testsuite+
Keywords: checkin-needed
Comment 13•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3bafdb575a2e
https://hg.mozilla.org/mozilla-central/rev/01cf77723b86
https://hg.mozilla.org/mozilla-central/rev/8d0ae7bc88ae
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Comment 14•12 years ago
|
||
Editor uses NC:EncodersRoot which discovered an IBM864 encoder. As it wasn't marked as not for outgoing it tried to find a title for it. However bug 777292 accidentally made a missing charset title fatal, so the encoders list is empty.
I assume that we shouldn't be suggesting the IBM864 encoder in the first place.
Attachment #671782 -
Flags: review?
Attachment #671782 -
Flags: feedback?(VYV03354)
Updated•12 years ago
|
Attachment #671782 -
Flags: review? → review?(smontagu)
Assignee | ||
Updated•12 years ago
|
Attachment #671782 -
Flags: feedback?(VYV03354) → feedback+
Updated•12 years ago
|
Attachment #671782 -
Flags: review?(smontagu) → review+
Comment 15•12 years ago
|
||
Comment on attachment 671782 [details] [diff] [review]
Fix Composer Save As Charset
Pushed mozilla-central changeset 8f702f78a929.
You need to log in
before you can comment on or make changes to this bug.
Description
•