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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/private/sidenav.html

Issue 10821073: Extensions Docs Server: Filter APIs UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
OLDNEW
1 <div class="g-unit g-first" id="gc-toc"> 1 <div class="g-unit g-first" id="gc-toc">
2 <ul> 2 <ul>
3 <li><h2>Starting</h2> 3 <li><h2>Starting</h2>
4 <ul> 4 <ul>
5 <li><a href="getstarted.html">Getting Started</a></li> 5 <li><a href="getstarted.html">Getting Started</a></li>
6 <li><a href="overview.html">Overview</a></li> 6 <li><a href="overview.html">Overview</a></li>
7 <li><a href="whats_new.html">What's New?</a></li> 7 <li><a href="whats_new.html">What's New?</a></li>
8 </ul> 8 </ul>
9 </li> 9 </li>
10 <li><h2>The API</h2> 10 <li><h2>The API</h2>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 <li><h2>Reference</h2> 64 <li><h2>Reference</h2>
65 <ul> 65 <ul>
66 <li><span>Formats</span> 66 <li><span>Formats</span>
67 <ul style="display: none;"> 67 <ul style="display: none;">
68 <li><a href="manifest.html">Manifest Files</a></li> 68 <li><a href="manifest.html">Manifest Files</a></li>
69 <li><a href="match_patterns.html">Match Patterns</a></li> 69 <li><a href="match_patterns.html">Match Patterns</a></li>
70 </ul> 70 </ul>
71 </li> 71 </li>
72 <li><a href="permission_warnings.html">Permission Warnings</a></li> 72 <li><a href="permission_warnings.html">Permission Warnings</a></li>
73 <li><a href="api_index.html">chrome.* APIs</a></li> 73 <li><a href="api_index.html">chrome.* APIs</a></li>
74 <div>
75 <input type="search" id="api_search" placeholder="Filter APIs">
not at google - send to devlin 2012/07/30 10:14:25 I googled and found a couple of neat tricks: if yo
cduvall 2012/07/30 20:05:38 Done.
76 <div id="filtered_apis"></div>
77 </div>
not at google - send to devlin 2012/07/30 10:14:25 I reckon we should move this and the API reference
cduvall 2012/07/30 20:05:38 Wasn't sure if you wanted me to move the whole sec
74 <li><a href="api_other.html">Other APIs</a></li> 78 <li><a href="api_other.html">Other APIs</a></li>
75 </ul> 79 </ul>
76 </li> 80 </li>
77 <li><h2><a href="samples.html">Samples</a></h2></li> 81 <li><h2><a href="samples.html">Samples</a></h2></li>
78 <li><h2>More</h2> 82 <li><h2>More</h2>
79 <ul> 83 <ul>
80 <li><a href="http://code.google.com/chrome/webstore/docs/index.html">Chr ome Web Store</a></li> 84 <li><a href="http://code.google.com/chrome/webstore/docs/index.html">Chr ome Web Store</a></li>
81 <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.ht ml">Hosted Apps</a></li> 85 <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.ht ml">Hosted Apps</a></li>
82 <li><a href="themes.html">Themes</a></li> 86 <li><a href="themes.html">Themes</a></li>
83 </ul> 87 </ul>
84 </li> 88 </li>
85 </ul> 89 </ul>
86 </div> 90 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698