Closed Bug 604359 Opened 11 years ago Closed 11 years ago

Switch more character encodings to better default fonts

Categories

(Thunderbird :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 3.3a1

People

(Reporter: rain1, Assigned: rain1)

References

Details

Attachments

(1 file, 1 obsolete file)

blocking-thunderbird3.2: --- → ?
OS: Windows 7 → All
Hardware: x86 → All
Depends on: 604406
Attached patch patch (obsolete) — Splinter Review
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)
(In reply to comment #1)
> you'll hit bug 604406

Change that to "you might". The output contains the path to the test.
Comment on attachment 483189 [details] [diff] [review]
patch

sounds good to me!
Attachment #483189 - Flags: ui-review?(clarkbw) → ui-review+
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+
I decided to test every locale instead. :)
Attachment #483189 - Attachment is obsolete: true
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
Attachment #485015 - Flags: approval-thunderbird3.2a1?
Attachment #485015 - Flags: approval-thunderbird3.2a1?
blocking-thunderbird3.2: ? → ---
You need to log in before you can comment on or make changes to this bug.