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

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

Issue 53403004: Add deprecated annotation for events in API documentation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 <div> 1 <div>
2 <h4 id="{{id}}">{{name}}</h4> 2 <h4 id="{{id}}">{{name}}</h4>
3 {{+partials.warning_deprecated function:@}}
not at google - send to devlin 2013/10/31 20:23:13 maybe you should rename "function" in warning_depr
dhnishi (use Chromium) 2013/10/31 21:29:23 Sounds good. "item" makes more sense with the scop
3 <div class="description"> 4 <div class="description">
4 {{?description}}<p> 5 {{?description}}<p>
5 {{{description}}} 6 {{{description}}}
6 </p>{{/description}} 7 </p>{{/description}}
7 {{?conditions}} 8 {{?conditions}}
8 {{?supportsRules}} 9 {{?supportsRules}}
9 <h4>Supported conditions</h4> 10 <h4>Supported conditions</h4>
10 <p> 11 <p>
11 The following conditions may be used in rules registered through 12 The following conditions may be used in rules registered through
12 <a href="#{{id}}-{{addRulesFunction.name}}"> 13 <a href="#{{id}}-{{addRulesFunction.name}}">
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 api:api}} 57 api:api}}
57 {{/supportsRules}} 58 {{/supportsRules}}
58 {{?supportsListeners}} 59 {{?supportsListeners}}
59 {{+partials.function @:addListenerFunction 60 {{+partials.function @:addListenerFunction
60 parentName:name 61 parentName:name
61 api:api 62 api:api
62 parentId:id}} 63 parentId:id}}
63 {{/supportsListeners}} 64 {{/supportsListeners}}
64 </div> 65 </div>
65 </div> 66 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698