forked from GoogleChrome/chrome-extensions-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.js
768 lines (708 loc) · 27.1 KB
/
options.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
'use strict';
/**
* @fileoverview The Advanced Font Settings Extension implementation.
*/
function $(id) {
return document.getElementById(id);
}
/**
* @namespace
*/
var advancedFonts = {};
/**
* The ICU script code for the Common, or global, script, which is used as the
* fallback when the script is undeclared.
* @const
*/
advancedFonts.COMMON_SCRIPT = 'Zyyy';
/**
* The scripts supported by the Font Settings Extension API.
* @const
*/
advancedFonts.scripts = [
{ scriptCode: advancedFonts.COMMON_SCRIPT, scriptName: 'Default'},
{ scriptCode: 'Afak', scriptName: 'Afaka'},
{ scriptCode: 'Arab', scriptName: 'Arabic'},
{ scriptCode: 'Armi', scriptName: 'Imperial Aramaic'},
{ scriptCode: 'Armn', scriptName: 'Armenian'},
{ scriptCode: 'Avst', scriptName: 'Avestan'},
{ scriptCode: 'Bali', scriptName: 'Balinese'},
{ scriptCode: 'Bamu', scriptName: 'Bamum'},
{ scriptCode: 'Bass', scriptName: 'Bassa Vah'},
{ scriptCode: 'Batk', scriptName: 'Batak'},
{ scriptCode: 'Beng', scriptName: 'Bengali'},
{ scriptCode: 'Blis', scriptName: 'Blissymbols'},
{ scriptCode: 'Bopo', scriptName: 'Bopomofo'},
{ scriptCode: 'Brah', scriptName: 'Brahmi'},
{ scriptCode: 'Brai', scriptName: 'Braille'},
{ scriptCode: 'Bugi', scriptName: 'Buginese'},
{ scriptCode: 'Buhd', scriptName: 'Buhid'},
{ scriptCode: 'Cakm', scriptName: 'Chakma'},
{ scriptCode: 'Cans', scriptName: 'Unified Canadian Aboriginal Syllabics'},
{ scriptCode: 'Cari', scriptName: 'Carian'},
{ scriptCode: 'Cham', scriptName: 'Cham'},
{ scriptCode: 'Cher', scriptName: 'Cherokee'},
{ scriptCode: 'Cirt', scriptName: 'Cirth'},
{ scriptCode: 'Copt', scriptName: 'Coptic'},
{ scriptCode: 'Cprt', scriptName: 'Cypriot'},
{ scriptCode: 'Cyrl', scriptName: 'Cyrillic'},
{ scriptCode: 'Cyrs', scriptName: 'Old Church Slavonic Cyrillic'},
{ scriptCode: 'Deva', scriptName: 'Devanagari'},
{ scriptCode: 'Dsrt', scriptName: 'Deseret'},
{ scriptCode: 'Dupl', scriptName: 'Duployan shorthand'},
{ scriptCode: 'Egyd', scriptName: 'Egyptian demotic'},
{ scriptCode: 'Egyh', scriptName: 'Egyptian hieratic'},
{ scriptCode: 'Egyp', scriptName: 'Egyptian hieroglyphs'},
{ scriptCode: 'Elba', scriptName: 'Elbasan'},
{ scriptCode: 'Ethi', scriptName: 'Ethiopic'},
{ scriptCode: 'Geok', scriptName: 'Georgian Khutsuri'},
{ scriptCode: 'Geor', scriptName: 'Georgian'},
{ scriptCode: 'Glag', scriptName: 'Glagolitic'},
{ scriptCode: 'Goth', scriptName: 'Gothic'},
{ scriptCode: 'Gran', scriptName: 'Grantha'},
{ scriptCode: 'Grek', scriptName: 'Greek'},
{ scriptCode: 'Gujr', scriptName: 'Gujarati'},
{ scriptCode: 'Guru', scriptName: 'Gurmukhi'},
{ scriptCode: 'Hang', scriptName: 'Hangul'},
{ scriptCode: 'Hani', scriptName: 'Han'},
{ scriptCode: 'Hano', scriptName: 'Hanunoo'},
{ scriptCode: 'Hans', scriptName: 'Simplified Han'},
{ scriptCode: 'Hant', scriptName: 'Traditional Han'},
{ scriptCode: 'Hebr', scriptName: 'Hebrew'},
{ scriptCode: 'Hluw', scriptName: 'Anatolian Hieroglyphs'},
{ scriptCode: 'Hmng', scriptName: 'Pahawh Hmong'},
{ scriptCode: 'Hung', scriptName: 'Old Hungarian'},
{ scriptCode: 'Inds', scriptName: 'Indus'},
{ scriptCode: 'Ital', scriptName: 'Old Italic'},
{ scriptCode: 'Java', scriptName: 'Javanese'},
{ scriptCode: 'Jpan', scriptName: 'Japanese'},
{ scriptCode: 'Jurc', scriptName: 'Jurchen'},
{ scriptCode: 'Kali', scriptName: 'Kayah Li'},
{ scriptCode: 'Khar', scriptName: 'Kharoshthi'},
{ scriptCode: 'Khmr', scriptName: 'Khmer'},
{ scriptCode: 'Khoj', scriptName: 'Khojki'},
{ scriptCode: 'Knda', scriptName: 'Kannada'},
{ scriptCode: 'Kpel', scriptName: 'Kpelle'},
{ scriptCode: 'Kthi', scriptName: 'Kaithi'},
{ scriptCode: 'Lana', scriptName: 'Lanna'},
{ scriptCode: 'Laoo', scriptName: 'Lao'},
{ scriptCode: 'Latf', scriptName: 'Fraktur Latin'},
{ scriptCode: 'Latg', scriptName: 'Gaelic Latin'},
{ scriptCode: 'Latn', scriptName: 'Latin'},
{ scriptCode: 'Lepc', scriptName: 'Lepcha'},
{ scriptCode: 'Limb', scriptName: 'Limbu'},
{ scriptCode: 'Lina', scriptName: 'Linear A'},
{ scriptCode: 'Linb', scriptName: 'Linear B'},
{ scriptCode: 'Lisu', scriptName: 'Fraser'},
{ scriptCode: 'Loma', scriptName: 'Loma'},
{ scriptCode: 'Lyci', scriptName: 'Lycian'},
{ scriptCode: 'Lydi', scriptName: 'Lydian'},
{ scriptCode: 'Mand', scriptName: 'Mandaean'},
{ scriptCode: 'Mani', scriptName: 'Manichaean'},
{ scriptCode: 'Maya', scriptName: 'Mayan hieroglyphs'},
{ scriptCode: 'Mend', scriptName: 'Mende'},
{ scriptCode: 'Merc', scriptName: 'Meroitic Cursive'},
{ scriptCode: 'Mero', scriptName: 'Meroitic'},
{ scriptCode: 'Mlym', scriptName: 'Malayalam'},
{ scriptCode: 'Mong', scriptName: 'Mongolian'},
{ scriptCode: 'Moon', scriptName: 'Moon'},
{ scriptCode: 'Mroo', scriptName: 'Mro'},
{ scriptCode: 'Mtei', scriptName: 'Meitei Mayek'},
{ scriptCode: 'Mymr', scriptName: 'Myanmar'},
{ scriptCode: 'Narb', scriptName: 'Old North Arabian'},
{ scriptCode: 'Nbat', scriptName: 'Nabataean'},
{ scriptCode: 'Nkgb', scriptName: 'Naxi Geba'},
{ scriptCode: 'Nkoo', scriptName: 'N’Ko'},
{ scriptCode: 'Nshu', scriptName: 'Nüshu'},
{ scriptCode: 'Ogam', scriptName: 'Ogham'},
{ scriptCode: 'Olck', scriptName: 'Ol Chiki'},
{ scriptCode: 'Orkh', scriptName: 'Orkhon'},
{ scriptCode: 'Orya', scriptName: 'Oriya'},
{ scriptCode: 'Osma', scriptName: 'Osmanya'},
{ scriptCode: 'Palm', scriptName: 'Palmyrene'},
{ scriptCode: 'Perm', scriptName: 'Old Permic'},
{ scriptCode: 'Phag', scriptName: 'Phags-pa'},
{ scriptCode: 'Phli', scriptName: 'Inscriptional Pahlavi'},
{ scriptCode: 'Phlp', scriptName: 'Psalter Pahlavi'},
{ scriptCode: 'Phlv', scriptName: 'Book Pahlavi'},
{ scriptCode: 'Phnx', scriptName: 'Phoenician'},
{ scriptCode: 'Plrd', scriptName: 'Pollard Phonetic'},
{ scriptCode: 'Prti', scriptName: 'Inscriptional Parthian'},
{ scriptCode: 'Rjng', scriptName: 'Rejang'},
{ scriptCode: 'Roro', scriptName: 'Rongorongo'},
{ scriptCode: 'Runr', scriptName: 'Runic'},
{ scriptCode: 'Samr', scriptName: 'Samaritan'},
{ scriptCode: 'Sara', scriptName: 'Sarati'},
{ scriptCode: 'Sarb', scriptName: 'Old South Arabian'},
{ scriptCode: 'Saur', scriptName: 'Saurashtra'},
{ scriptCode: 'Sgnw', scriptName: 'SignWriting'},
{ scriptCode: 'Shaw', scriptName: 'Shavian'},
{ scriptCode: 'Shrd', scriptName: 'Sharada'},
{ scriptCode: 'Sind', scriptName: 'Khudawadi'},
{ scriptCode: 'Sinh', scriptName: 'Sinhala'},
{ scriptCode: 'Sora', scriptName: 'Sora Sompeng'},
{ scriptCode: 'Sund', scriptName: 'Sundanese'},
{ scriptCode: 'Sylo', scriptName: 'Syloti Nagri'},
{ scriptCode: 'Syrc', scriptName: 'Syriac'},
{ scriptCode: 'Syre', scriptName: 'Estrangelo Syriac'},
{ scriptCode: 'Syrj', scriptName: 'Western Syriac'},
{ scriptCode: 'Syrn', scriptName: 'Eastern Syriac'},
{ scriptCode: 'Tagb', scriptName: 'Tagbanwa'},
{ scriptCode: 'Takr', scriptName: 'Takri'},
{ scriptCode: 'Tale', scriptName: 'Tai Le'},
{ scriptCode: 'Talu', scriptName: 'New Tai Lue'},
{ scriptCode: 'Taml', scriptName: 'Tamil'},
{ scriptCode: 'Tang', scriptName: 'Tangut'},
{ scriptCode: 'Tavt', scriptName: 'Tai Viet'},
{ scriptCode: 'Telu', scriptName: 'Telugu'},
{ scriptCode: 'Teng', scriptName: 'Tengwar'},
{ scriptCode: 'Tfng', scriptName: 'Tifinagh'},
{ scriptCode: 'Tglg', scriptName: 'Tagalog'},
{ scriptCode: 'Thaa', scriptName: 'Thaana'},
{ scriptCode: 'Thai', scriptName: 'Thai'},
{ scriptCode: 'Tibt', scriptName: 'Tibetan'},
{ scriptCode: 'Tirh', scriptName: 'Tirhuta'},
{ scriptCode: 'Ugar', scriptName: 'Ugaritic'},
{ scriptCode: 'Vaii', scriptName: 'Vai'},
{ scriptCode: 'Visp', scriptName: 'Visible Speech'},
{ scriptCode: 'Wara', scriptName: 'Varang Kshiti'},
{ scriptCode: 'Wole', scriptName: 'Woleai'},
{ scriptCode: 'Xpeo', scriptName: 'Old Persian'},
{ scriptCode: 'Xsux', scriptName: 'Sumero-Akkadian Cuneiform'},
{ scriptCode: 'Yiii', scriptName: 'Yi'},
{ scriptCode: 'Zmth', scriptName: 'Mathematical Notation'},
{ scriptCode: 'Zsym', scriptName: 'Symbols'}
];
/**
* The generic font families supported by the Font Settings Extension API.
* @const
*/
advancedFonts.FAMILIES =
['standard', 'sansserif', 'serif', 'fixed', 'cursive', 'fantasy'];
/**
* Sample texts.
* @const
*/
advancedFonts.SAMPLE_TEXTS = {
// "Cyrllic script".
Cyrl: 'Кириллица',
Hang: '정 참판 양반댁 규수 큰 교자 타고 혼례 치른 날.',
Hans: '床前明月光,疑是地上霜。举头望明月,低头思故乡。',
Hant: '床前明月光,疑是地上霜。舉頭望明月,低頭思故鄉。',
Jpan: '吾輩は猫である。名前はまだ無い。',
// "Khmer language".
Khmr: '\u1797\u17B6\u179F\u17B6\u1781\u17D2\u1798\u17C2\u179A',
Zyyy: 'The quick brown fox jumps over the lazy dog.'
};
/**
* Controller of pending changes.
* @const
*/
advancedFonts.pendingChanges = new PendingChanges();
/**
* Map from |genericFamily| to UI controls and data for its font setting.
*/
advancedFonts.fontSettings = null;
/**
* Map from |fontSizeKey| to UI controls and data for its font size setting.
*/
advancedFonts.fontSizeSettings = null;
/**
* Gets the font size used for |fontSizeKey|, including pending changes. Calls
* |callback| with the result.
*
* @param {string} fontSizeKey The font size setting key. See
* PendingChanges.getFontSize().
* @param {function(number, boolean)} callback The callback of form
* function(size, controllable). |size| is the effective setting,
* |controllable| is whether the setting can be set.
*/
advancedFonts.getEffectiveFontSize = function(fontSizeKey, callback) {
advancedFonts.fontSizeSettings[fontSizeKey].getter({}, function(details) {
var controllable = advancedFonts.isControllableLevel(
details.levelOfControl);
var size = details.pixelSize;
var pendingFontSize = advancedFonts.pendingChanges.getFontSize(fontSizeKey);
// If the setting is not controllable, we can have no pending change.
if (!controllable) {
if (pendingFontSize != null) {
advancedFonts.pendingChanges.setFontSize(fontSizeKey, null);
$('apply-settings').disabled = advancedFonts.pendingChanges.isEmpty();
pendingFontSize = null;
}
}
// If we have a pending change, it overrides the current setting.
if (pendingFontSize != null)
size = pendingFontSize;
callback(size, controllable);
});
};
/**
* Gets the font used for |script| and |genericFamily|, including pending
* changes. Calls |callback| with the result.
*
* @param {string} script The script code.
* @param {string} genericFamily The generic family.
* @param {function(string, boolean, string)} callback The callback of form
* function(font, controllable, effectiveFont). |font| is the setting
* (pending or not), |controllable| is whether the setting can be set,
* |effectiveFont| is the font used taking fallback into consideration.
*/
advancedFonts.getEffectiveFont = function(script, genericFamily, callback) {
var pendingChanges = advancedFonts.pendingChanges;
var details = { script: script, genericFamily: genericFamily };
chrome.fontSettings.getFont(details, function(result) {
var setting = {};
setting.font = result.fontId;
setting.controllable =
advancedFonts.isControllableLevel(result.levelOfControl);
var pendingFont =
pendingChanges.getFont(details.script, details.genericFamily);
// If the setting is not controllable, we can have no pending change.
if (!setting.controllable) {
if (pendingFont != null) {
pendingChanges.setFont(script, genericFamily, null);
$('apply-settings').disabled = advancedFonts.pendingChanges.isEmpty();
pendingFont = null;
}
}
// If we have a pending change, it overrides the current setting.
if (pendingFont != null)
setting.font = pendingFont;
// If we have a font, we're done.
if (setting.font) {
callback(setting.font, setting.controllable, setting.font);
return;
}
// If we're still here, we have to fallback to common script, unless this
// already is common script.
if (script == advancedFonts.COMMON_SCRIPT) {
callback('', setting.controllable, '');
return;
}
advancedFonts.getEffectiveFont(
advancedFonts.COMMON_SCRIPT,
genericFamily,
callback.bind(null, setting.font, setting.controllable));
});
};
/**
* Refreshes the UI controls related to a font setting.
*
* @param {{fontList: HTMLSelectElement, samples: Array<HTMLElement>}}
* fontSetting The setting object (see advancedFonts.fontSettings).
* @param {string} font The value of the font setting.
* @param {boolean} controllable Whether the font setting can be controlled
* by this extension.
* @param {string} effectiveFont The font used, including fallback to Common
* script.
*/
advancedFonts.refreshFont = function(
fontSetting, font, controllable, effectiveFont) {
for (var i = 0; i < fontSetting.samples.length; ++i)
fontSetting.samples[i].style.fontFamily = effectiveFont;
advancedFonts.setSelectedFont(fontSetting.fontList, font);
fontSetting.fontList.disabled = !controllable;
};
/**
* Refreshes the UI controls related to a font size setting.
*
* @param {{label: HTMLElement, slider: Slider, samples: Array<HTMLElement>}}
* fontSizeSetting The setting object (see advancedFonts.fontSizeSettings).
* @param size The value of the font size setting.
* @param controllable Whether the setting can be controlled by this extension.
*/
advancedFonts.refreshFontSize = function(fontSizeSetting, size, controllable) {
fontSizeSetting.label.textContent = 'Size: ' + size + 'px';
advancedFonts.setFontSizeSlider(fontSizeSetting.slider, size, controllable);
for (var i = 0; i < fontSizeSetting.samples.length; ++i)
fontSizeSetting.samples[i].style.fontSize = size + 'px';
};
/**
* Refreshes all UI controls to reflect the current settings, including pending
* changes.
*/
advancedFonts.refresh = function() {
var script = advancedFonts.getSelectedScript();
var sample;
if (advancedFonts.SAMPLE_TEXTS[script])
sample = advancedFonts.SAMPLE_TEXTS[script];
else
sample = advancedFonts.SAMPLE_TEXTS[advancedFonts.COMMON_SCRIPT];
var sampleTexts = document.querySelectorAll('.sample-text-span');
for (var i = 0; i < sampleTexts.length; i++)
sampleTexts[i].textContent = sample;
var setting;
var callback;
for (var genericFamily in advancedFonts.fontSettings) {
setting = advancedFonts.fontSettings[genericFamily];
callback = advancedFonts.refreshFont.bind(null, setting);
advancedFonts.getEffectiveFont(script, genericFamily, callback);
}
for (var fontSizeKey in advancedFonts.fontSizeSettings) {
setting = advancedFonts.fontSizeSettings[fontSizeKey];
callback = advancedFonts.refreshFontSize.bind(null, setting);
advancedFonts.getEffectiveFontSize(fontSizeKey, callback);
}
$('apply-settings').disabled = advancedFonts.pendingChanges.isEmpty();
};
/**
* @return {string} The currently selected script code.
*/
advancedFonts.getSelectedScript = function() {
var scriptList = $('scriptList');
return scriptList.options[scriptList.selectedIndex].value;
};
/**
* @param {HTMLSelectElement} fontList The <select> containing a list of fonts.
* @return {string} The currently selected value of |fontList|.
*/
advancedFonts.getSelectedFont = function(fontList) {
return fontList.options[fontList.selectedIndex].value;
};
/**
* Populates the font lists.
* @param {Array<{fontId: string, displayName: string>} fonts The list of
* fonts on the system.
*/
advancedFonts.populateFontLists = function(fonts) {
for (var genericFamily in advancedFonts.fontSettings) {
var list = advancedFonts.fontSettings[genericFamily].fontList;
// Add a special item to indicate fallback to the non-per-script
// font setting. The Font Settings API uses the empty string to indicate
// fallback.
var defaultItem = document.createElement('option');
defaultItem.value = '';
defaultItem.text = '(Use default)';
list.add(defaultItem);
for (var i = 0; i < fonts.length; ++i) {
var item = document.createElement('option');
item.value = fonts[i].fontId;
item.text = fonts[i].displayName;
list.add(item);
}
}
advancedFonts.refresh();
};
/**
* Handles change events on a <select> element for a font setting.
* @param {string} genericFamily The generic family for the font setting.
* @param {Event} event The change event.
*/
advancedFonts.handleFontListChange = function(genericFamily, event) {
var script = advancedFonts.getSelectedScript();
var font = advancedFonts.getSelectedFont(event.target);
advancedFonts.pendingChanges.setFont(script, genericFamily, font);
advancedFonts.refresh();
};
/**
* Sets the selected value of |fontList| to |fontId|.
* @param {HTMLSelectElement} fontList The <select> containing a list of fonts.
* @param {string} fontId The font to set |fontList|'s selection to.
*/
advancedFonts.setSelectedFont = function(fontList, fontId) {
var script = advancedFonts.getSelectedScript();
var i;
for (i = 0; i < fontList.length; i++) {
if (fontId == fontList.options[i].value) {
fontList.selectedIndex = i;
break;
}
}
if (i == fontList.length) {
console.warn("font '" + fontId + "' for " + fontList.id + ' for ' +
script + ' is not on the system');
}
};
/**
* Handles change events on a font size slider.
* @param {string} fontSizeKey The key for the font size setting whose slider
* changed. See PendingChanges.getFont.
* @param {string} value The new value of the slider.
*/
advancedFonts.handleFontSizeSliderChange = function(fontSizeKey, value) {
var pixelSize = parseInt(value);
if (!isNaN(pixelSize)) {
advancedFonts.pendingChanges.setFontSize(fontSizeKey, pixelSize);
advancedFonts.refresh();
}
};
/**
* @param {string} levelOfControl The level of control string for a setting,
* as returned by the Font Settings Extension API.
* @return {boolean} True if |levelOfControl| signifies that the extension can
* control the setting; otherwise, returns false.
*/
advancedFonts.isControllableLevel = function(levelOfControl) {
return levelOfControl == 'controllable_by_this_extension' ||
levelOfControl == 'controlled_by_this_extension';
};
/*
* Updates the specified font size slider's value and enabled property.
* @param {Slider} slider The slider for a font size setting.
* @param {number} size The value to set the slider to.
* @param {boolean} enabled Whether to enable or disable the slider.
*/
advancedFonts.setFontSizeSlider = function(slider, size, enabled) {
if (slider.getValue() != size)
slider.setValue(size);
var inputElement = slider.getInput();
if (enabled) {
inputElement.parentNode.classList.remove('disabled');
inputElement.disabled = false;
} else {
inputElement.parentNode.classList.add('disabled');
inputElement.disabled = true;
}
};
/**
* Initializes the UI control elements related to the font size setting
* |fontSizeKey| and registers listeners for the user adjusting its slider and
* the setting changing on the browser-side.
* @param {string} fontSizeKey The key for font size setting. See
* PendingChanges.getFont().
*/
advancedFonts.initFontSizeSetting = function(fontSizeKey) {
var fontSizeSettings = advancedFonts.fontSizeSettings;
var setting = fontSizeSettings[fontSizeKey];
var label = setting.label;
var samples = setting.samples;
setting.slider = new Slider(
setting.sliderContainer,
0,
setting.minValue,
setting.maxValue,
advancedFonts.handleFontSizeSliderChange.bind(null, fontSizeKey)
);
var slider = setting.slider;
setting.getter({}, function(details) {
var size = details.pixelSize.toString();
var controllable = advancedFonts.isControllableLevel(
details.levelOfControl);
advancedFonts.setFontSizeSlider(slider, size, controllable);
for (var i = 0; i < samples.length; i++)
samples[i].style.fontSize = size + 'px';
});
fontSizeSettings[fontSizeKey].onChanged.addListener(advancedFonts.refresh);
};
/**
* Clears the font settings for the specified script.
* @param {string} script The script code.
*/
advancedFonts.clearSettingsForScript = function(script) {
advancedFonts.pendingChanges.clearOneScript(script);
for (var i = 0; i < advancedFonts.FAMILIES.length; i++) {
chrome.fontSettings.clearFont({
script: script,
genericFamily: advancedFonts.FAMILIES[i]
});
}
};
/**
* Clears all font and font size settings.
*/
advancedFonts.clearAllSettings = function() {
advancedFonts.pendingChanges.clear();
for (var i = 0; i < advancedFonts.scripts.length; i++)
advancedFonts.clearSettingsForScript(advancedFonts.scripts[i].scriptCode);
chrome.fontSettings.clearDefaultFixedFontSize();
chrome.fontSettings.clearDefaultFontSize();
chrome.fontSettings.clearMinimumFontSize();
};
/**
* Closes the overlay.
*/
advancedFonts.closeOverlay = function() {
$('overlay-container').hidden = true;
};
/**
* Initializes apply and reset buttons.
*/
advancedFonts.initApplyAndResetButtons = function() {
var applyButton = $('apply-settings');
applyButton.addEventListener('click', function() {
advancedFonts.pendingChanges.apply();
advancedFonts.refresh();
});
var overlay = $('overlay-container');
cr.ui.overlay.globalInitialization();
cr.ui.overlay.setupOverlay(overlay);
overlay.addEventListener('cancelOverlay', advancedFonts.closeOverlay);
$('reset-this-script-button').onclick = function(event) {
var scriptList = $('scriptList');
var scriptName = scriptList.options[scriptList.selectedIndex].text;
$('reset-this-script-overlay-dialog-content').innerText =
'Are you sure you want to reset settings for ' + scriptName +
' script?';
$('overlay-container').hidden = false;
$('reset-this-script-overlay-dialog').hidden = false;
$('reset-all-scripts-overlay-dialog').hidden = true;
};
$('reset-this-script-ok').onclick = function(event) {
advancedFonts.clearSettingsForScript(advancedFonts.getSelectedScript());
advancedFonts.closeOverlay();
advancedFonts.refresh();
};
$('reset-this-script-cancel').onclick = advancedFonts.closeOverlay;
$('reset-all-button').onclick = function(event) {
$('overlay-container').hidden = false;
$('reset-all-scripts-overlay-dialog').hidden = false;
$('reset-this-script-overlay-dialog').hidden = true;
};
$('reset-all-ok').onclick = function(event) {
advancedFonts.clearAllSettings();
advancedFonts.closeOverlay();
advancedFonts.refresh();
};
$('reset-all-cancel').onclick = advancedFonts.closeOverlay;
};
/**
* Best guess for system fonts, taken from the IDS_WEB_FONT_FAMILY strings in
* Chrome.
* TODO: The font should be localized like Chrome does.
* @const
*/
advancedFonts.systemFonts = {
cros: 'Noto Sans UI, sans-serif',
linux: 'Ubuntu, sans-serif',
mac: 'Lucida Grande, sans-serif',
win: 'Segoe UI, Tahoma, sans-serif',
unknown: 'sans-serif'
};
/**
* @return {string} The platform this extension is running on.
*/
advancedFonts.getPlatform = function() {
var ua = window.navigator.appVersion;
if (ua.indexOf('Win') != -1) return 'win';
if (ua.indexOf('Mac') != -1) return 'mac';
if (ua.indexOf('Linux') != -1) return 'linux';
if (ua.indexOf('CrOS') != -1) return 'cros';
return 'unknown';
};
/**
* Chrome settings tries to use the system font. So does this extension.
*/
advancedFonts.useSystemFont = function() {
document.body.style.fontFamily =
advancedFonts.systemFonts[advancedFonts.getPlatform()];
};
/**
* Sorts the list of script codes by scriptName. Someday this extension will
* have localized script names, so the order will depend on locale.
*/
advancedFonts.sortScripts = function() {
var i;
var scripts = advancedFonts.scripts;
for (i = 0; i < scripts; ++i) {
if (scripts[i].scriptCode == advancedFonts.COMMON_SCRIPT)
break;
}
var defaultScript = scripts.splice(i, 1)[0];
scripts.sort(function(a, b) {
if (a.scriptName > b.scriptName)
return 1;
if (a.scriptName < b.scriptName)
return -1;
return 0;
});
scripts.unshift(defaultScript);
};
/**
* Initializes UI controls for font settings.
*/
advancedFonts.initFontControls = function() {
advancedFonts.fontSettings = {
standard: {
fontList: $('standardFontList'),
samples: [$('standardFontSample'), $('minFontSample')]
},
serif: {
fontList: $('serifFontList'),
samples: [$('serifFontSample')]
},
sansserif: {
fontList: $('sansSerifFontList'),
samples: [$('sansSerifFontSample')]
},
fixed: {
fontList: $('fixedFontList'),
samples: [$('fixedFontSample')]
}
};
for (var genericFamily in advancedFonts.fontSettings) {
var list = advancedFonts.fontSettings[genericFamily].fontList;
list.addEventListener(
'change', advancedFonts.handleFontListChange.bind(list, genericFamily));
}
chrome.fontSettings.onFontChanged.addListener(advancedFonts.refresh);
chrome.fontSettings.getFontList(advancedFonts.populateFontLists);
};
/**
* Initializes UI controls for font size settings.
*/
advancedFonts.initFontSizeControls = function() {
advancedFonts.fontSizeSettings = {
defaultFontSize: {
sliderContainer: $('defaultFontSizeSliderContainer'),
minValue: 6,
maxValue: 50,
samples: [
$('standardFontSample'), $('serifFontSample'), $('sansSerifFontSample')
],
label: $('defaultFontSizeLabel'),
getter: chrome.fontSettings.getDefaultFontSize,
onChanged: chrome.fontSettings.onDefaultFontSizeChanged
},
defaultFixedFontSize: {
sliderContainer: $('defaultFixedFontSizeSliderContainer'),
minValue: 6,
maxValue: 50,
samples: [$('fixedFontSample')],
label: $('fixedFontSizeLabel'),
getter: chrome.fontSettings.getDefaultFixedFontSize,
onChanged: chrome.fontSettings.onDefaultFixedFontSizeChanged
},
minFontSize: {
sliderContainer: $('minFontSizeSliderContainer'),
minValue: 6,
maxValue: 24,
samples: [$('minFontSample')],
label: $('minFontSizeLabel'),
getter: chrome.fontSettings.getMinimumFontSize,
onChanged: chrome.fontSettings.onMinimumFontSizeChanged
}
};
for (var fontSizeKey in advancedFonts.fontSizeSettings)
advancedFonts.initFontSizeSetting(fontSizeKey);
};
/**
* Initializes the list of scripts.
*/
advancedFonts.initScriptList = function() {
var scriptList = $('scriptList');
advancedFonts.sortScripts();
var scripts = advancedFonts.scripts;
for (var i = 0; i < scripts.length; i++) {
var script = document.createElement('option');
script.value = scripts[i].scriptCode;
script.text = scripts[i].scriptName;
scriptList.add(script);
}
scriptList.selectedIndex = 0;
scriptList.addEventListener('change', advancedFonts.refresh);
};
/**
* Initializes the extension.
*/
advancedFonts.init = function() {
advancedFonts.useSystemFont();
advancedFonts.initFontControls();
advancedFonts.initFontSizeControls();
advancedFonts.initScriptList();
advancedFonts.initApplyAndResetButtons();
};
document.addEventListener('DOMContentLoaded', advancedFonts.init);