DescriptionMigrate WebKit "global script" font prefs.
The effect is to migrate a pref like
webkit.webprefs.global.standard_font_family to webkit.webprefs.fonts.standard.Zyyy
This has two motivations:
1) Undo the migration of font prefs to the "global" (as opposed to per-tab)
namespace, as planned here: <http://codereview.chromium.org/9838050>. There are still
more prefs to move out of "global" after this patch.
2) Move the "global script" (as opposed to per-script) font prefs into the
per-script font maps, under the script code "Zyyy" (the ISO 15924 code for
the "Common" script). This is consistent with WebKit-side settings and should
simplify the code overall as we no longer have to special case the global
script vs the per-script fonts.
TBR=gene for chrome/browser/printing
BUG=123812
TEST=browser_tests --gtest_filter=PrefsTab* and ExtensionApiTest.Font*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137835
Patch Set 1 #Patch Set 2 : sync #Patch Set 3 : compile fixes #
Total comments: 10
Patch Set 4 : sync #Patch Set 5 : fix test failures after sync #Patch Set 6 : review comments #
Total comments: 9
Patch Set 7 : sync #Patch Set 8 : review comments #
Total comments: 12
Patch Set 9 : sync up #Patch Set 10 : review comments #
Total comments: 1
Patch Set 11 : sync #Patch Set 12 : review comments #
Total comments: 4
Patch Set 13 : sync #Patch Set 14 : use constant "Zyyy" #Patch Set 15 : fix after sync #
Total comments: 8
Patch Set 16 : sync #Patch Set 17 : review comments #
Total comments: 2
Patch Set 18 : sync #Messages
Total messages: 30 (0 generated)
|