Closed
Bug 604359
Opened 11 years ago
Closed 11 years ago
Switch more character encodings to better default fonts
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.3a1
People
(Reporter: rain1, Assigned: rain1)
References
Details
Attachments
(1 file, 1 obsolete file)
|
14.07 KB,
patch
|
Details | Diff | Splinter Review |
This is a followup to bug 465633. See <http://groups.google.com/group/mozilla.dev.l10n/browse_thread/thread/4d786169e6bb3aa1> and <https://mail.mozilla.org/pipermail/tb-planning/2010-October/000530.html>.
| Assignee | ||
Updated•11 years ago
|
blocking-thunderbird3.2: --- → ?
| Assignee | ||
Updated•11 years ago
|
OS: Windows 7 → All
Hardware: x86 → All
| Assignee | ||
Comment 1•11 years ago
|
||
Baltic and Greek seem ok going by the m.d.l10n thread, and I've optimistically switched the others too. (Note that if you run the test in isolation on Windows you'll hit bug 604406 and will need the patch there.)
Assignee: nobody → sid.bugzilla
Status: NEW → ASSIGNED
Attachment #483189 -
Flags: ui-review?(clarkbw)
Attachment #483189 -
Flags: review?(bwinton)
| Assignee | ||
Comment 2•11 years ago
|
||
(In reply to comment #1) > you'll hit bug 604406 Change that to "you might". The output contains the path to the test.
Comment 3•11 years ago
|
||
Comment on attachment 483189 [details] [diff] [review] patch sounds good to me!
Attachment #483189 -
Flags: ui-review?(clarkbw) → ui-review+
Comment 4•11 years ago
|
||
Comment on attachment 483189 [details] [diff] [review] patch >+++ b/mail/base/test/unit/test_windows_font_migration.js >@@ -247,79 +263,132 @@ function test_not_migrating_monospace(aV > /** > * Test migrating from the default fonts but from font sizes that aren't so. > */ > function test_migrating_non_default_font_sizes(aVerifier) { > gPrefBranch.setIntPref("font.size.variable.x-unicode", 20); > gPrefBranch.setIntPref("font.size.fixed.x-western", 30); >+ gPrefBranch.setIntPref("font.size.variable.x-central-euro", 40); > > MailMigrator.migrateToClearTypeFonts(); > > aVerifier("x-unicode", {variableSizeNonMigrated: 20}); > aVerifier("x-western", {fixedSizeNonMigrated: 30}); >+ aVerifier("x-central-euro", {variableSizeNonMigrated: 40}); >+ aVerifier("x-cyrillic", null); >+ aVerifier("x-baltic", null); >+ aVerifier("el", null); >+ aVerifier("tr", null); The only thing I might do here is to choose one of the ones further down to not migrate, in case we set a flag when we start migrating things that we forget to clear. (I doubt we do, but choosing "el" seems more random to me than choosing "x-central-euro".) Other than that, r=me. Later, Blake.
Attachment #483189 -
Flags: review?(bwinton) → review+
| Assignee | ||
Comment 5•11 years ago
|
||
I decided to test every locale instead. :)
Attachment #483189 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•11 years ago
|
||
http://hg.mozilla.org/comm-central/rev/4ced037493a5 http://hg.mozilla.org/comm-central/rev/66715bcebc09
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.3a1
| Assignee | ||
Updated•11 years ago
|
Attachment #485015 -
Flags: approval-thunderbird3.2a1?
| Assignee | ||
Comment 7•10 years ago
|
||
Pushed a followup: https://hg.mozilla.org/comm-central/rev/61ed148c85cd
Updated•10 years ago
|
Attachment #485015 -
Flags: approval-thunderbird3.2a1?
Updated•10 years ago
|
blocking-thunderbird3.2: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•