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

Side by Side Diff: chrome/common/extensions/docs/template/api_template.html

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 4 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
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="gc-container" class="labs"> 1 <div id="gc-container" class="labs">
2 <div id="devModeWarning"> 2 <div id="devModeWarning">
3 You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with -- allow-file-access-from-files. 3 You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with -- allow-file-access-from-files.
4 </div> 4 </div>
5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> 5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION -->
6 <!-- In particular, sub-templates that recurse, must be used by allowing 6 <!-- In particular, sub-templates that recurse, must be used by allowing
7 jstemplate to make a copy of the template in this section which 7 jstemplate to make a copy of the template in this section which
8 are not operated on by way of the jsskip="true" --> 8 are not operated on by way of the jsskip="true" -->
9 <div jsskip="true" style="display:none"> 9 <div jsskip="true" style="display:none">
10 10
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 href="#id-anchor">id</a> 257 href="#id-anchor">id</a>
258 </li> 258 </li>
259 </ol> 259 </ol>
260 </li> 260 </li>
261 </ol> 261 </ol>
262 </li> 262 </li>
263 </ol> 263 </ol>
264 </div> 264 </div>
265 <!-- /TABLE OF CONTENTS --> 265 <!-- /TABLE OF CONTENTS -->
266 266
267 <!-- Standard content lead-in for experimental API pages -->
268 <p jsdisplay="isExperimentalAPIPage();" id="classSummary">
269 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
270 </p>
271
267 <!-- STATIC CONTENT PLACEHOLDER --> 272 <!-- STATIC CONTENT PLACEHOLDER -->
268 <div id="static"></div> 273 <div id="static"></div>
269 274
270 <!-- API PAGE --> 275 <!-- API PAGE -->
271 <div class="apiPage" jsselect="apiDefinition"> 276 <div class="apiPage" jsselect="apiDefinition">
272 <a name="apiReference"></a> 277 <a name="apiReference"></a>
273 <h2 jscontent="'API reference: ' + getModuleName()">API reference: chrom e.apiname </h2> 278 <h2 jscontent="'API reference: ' + getModuleName()">API reference: chrom e.apiname </h2>
274 279
275 <!-- PROPERTIES --> 280 <!-- PROPERTIES -->
276 <div jsdisplay="$this.properties" class="apiGroup"> 281 <div jsdisplay="$this.properties" class="apiGroup">
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 _uanchor=1; 461 _uanchor=1;
457 _uff=0; 462 _uff=0;
458 urchinTracker(); 463 urchinTracker();
459 } 464 }
460 catch(e) {/* urchinTracker not available. */} 465 catch(e) {/* urchinTracker not available. */}
461 </script> 466 </script>
462 <!-- end analytics --> 467 <!-- end analytics -->
463 </div> 468 </div>
464 </div> <!-- /gc-footer --> 469 </div> <!-- /gc-footer -->
465 </div> <!-- /gc-container --> 470 </div> <!-- /gc-container -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698