Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 {{#property}} | 1 {{#property}} |
| 2 <td>{{+partials.variable_type type:property/}}</td> | 2 <td>{{+partials.variable_type type:property/}}</td> |
| 3 <td>{{?optional}}<span class="optional">(optional)</span>{{/}} | 3 <td>{{?optional}}<span class="optional">(optional)</span>{{/}} |
| 4 {{name}}</td> | 4 {{name}}</td> |
| 5 <td> | 5 <td> |
| 6 {{?deprecated}} | 6 {{?deprecated}} |
| 7 {{+partials.warning_deprecated item:property/}} | 7 {{+partials.warning_deprecated item:property/}} |
| 8 {{/deprecated}} | 8 {{/deprecated}} |
| 9 {{?description}} | 9 {{?description}} |
| 10 {{?availability}} | |
| 11 <span class="availability" style="color: magenta; font-family: 'arial';">{{+av ailability.partial content:availability/}}</span> | |
|
not at google - send to devlin
2014/07/01 16:40:58
ditto
| |
| 12 {{/availability}} | |
| 10 {{{description}}} | 13 {{{description}}} |
| 11 {{/description}} | 14 {{/description}} |
| 12 {{?returns}} | 15 {{?returns}} |
| 13 <br/>Returns<span class="property"> | 16 <br/>Returns<span class="property"> |
| 14 {{+partials.variable_type type:returns/}}. | 17 {{+partials.variable_type type:returns/}}. |
| 15 </span> | 18 </span> |
| 16 {{/returns}} | 19 {{/returns}} |
| 17 {{+partials.enum_descriptions enums:enum_values/}} | 20 {{+partials.enum_descriptions enums:enum_values/}} |
| 18 {{?array.is_object}} | 21 {{?array.is_object}} |
| 19 <h4 title="">Properties of each object</h4> | 22 <h4 title="">Properties of each object</h4> |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 36 parameter:p | 39 parameter:p |
| 37 parentName:name | 40 parentName:name |
| 38 hideParamTOC:hideParamTOC /}} | 41 hideParamTOC:hideParamTOC /}} |
| 39 </table> | 42 </table> |
| 40 {{/parameters}} | 43 {{/parameters}} |
| 41 {{?is_callback}} | 44 {{?is_callback}} |
| 42 {{?parentCallback +partials.callback callback:parentCallback/}} | 45 {{?parentCallback +partials.callback callback:parentCallback/}} |
| 43 {{/is_callback}} | 46 {{/is_callback}} |
| 44 </td> | 47 </td> |
| 45 {{/property}} | 48 {{/property}} |
| OLD | NEW |