Bug 1354004 - Make new Japanese default font settings ride the train r?m_kato, emk draft
authorMasayuki Nakano <masayuki@d-toybox.com>
Mon, 21 Aug 2017 15:08:21 +0900
changeset 649784 ff14f289d6102366a84bc94750124eff71550d49
parent 649780 13903e984038b89b91cbae0dfa8bc4b5472e6471
child 649785 f255b11c89e58c9496e8b6847408d403adb2e0db
push id75155
push usermasayuki@d-toybox.com
push dateMon, 21 Aug 2017 09:54:07 +0000
reviewersm_kato, emk
bugs1354004, 1378065
milestone57.0a1
Bug 1354004 - Make new Japanese default font settings ride the train r?m_kato, emk Although, we still have an issue that is leading of text in <input type="text"> element causes overflow and scrollable (bug 1378065), we have no other compatibility issue reports and the issue is not so important nor easy to fix. So, now, let's make the new Japanese default font settings ride the train. MozReview-Commit-ID: J3SN9FtHoZg
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -3672,25 +3672,19 @@ pref("font.name-list.sans-serif.el", "Ar
 pref("font.name-list.monospace.el", "Courier New");
 pref("font.name-list.cursive.el", "Comic Sans MS");
 
 pref("font.name-list.serif.he", "Narkisim, David");
 pref("font.name-list.sans-serif.he", "Arial");
 pref("font.name-list.monospace.he", "Fixed Miriam Transparent, Miriam Fixed, Rod, Courier New");
 pref("font.name-list.cursive.he", "Guttman Yad, Ktav, Arial");
 
-#ifdef EARLY_BETA_OR_EARLIER
 pref("font.name-list.serif.ja", "Yu Mincho, MS PMincho, MS Mincho, Meiryo, Yu Gothic, MS PGothic, MS Gothic");
 pref("font.name-list.sans-serif.ja", "Meiryo, Yu Gothic, MS PGothic, MS Gothic, Yu Mincho, MS PMincho, MS Mincho");
 pref("font.name-list.monospace.ja", "MS Gothic, MS Mincho, Meiryo, Yu Gothic, Yu Mincho, MS PGothic, MS PMincho");
-#else
-pref("font.name-list.serif.ja", "MS PMincho, MS Mincho, MS PGothic, MS Gothic,Meiryo");
-pref("font.name-list.sans-serif.ja", "MS PGothic, MS Gothic, MS PMincho, MS Mincho,Meiryo");
-pref("font.name-list.monospace.ja", "MS Gothic, MS Mincho, MS PGothic, MS PMincho,Meiryo");
-#endif
 
 pref("font.name-list.serif.ko", "Batang, Gulim");
 pref("font.name-list.sans-serif.ko", "Gulim");
 pref("font.name-list.monospace.ko", "GulimChe");
 pref("font.name-list.cursive.ko", "Gungsuh");
 
 pref("font.name-list.serif.th", "Tahoma");
 pref("font.name-list.sans-serif.th", "Tahoma");