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

Side by Side Diff: chrome/common/extensions/docs/experimental.fontSettings.html

Issue 9699110: Add more scripts for per-script font preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 <var>script</var> 370 <var>script</var>
371 <em> 371 <em>
372 <!-- TYPE --> 372 <!-- TYPE -->
373 <div style="display:inline"> 373 <div style="display:inline">
374 ( 374 (
375 <span class="optional">optional</span> 375 <span class="optional">optional</span>
376 <span class="enum">enumerated</span> 376 <span class="enum">enumerated</span>
377 <span id="typeTemplate"> 377 <span id="typeTemplate">
378 <span> 378 <span>
379 <span>string</span> 379 <span>string</span>
380 <span>["Arab", "Hang", "Hans", "Hant", "Hrkt"]</span> 380 <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>
381 </span> 381 </span>
382 </span> 382 </span>
383 ) 383 )
384 </div> 384 </div>
385 </em> 385 </em>
386 </dt> 386 </dt>
387 <dd>The ISO 15924 script code for which the font setting should be ret rieved. If omitted, the global script font setting is retrieved.</dd> 387 <dd>The ISO 15924 script code for which the font setting should be ret rieved. If omitted, the global script font setting is retrieved.</dd>
388 <!-- OBJECT PROPERTIES --> 388 <!-- OBJECT PROPERTIES -->
389 <!-- OBJECT METHODS --> 389 <!-- OBJECT METHODS -->
390 <!-- OBJECT EVENT FIELDS --> 390 <!-- OBJECT EVENT FIELDS -->
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 <var>script</var> 565 <var>script</var>
566 <em> 566 <em>
567 <!-- TYPE --> 567 <!-- TYPE -->
568 <div style="display:inline"> 568 <div style="display:inline">
569 ( 569 (
570 <span class="optional">optional</span> 570 <span class="optional">optional</span>
571 <span class="enum">enumerated</span> 571 <span class="enum">enumerated</span>
572 <span id="typeTemplate"> 572 <span id="typeTemplate">
573 <span> 573 <span>
574 <span>string</span> 574 <span>string</span>
575 <span>["Arab", "Hang", "Hans", "Hant", "Hrkt"]</span> 575 <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>
576 </span> 576 </span>
577 </span> 577 </span>
578 ) 578 )
579 </div> 579 </div>
580 </em> 580 </em>
581 </dt> 581 </dt>
582 <dd>The ISO 15924 script code for which the font setting should be set . If omitted, the global script font setting is set.</dd> 582 <dd>The ISO 15924 script code for which the font setting should be set . If omitted, the global script font setting is set.</dd>
583 <!-- OBJECT PROPERTIES --> 583 <!-- OBJECT PROPERTIES -->
584 <!-- OBJECT METHODS --> 584 <!-- OBJECT METHODS -->
585 <!-- OBJECT EVENT FIELDS --> 585 <!-- OBJECT EVENT FIELDS -->
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 _uff=0; 804 _uff=0;
805 urchinTracker(); 805 urchinTracker();
806 } 806 }
807 catch(e) {/* urchinTracker not available. */} 807 catch(e) {/* urchinTracker not available. */}
808 </script> 808 </script>
809 <!-- end analytics --> 809 <!-- end analytics -->
810 </div> 810 </div>
811 </div> <!-- /gc-footer --> 811 </div> <!-- /gc-footer -->
812 </div> <!-- /gc-container --> 812 </div> <!-- /gc-container -->
813 </body></html> 813 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/api/storage/stylizr.zip ('k') | chrome/common/extensions/docs/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698