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

Side by Side Diff: chrome/common/extensions/docs/templates/private/event.html

Issue 10990008: Merge 158424 - Extensions Docs Server: Show callbacks for events (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div> 1 <div>
2 <a name="event-{{?prefix}}{{prefix}}-{{/}}{{name}}"></a> 2 <a name="event-{{?prefix}}{{prefix}}-{{/}}{{name}}"></a>
3 <h4>{{name}}</h4> 3 <h4>{{name}}</h4>
4 <div class="summary"> 4 <div class="summary">
5 <span class="subdued">{{?prefix}}{{prefix}}{{:}}chrome.{{api.name}}{{/}}.</s pan>{{name}}<span class="subdued">.addListener</span>(function({{#parameters}}{{ +partials.parameter_item}}{{^last}}, {{/}}{{/}})<span class="subdued"> {...}</sp an>); 5 <span class="subdued">{{?prefix}}{{prefix}}{{:}}chrome.{{api.name}}{{/}}.</s pan>{{name}}<span class="subdued">.addListener</span>(function({{#parameters}}{{ +partials.parameter_item}}{{^last}}, {{/}}{{/}})<span class="subdued"> {...}</sp an>);
6 </div> 6 </div>
7 <div class="description"> 7 <div class="description">
8 {{?description}}<p> 8 {{?description}}<p>
9 {{{description}}} 9 {{{description}}}
10 </p>{{/description}} 10 </p>{{/description}}
(...skipping 10 matching lines...) Expand all
21 <h4>Supported actions</h4> 21 <h4>Supported actions</h4>
22 <dl> 22 <dl>
23 {{#actions}}<div><dt>{{+partials.ref_link}}</dt></div>{{/}} 23 {{#actions}}<div><dt>{{+partials.ref_link}}</dt></div>{{/}}
24 </dl> 24 </dl>
25 {{/actions}} 25 {{/actions}}
26 {{?parameters}} 26 {{?parameters}}
27 <h4>Listener Parameters</h4> 27 <h4>Listener Parameters</h4>
28 <dl> 28 <dl>
29 {{#parameters}}{{+partials.parameter_full}}{{/}} 29 {{#parameters}}{{+partials.parameter_full}}{{/}}
30 </dl> 30 </dl>
31 {{?callback}}
32 {{+partials.callback}}
33 {{/callback}}
31 {{/parameters}} 34 {{/parameters}}
32 {{?filters}} 35 {{?filters}}
33 <h4>Filters</h4> 36 <h4>Filters</h4>
34 <dl> 37 <dl>
35 {{#filters}}{{+partials.parameter_full}}{{/}} 38 {{#filters}}{{+partials.parameter_full}}{{/}}
36 </dl> 39 </dl>
37 {{/filters}} 40 {{/filters}}
38 </div> 41 </div>
39 </div> 42 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698