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

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

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 {{?description}}<p> 6 {{?description}}<p>
7 {{{description}}} 7 {{{description}}}
8 </p>{{/description}} 8 </p>{{/description}}
9 {{?supportsRules}} 9 {{?supportsRules}}
10 <p>Provides the <a href="events.html#declarative">Declarative Event API</a> 10 <p>Provides the <a href="events#declarative">Declarative Event API</a>
11 consisting of $(ref:events.Event.addRules addRules), 11 consisting of $(ref:events.Event.addRules addRules),
12 $(ref:events.Event.removeRules removeRules), and 12 $(ref:events.Event.removeRules removeRules), and
13 $(ref:events.Event.addRules getRules).</p> 13 $(ref:events.Event.addRules getRules).</p>
14 <div class="summary"> 14 <div class="summary">
15 {{+partials.function_signature function:byName.addRules 15 {{+partials.function_signature function:byName.addRules
16 parentName:name 16 parentName:name
17 api:api/}} 17 api:api/}}
18 {{+partials.function_signature function:byName.removeRules 18 {{+partials.function_signature function:byName.removeRules
19 parentName:name 19 parentName:name
20 api:api/}} 20 api:api/}}
(...skipping 24 matching lines...) Expand all
45 {{/filters}} 45 {{/filters}}
46 {{?supportsListeners}} 46 {{?supportsListeners}}
47 {{+partials.function function:byName.addListener 47 {{+partials.function function:byName.addListener
48 parentName:name 48 parentName:name
49 api:api 49 api:api
50 hideParamTOC:true /}} 50 hideParamTOC:true /}}
51 {{/supportsListeners}} 51 {{/supportsListeners}}
52 </div> 52 </div>
53 </div> 53 </div>
54 {{/event}} 54 {{/event}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698