cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / private / dom_event.html
blobac94501ed97d6bcc97f6a85265923cc6fc61342b
1 {{#event}}
2 <div>
3 <h3 id="{{id}}">{{name}}</h3>
4 <div class="description">
5 {{?description}}<p>
6 {{{description}}}
7 </p>{{/description}}
8 {{?properties}}
9 <table class="innerTable">
10 <tr><th colspan="3">Event object properties</th></tr>
11 {{+partials.type_item items:properties
12 item_partial:partials.parameter_full
13 parentName:name /}}
14 </table>
15 {{/properties}}
16 </div>
17 </div>
18 {{/event}}