Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(681)

Unified Diff: chrome/common/extensions/docs/experimental.fontSettings.html

Issue 10107014: Migrate WebKit "global script" font prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/experimental.fontSettings.html
diff --git a/chrome/common/extensions/docs/experimental.fontSettings.html b/chrome/common/extensions/docs/experimental.fontSettings.html
index 32e01fd67f8a4e417b4b9dc705235f94c2c6a84b..df3c0dad198c2c7dc00f1afab4701f52d6759389 100644
--- a/chrome/common/extensions/docs/experimental.fontSettings.html
+++ b/chrome/common/extensions/docs/experimental.fontSettings.html
@@ -1324,7 +1324,7 @@ directory. For other examples and for help in viewing the source code, see
</div>
</em>
</dt>
- <dd>The script for which the font should be retrieved. If omitted, the font for the global script is retrieved.</dd>
+ <dd>The script for which the font should be retrieved. If omitted, the font setting for the global script (script code "Zyyy") is retrieved.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -2086,7 +2086,7 @@ directory. For other examples and for help in viewing the source code, see
</div>
</em>
</dt>
- <dd>The script code which the font should be set. If omitted, the font for the global script is set.</dd>
+ <dd>The script code which the font should be set. If omitted, the font setting for the global script (script code "Zyyy") is set.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -2682,7 +2682,7 @@ directory. For other examples and for help in viewing the source code, see
</div>
</em>
</dt>
- <dd>The script code for which the font setting has changed. If omitted, the global script font setting has changed.</dd>
+ <dd>The script code for which the font setting has changed.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -2941,14 +2941,14 @@ directory. For other examples and for help in viewing the source code, see
<span id="typeTemplate">
<span>
<span>string</span>
- <span>["Arab", "Armn", "Beng", "Cans", "Cher", "Cyrl", "Deva", "Ethi", "Geor", "Grek", "Gujr", "Guru", "Hang", "Hans", "Hant", "Hebr", "Hrkt", "Knda", "Khmr", "Laoo", "Mlym", "Mong", "Mymr", "Orya", "Sinh", "Taml", "Telu", "Thaa", "Thai", "Tibt", "Yiii"]</span>
+ <span>["Arab", "Armn", "Beng", "Cans", "Cher", "Cyrl", "Deva", "Ethi", "Geor", "Grek", "Gujr", "Guru", "Hang", "Hans", "Hant", "Hebr", "Hrkt", "Knda", "Khmr", "Laoo", "Mlym", "Mong", "Mymr", "Orya", "Sinh", "Taml", "Telu", "Thaa", "Thai", "Tibt", "Yiii", "Zyyy"]</span>
</span>
</span>
)
</div>
</em>
</dt>
- <dd>An ISO 15924 script code.</dd>
+ <dd>An ISO 15924 script code. The default, or global, script is represented by script code "Zyyy".</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->

Powered by Google App Engine
This is Rietveld 408576698