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

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

Issue 2834014: Extension Docs Changes (nothing buildable or testable) (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 6 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 </dl> 377 </dl>
378 378
379 </div> <!-- /decription --> 379 </div> <!-- /decription -->
380 380
381 </div> <!-- /apiItem --> 381 </div> <!-- /apiItem -->
382 382
383 </div> <!-- /apiGroup --> 383 </div> <!-- /apiGroup -->
384 384
385 <!-- TYPES --> 385 <!-- TYPES -->
386 <div jsdisplay="types && types.length > 0" class="apiGroup"> 386 <div jsdisplay="types && types.length > 0" class="apiGroup">
387 <a name="types.sort(sortByName)"></a> 387 <a name="types"></a>
388 <h3 id="types">Types</h3> 388 <h3 id="types">Types</h3>
389 389
390 <!-- iterates over all types --> 390 <!-- iterates over all types -->
391 <div jsselect="types" class="apiItem"> 391 <div jsselect="types.sort(sortByName)" class="apiItem">
392 <a jsvalues=".name:'type-' + id"></a> 392 <a jsvalues=".name:'type-' + id"></a>
393 <h4 jscontent="id">type name</h4> 393 <h4 jscontent="id">type name</h4>
394 394
395 <div transclude="valueTemplate"> 395 <div transclude="valueTemplate">
396 </div> 396 </div>
397 397
398 </div> <!-- /apiItem --> 398 </div> <!-- /apiItem -->
399 399
400 </div> <!-- /apiGroup --> 400 </div> <!-- /apiGroup -->
401 401
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 _uanchor=1; 434 _uanchor=1;
435 _uff=0; 435 _uff=0;
436 urchinTracker(); 436 urchinTracker();
437 } 437 }
438 catch(e) {/* urchinTracker not available. */} 438 catch(e) {/* urchinTracker not available. */}
439 </script> 439 </script>
440 <!-- end analytics --> 440 <!-- end analytics -->
441 </div> 441 </div>
442 </div> <!-- /gc-footer --> 442 </div> <!-- /gc-footer -->
443 </div> <!-- /gc-container --> 443 </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