OLD | NEW |
1 <link href="../css/ApiRefStyles.css" rel="stylesheet" type="text/css"> | 1 <link href="../css/ApiRefStyles.css" rel="stylesheet" type="text/css"> |
2 <link href="../css/prettify.css" rel="stylesheet" type="text/css"> | 2 <link href="../css/prettify.css" rel="stylesheet" type="text/css"> |
3 <link href="../css/shared.css" rel="stylesheet" type="text/css"> | 3 <link href="../css/shared.css" rel="stylesheet" type="text/css"> |
4 <div id="devModeWarning" class="displayModeWarning"> | 4 <div id="devModeWarning" class="displayModeWarning"> |
5 You are viewing extension docs in chrome via the 'file:' scheme: are you exp
ecting to see local changes when you refresh? You'll need run chrome with --allo
w-file-access-from-files. | 5 You are viewing extension docs in chrome via the 'file:' scheme: are you exp
ecting to see local changes when you refresh? You'll need run chrome with --allo
w-file-access-from-files. |
6 </div> | 6 </div> |
7 <div id="branchWarning" class="displayModeWarning"> | 7 <div id="branchWarning" class="displayModeWarning"> |
8 <span>WARNING: This is the <span id="branchName">BETA</span> documentation. | 8 <span>WARNING: This is the <span id="branchName">BETA</span> documentation. |
9 It may not work with the stable release of Chrome.</span> | 9 It may not work with the stable release of Chrome.</span> |
10 <select id='branchChooser'> | 10 <select id='branchChooser'> |
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 <div jsdisplay="extraParameters && extraParameters.length > 0"> | 518 <div jsdisplay="extraParameters && extraParameters.length > 0"> |
519 <h4>Extra parameters to addListener</h4> | 519 <h4>Extra parameters to addListener</h4> |
520 <dl> | 520 <dl> |
521 <div jsselect="extraParameters"> | 521 <div jsselect="extraParameters"> |
522 <div transclude="valueTemplate"> | 522 <div transclude="valueTemplate"> |
523 </div> | 523 </div> |
524 </div> | 524 </div> |
525 </dl> | 525 </dl> |
526 </div> | 526 </div> |
527 | 527 |
528 <!-- FILTERS --> | |
529 <div jsdisplay="filters && filters.length > 0"> | |
530 <h4>Filters</h4> | |
531 <dl> | |
532 <div jsselect="filters"> | |
533 <div transclude="valueTemplate"> | |
534 </div> | |
535 </div> | |
536 </dl> | |
537 </div> | |
538 | |
539 <!-- LISTENER RETURN VALUE --> | 528 <!-- LISTENER RETURN VALUE --> |
540 <h4 jsdisplay="returns">Listener returns</h4> | 529 <h4 jsdisplay="returns">Listener returns</h4> |
541 <dl> | 530 <dl> |
542 <div jsselect="returns"> | 531 <div jsselect="returns"> |
543 <div transclude="valueTemplate"> | 532 <div transclude="valueTemplate"> |
544 </div> | 533 </div> |
545 </div> | 534 </div> |
546 </dl> | 535 </dl> |
547 | 536 |
548 </div> <!-- /description --> | 537 </div> <!-- /description --> |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
647 _uanchor=1; | 636 _uanchor=1; |
648 _uff=0; | 637 _uff=0; |
649 urchinTracker(); | 638 urchinTracker(); |
650 } | 639 } |
651 catch(e) {/* urchinTracker not available. */} | 640 catch(e) {/* urchinTracker not available. */} |
652 </script> | 641 </script> |
653 <!-- end analytics --> | 642 <!-- end analytics --> |
654 </div> | 643 </div> |
655 </div> <!-- /gc-footer --> | 644 </div> <!-- /gc-footer --> |
656 </div> <!-- /gc-container --> | 645 </div> <!-- /gc-container --> |
OLD | NEW |