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

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

Issue 174332: Move detailed list of chrome.* APIs out of the sidenav and into (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/chrome/
Patch Set: Created 11 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « common/extensions/docs/static/api_index.html ('k') | no next file » | 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="container"> 1 <div id="container">
2 <a name="top"> </a> 2 <a name="top"> </a>
3 <!-- API HEADER --> 3 <!-- API HEADER -->
4 <div id="pageHeader"> 4 <div id="pageHeader">
5 <div id="searchbox"> 5 <div id="searchbox">
6 <form action="http://www.google.com/cse" id="cse-search-box"> 6 <form action="http://www.google.com/cse" id="cse-search-box">
7 <div> 7 <div>
8 <input type="hidden" name="cx" value="002967670403910741006:61_cvzfq tno" /> 8 <input type="hidden" name="cx" value="002967670403910741006:61_cvzfq tno" />
9 <input type="hidden" name="ie" value="UTF-8" /> 9 <input type="hidden" name="ie" value="UTF-8" />
10 <input type="text" name="q" size="31" /> 10 <input type="text" name="q" size="31" />
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 </li> 52 </li>
53 <li>Reference 53 <li>Reference
54 <ul> 54 <ul>
55 <li> Formats</a> 55 <li> Formats</a>
56 <ul> 56 <ul>
57 <li><a href="manifest.html">Manifest Files</a></li> 57 <li><a href="manifest.html">Manifest Files</a></li>
58 <li>Match Patterns</li> 58 <li>Match Patterns</li>
59 <li>Packages (.crx)</li> 59 <li>Packages (.crx)</li>
60 </ul> 60 </ul>
61 </li> 61 </li>
62 <li> <a href="api_index.html">chrome.* APIs</a> 62 <li> <a href="api_index.html">chrome.* APIs</a> </li>
63 <ul>
64 <li><a href="bookmarks.html">bookmarks</a></li>
65 <li>extension</li>
66 <li><a href="pageActions.html">pageActions</a></li>
67 <li>self</li>
68 <li><a href="tabs.html">tabs</a></li>
69 <li><a href="toolstrip.html">toolstrip</a></li>
70 <li><a href="windows.html">windows</a></li>
71 </ul>
72 </li>
73 <li>Other APIs</li> 63 <li>Other APIs</li>
74 </ul> 64 </ul>
75 </li> 65 </li>
76 <li>Samples 66 <li>Samples
77 <ul> 67 <ul>
78 <li>[sample 1]</li> 68 <li>[sample 1]</li>
79 <li>[sample 2]</li> 69 <li>[sample 2]</li>
80 </ul> 70 </ul>
81 </li> 71 </li>
82 </ul> 72 </ul>
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 320
331 </div> <!-- /apiGroup --> 321 </div> <!-- /apiGroup -->
332 322
333 </div> <!-- /apiPage --> 323 </div> <!-- /apiPage -->
334 </div> <!-- /mainColumn --> 324 </div> <!-- /mainColumn -->
335 </div> <!-- /pageContent --> 325 </div> <!-- /pageContent -->
336 <div id="pageFooter" --> 326 <div id="pageFooter" -->
337 Copyright 2009. For terms of use, see the Chromium <a href="http://src.chr omium.org/viewvc/chrome/trunk/src/LICENSE">license</a>. 327 Copyright 2009. For terms of use, see the Chromium <a href="http://src.chr omium.org/viewvc/chrome/trunk/src/LICENSE">license</a>.
338 </div> <!-- /pageFooter --> 328 </div> <!-- /pageFooter -->
339 </div> <!-- /container --> 329 </div> <!-- /container -->
OLDNEW
« no previous file with comments | « common/extensions/docs/static/api_index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698