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

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

Issue 10647003: Discovery API supports specifying a tile in a URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modified experimental discovery API documentation. Created 8 years, 4 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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 ) 439 )
440 </div> 440 </div>
441 </em> 441 </em>
442 </dt> 442 </dt>
443 <dd>A score indicating how interesting that suggestion is. The value m ust be between 0 and 1. A suggestion with score 1 is twice as likely to be displ ayed than one with a score of 0.5. Defaults to 1. TODO: need minimum=0 and maxim um=1.</dd> 443 <dd>A score indicating how interesting that suggestion is. The value m ust be between 0 and 1. A suggestion with score 1 is twice as likely to be displ ayed than one with a score of 0.5. Defaults to 1. TODO: need minimum=0 and maxim um=1.</dd>
444 <!-- OBJECT PROPERTIES --> 444 <!-- OBJECT PROPERTIES -->
445 <!-- OBJECT METHODS --> 445 <!-- OBJECT METHODS -->
446 <!-- OBJECT EVENT FIELDS --> 446 <!-- OBJECT EVENT FIELDS -->
447 <!-- FUNCTION PARAMETERS --> 447 <!-- FUNCTION PARAMETERS -->
448 </div> 448 </div>
449 </div><div>
450 <div>
451 <dt>
452 <var>urlImage</var>
453 <em>
454 <!-- TYPE -->
455 <div style="display:inline">
456 (
457 <span class="optional">optional</span>
458 <span id="typeTemplate">
459 <span>
460 <span>string</span>
461 </span>
462 </span>
463 )
464 </div>
465 </em>
466 </dt>
467 <dd>The url of the image to use as a tile.</dd>
468 <!-- OBJECT PROPERTIES -->
469 <!-- OBJECT METHODS -->
470 <!-- OBJECT EVENT FIELDS -->
471 <!-- FUNCTION PARAMETERS -->
472 </div>
449 </div> 473 </div>
450 </dl> 474 </dl>
451 </dd> 475 </dd>
452 <!-- OBJECT METHODS --> 476 <!-- OBJECT METHODS -->
453 <!-- OBJECT EVENT FIELDS --> 477 <!-- OBJECT EVENT FIELDS -->
454 <!-- FUNCTION PARAMETERS --> 478 <!-- FUNCTION PARAMETERS -->
455 </div> 479 </div>
456 </div> <!-- /apiItem --> 480 </div> <!-- /apiItem -->
457 </div> <!-- /apiGroup --> 481 </div> <!-- /apiGroup -->
458 </div> <!-- /apiPage --> 482 </div> <!-- /apiPage -->
(...skipping 27 matching lines...) Expand all
486 _uff=0; 510 _uff=0;
487 urchinTracker(); 511 urchinTracker();
488 } 512 }
489 catch(e) {/* urchinTracker not available. */} 513 catch(e) {/* urchinTracker not available. */}
490 </script> 514 </script>
491 <!-- end analytics --> 515 <!-- end analytics -->
492 </div> 516 </div>
493 </div> <!-- /gc-footer --> 517 </div> <!-- /gc-footer -->
494 </div> <!-- /gc-container --> 518 </div> <!-- /gc-container -->
495 </body></html> 519 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698