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

Side by Side Diff: chrome/common/extensions/docs/template/api_template.html

Issue 10855015: Add documentation for filtered events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again 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 <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
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
528 <!-- LISTENER RETURN VALUE --> 539 <!-- LISTENER RETURN VALUE -->
529 <h4 jsdisplay="returns">Listener returns</h4> 540 <h4 jsdisplay="returns">Listener returns</h4>
530 <dl> 541 <dl>
531 <div jsselect="returns"> 542 <div jsselect="returns">
532 <div transclude="valueTemplate"> 543 <div transclude="valueTemplate">
533 </div> 544 </div>
534 </div> 545 </div>
535 </dl> 546 </dl>
536 547
537 </div> <!-- /description --> 548 </div> <!-- /description -->
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 _uanchor=1; 647 _uanchor=1;
637 _uff=0; 648 _uff=0;
638 urchinTracker(); 649 urchinTracker();
639 } 650 }
640 catch(e) {/* urchinTracker not available. */} 651 catch(e) {/* urchinTracker not available. */}
641 </script> 652 </script>
642 <!-- end analytics --> 653 <!-- end analytics -->
643 </div> 654 </div>
644 </div> <!-- /gc-footer --> 655 </div> <!-- /gc-footer -->
645 </div> <!-- /gc-container --> 656 </div> <!-- /gc-container -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/events.html ('k') | chrome/renderer/resources/extensions/event.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698