summaryrefslogtreecommitdiffstats
path: root/chrome/app/resources
diff options
context:
space:
mode:
authorfalken@chromium.org <falken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 06:03:35 +0000
committerfalken@chromium.org <falken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 06:03:35 +0000
commit077af14f714b3e95ada2a9ed4127f6649a59cf72 (patch)
tree8d2303641fe0068a47ea7943e6be000bc5d3ed3c /chrome/app/resources
parent697f16b5843fd53e59d6b9be9f80958c514f1f6c (diff)
downloadchromium_src-077af14f714b3e95ada2a9ed4127f6649a59cf72.zip
chromium_src-077af14f714b3e95ada2a9ed4127f6649a59cf72.tar.gz
chromium_src-077af14f714b3e95ada2a9ed4127f6649a59cf72.tar.bz2
Revert r196089 "Add default values for Latin script font prefs."
Reverting because it caused bug 237258. Many sites set lang="en" which cause the Latin font prefs to be used, and it's surprising to users that chrome://settings/fonts is not respected. We need a more obvious way to customize per-script fonts first. BUG=237258 TBR=bauerb Review URL: https://chromiumcodereview.appspot.com/14877009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199398 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r--chrome/app/resources/locale_settings_chromiumos.grd42
-rw-r--r--chrome/app/resources/locale_settings_google_chromeos.grd42
-rw-r--r--chrome/app/resources/locale_settings_linux.grd42
-rw-r--r--chrome/app/resources/locale_settings_mac.grd42
-rw-r--r--chrome/app/resources/locale_settings_win.grd42
5 files changed, 0 insertions, 210 deletions
diff --git a/chrome/app/resources/locale_settings_chromiumos.grd b/chrome/app/resources/locale_settings_chromiumos.grd
index c1e2f09..24df1fc 100644
--- a/chrome/app/resources/locale_settings_chromiumos.grd
+++ b/chrome/app/resources/locale_settings_chromiumos.grd
@@ -253,48 +253,6 @@
NanumGothic
</message>
- <!-- The default value for |WebPreference::standard_font_family| for Latin
- script. -->
- <message name="IDS_STANDARD_FONT_FAMILY_LATIN" use_name_for_id="true">
- Tinos
- </message>
-
- <!-- The default value for |WebPreference::fixed_font_family| for Latin
- script. -->
- <message name="IDS_FIXED_FONT_FAMILY_LATIN" use_name_for_id="true">
- Cousine
- </message>
-
- <!-- The default value for |WebPreference::serif_font_family| for Latin
- script. -->
- <message name="IDS_SERIF_FONT_FAMILY_LATIN" use_name_for_id="true">
- Tinos
- </message>
-
- <!-- The default value for |WebPreference::sans_serif_font_family| for
- Latin script. -->
- <message name="IDS_SANS_SERIF_FONT_FAMILY_LATIN" use_name_for_id="true">
- Arimo
- </message>
-
- <!-- The default value for |WebPreference::cursive_font_family| for Latin
- script. -->
- <message name="IDS_CURSIVE_FONT_FAMILY_LATIN" use_name_for_id="true">
- Comic Sans MS
- </message>
-
- <!-- The default value for |WebPreference::fantasy_font_family| for Latin
- script. -->
- <message name="IDS_FANTASY_FONT_FAMILY_LATIN" use_name_for_id="true">
- Impact
- </message>
-
- <!-- The default value for |WebPreference::pictograph_font_family| for
- Latin script. -->
- <message name="IDS_PICTOGRAPH_FONT_FAMILY_LATIN" use_name_for_id="true">
- Droid Emoji
- </message>
-
<!-- The default value for |WebPreference::standard_font_family_map| for
Simplified Chinese script. -->
<message name="IDS_STANDARD_FONT_FAMILY_SIMPLIFIED_HAN" use_name_for_id="true">
diff --git a/chrome/app/resources/locale_settings_google_chromeos.grd b/chrome/app/resources/locale_settings_google_chromeos.grd
index 6af91c4..d6498b2 100644
--- a/chrome/app/resources/locale_settings_google_chromeos.grd
+++ b/chrome/app/resources/locale_settings_google_chromeos.grd
@@ -253,48 +253,6 @@
NanumGothic
</message>
- <!-- The default value for |WebPreference::standard_font_family| for Latin
- script. -->
- <message name="IDS_STANDARD_FONT_FAMILY_LATIN" use_name_for_id="true">
- Tinos
- </message>
-
- <!-- The default value for |WebPreference::fixed_font_family| for Latin
- script. -->
- <message name="IDS_FIXED_FONT_FAMILY_LATIN" use_name_for_id="true">
- Cousine
- </message>
-
- <!-- The default value for |WebPreference::serif_font_family| for Latin
- script. -->
- <message name="IDS_SERIF_FONT_FAMILY_LATIN" use_name_for_id="true">
- Tinos
- </message>
-
- <!-- The default value for |WebPreference::sans_serif_font_family| for
- Latin script. -->
- <message name="IDS_SANS_SERIF_FONT_FAMILY_LATIN" use_name_for_id="true">
- Arimo
- </message>
-
- <!-- The default value for |WebPreference::cursive_font_family| for Latin
- script. -->
- <message name="IDS_CURSIVE_FONT_FAMILY_LATIN" use_name_for_id="true">
- Comic Sans MS
- </message>
-
- <!-- The default value for |WebPreference::fantasy_font_family| for Latin
- script. -->
- <message name="IDS_FANTASY_FONT_FAMILY_LATIN" use_name_for_id="true">
- Impact
- </message>
-
- <!-- The default value for |WebPreference::pictograph_font_family| for
- Latin script. -->
- <message name="IDS_PICTOGRAPH_FONT_FAMILY_LATIN" use_name_for_id="true">
- Droid Emoji
- </message>
-
<!-- The default value for |WebPreference::standard_font_family_map| for
Simplified Chinese script. -->
<message name="IDS_STANDARD_FONT_FAMILY_SIMPLIFIED_HAN" use_name_for_id="true">
diff --git a/chrome/app/resources/locale_settings_linux.grd b/chrome/app/resources/locale_settings_linux.grd
index 1503b54..5930a87 100644
--- a/chrome/app/resources/locale_settings_linux.grd
+++ b/chrome/app/resources/locale_settings_linux.grd
@@ -187,48 +187,6 @@
Times New Roman
</message>
- <!-- The default value for |WebPreference::standard_font_family| for Latin
- script. -->
- <message name="IDS_STANDARD_FONT_FAMILY_LATIN" use_name_for_id="true">
- Times New Roman
- </message>
-
- <!-- The default value for |WebPreference::fixed_font_family| for Latin
- script. -->
- <message name="IDS_FIXED_FONT_FAMILY_LATIN" use_name_for_id="true">
- Monospace
- </message>
-
- <!-- The default value for |WebPreference::serif_font_family| for Latin
- script. -->
- <message name="IDS_SERIF_FONT_FAMILY_LATIN" use_name_for_id="true">
- Times New Roman
- </message>
-
- <!-- The default value for |WebPreference::sans_serif_font_family| for
- Latin script. -->
- <message name="IDS_SANS_SERIF_FONT_FAMILY_LATIN" use_name_for_id="true">
- Arial
- </message>
-
- <!-- The default value for |WebPreference::cursive_font_family| for Latin
- script. -->
- <message name="IDS_CURSIVE_FONT_FAMILY_LATIN" use_name_for_id="true">
- Comic Sans MS
- </message>
-
- <!-- The default value for |WebPreference::fantasy_font_family| for Latin
- script. -->
- <message name="IDS_FANTASY_FONT_FAMILY_LATIN" use_name_for_id="true">
- Impact
- </message>
-
- <!-- The default value for |WebPreference::pictograph_font_family| for
- Latin script. -->
- <message name="IDS_PICTOGRAPH_FONT_FAMILY_LATIN" use_name_for_id="true">
- Times New Roman
- </message>
-
<!-- The default value for |WebPreference::default_font_size| -->
<message name="IDS_DEFAULT_FONT_SIZE" use_name_for_id="true">
16
diff --git a/chrome/app/resources/locale_settings_mac.grd b/chrome/app/resources/locale_settings_mac.grd
index 880550a..e762d5d 100644
--- a/chrome/app/resources/locale_settings_mac.grd
+++ b/chrome/app/resources/locale_settings_mac.grd
@@ -200,48 +200,6 @@
AppleGothic
</message>
- <!-- The default value for |WebPreference::standard_font_family| for Latin
- script. -->
- <message name="IDS_STANDARD_FONT_FAMILY_LATIN" use_name_for_id="true">
- Times
- </message>
-
- <!-- The default value for |WebPreference::fixed_font_family| for Latin
- script. -->
- <message name="IDS_FIXED_FONT_FAMILY_LATIN" use_name_for_id="true">
- Courier
- </message>
-
- <!-- The default value for |WebPreference::serif_font_family| for Latin
- script. -->
- <message name="IDS_SERIF_FONT_FAMILY_LATIN" use_name_for_id="true">
- Times
- </message>
-
- <!-- The default value for |WebPreference::sans_serif_font_family| for
- Latin script. -->
- <message name="IDS_SANS_SERIF_FONT_FAMILY_LATIN" use_name_for_id="true">
- Helvetica
- </message>
-
- <!-- The default value for |WebPreference::cursive_font_family| for Latin
- script. -->
- <message name="IDS_CURSIVE_FONT_FAMILY_LATIN" use_name_for_id="true">
- Apple Chancery
- </message>
-
- <!-- The default value for |WebPreference::fantasy_font_family| for Latin
- script. -->
- <message name="IDS_FANTASY_FONT_FAMILY_LATIN" use_name_for_id="true">
- Papyrus
- </message>
-
- <!-- The default value for |WebPreference::pictograph_font_family| for
- Latin script. -->
- <message name="IDS_PICTOGRAPH_FONT_FAMILY_LATIN" use_name_for_id="true">
- Apple Color Emoji
- </message>
-
<!-- The default value for |WebPreference::standard_font_family_map| for
Simplified Chinese script. -->
<message name="IDS_STANDARD_FONT_FAMILY_SIMPLIFIED_HAN" use_name_for_id="true">
diff --git a/chrome/app/resources/locale_settings_win.grd b/chrome/app/resources/locale_settings_win.grd
index f93e0b8..f281648 100644
--- a/chrome/app/resources/locale_settings_win.grd
+++ b/chrome/app/resources/locale_settings_win.grd
@@ -254,48 +254,6 @@
Gungsuh
</message>
- <!-- The default value for |WebPreference::standard_font_family| for Latin
- script. -->
- <message name="IDS_STANDARD_FONT_FAMILY_LATIN" use_name_for_id="true">
- Times New Roman
- </message>
-
- <!-- The default value for |WebPreference::fixed_font_family| for Latin
- script. -->
- <message name="IDS_FIXED_FONT_FAMILY_LATIN" use_name_for_id="true">
- Courier New
- </message>
-
- <!-- The default value for |WebPreference::serif_font_family| for Latin
- script. -->
- <message name="IDS_SERIF_FONT_FAMILY_LATIN" use_name_for_id="true">
- Times New Roman
- </message>
-
- <!-- The default value for |WebPreference::sans_serif_font_family| for
- Latin script. -->
- <message name="IDS_SANS_SERIF_FONT_FAMILY_LATIN" use_name_for_id="true">
- Arial
- </message>
-
- <!-- The default value for |WebPreference::cursive_font_family| for Latin
- script. -->
- <message name="IDS_CURSIVE_FONT_FAMILY_LATIN" use_name_for_id="true">
- Comic Sans MS
- </message>
-
- <!-- The default value for |WebPreference::fantasy_font_family| for Latin
- script. -->
- <message name="IDS_FANTASY_FONT_FAMILY_LATIN" use_name_for_id="true">
- Impact
- </message>
-
- <!-- The default value for |WebPreference::pictograph_font_family| for
- Latin script. -->
- <message name="IDS_PICTOGRAPH_FONT_FAMILY_LATIN" use_name_for_id="true">
- Segoe UI Symbol
- </message>
-
<!-- The default value for |WebPreference::standard_font_family_map| for
Simplified Chinese script. -->
<message name="IDS_STANDARD_FONT_FAMILY_SIMPLIFIED_HAN" use_name_for_id="true">