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

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

Issue 368973002: Docserver: Add more support for object level availability in templates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
OLDNEW
1 {{#event}} 1 {{#event}}
2 <div> 2 <div>
3 <h3 id="{{id}}">{{name}}</h3> 3 <h3 id="{{id}}">{{name}}</h3>
4 {{+partials.warning_deprecated item:event/}} 4 {{+partials.warning_deprecated item:event/}}
5 <div class="description"> 5 <div class="description">
6 {{?availability}}
7 <span class="availability">{{+availability.partial content:availability/}}</ span>
8 {{/availability}}
6 {{?description}}<p> 9 {{?description}}<p>
7 {{{description}}} 10 {{{description}}}
8 </p>{{/description}} 11 </p>{{/description}}
9 {{?supportsRules}} 12 {{?supportsRules}}
10 <p>Provides the <a href="events#declarative">Declarative Event API</a> 13 <p>Provides the <a href="events#declarative">Declarative Event API</a>
11 consisting of $(ref:events.Event.addRules addRules), 14 consisting of $(ref:events.Event.addRules addRules),
12 $(ref:events.Event.removeRules removeRules), and 15 $(ref:events.Event.removeRules removeRules), and
13 $(ref:events.Event.addRules getRules).</p> 16 $(ref:events.Event.addRules getRules).</p>
14 <div class="summary"> 17 <div class="summary">
15 {{+partials.function_signature function:byName.addRules 18 {{+partials.function_signature function:byName.addRules
(...skipping 29 matching lines...) Expand all
45 {{/filters}} 48 {{/filters}}
46 {{?supportsListeners}} 49 {{?supportsListeners}}
47 {{+partials.function function:byName.addListener 50 {{+partials.function function:byName.addListener
48 parentName:name 51 parentName:name
49 api:api 52 api:api
50 hideParamTOC:true /}} 53 hideParamTOC:true /}}
51 {{/supportsListeners}} 54 {{/supportsListeners}}
52 </div> 55 </div>
53 </div> 56 </div>
54 {{/event}} 57 {{/event}}
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/cron.yaml ('k') | chrome/common/extensions/docs/templates/private/property.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698