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

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

Issue 10969053: Extensions Docs Server: Show callbacks for events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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 | « chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json ('k') | 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}}{{+partials.callback}}{{/}}
not at google - send to devlin 2012/09/24 00:49:01 nit: put {{+partials.callback}} on its own line so
not at google - send to devlin 2012/09/24 00:49:27 ok, don't know why i prefixed that with "nit", bec
cduvall 2012/09/24 22:29:03 Done.
31 {{/parameters}} 32 {{/parameters}}
32 {{?filters}} 33 {{?filters}}
33 <h4>Filters</h4> 34 <h4>Filters</h4>
34 <dl> 35 <dl>
35 {{#filters}}{{+partials.parameter_full}}{{/}} 36 {{#filters}}{{+partials.parameter_full}}{{/}}
36 </dl> 37 </dl>
37 {{/filters}} 38 {{/filters}}
38 </div> 39 </div>
39 </div> 40 </div>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698