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

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

Issue 5398002: doc stuff (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 <ul> 149 <ul>
150 <li>Browser UI 150 <li>Browser UI
151 <ul> 151 <ul>
152 <li><a href="browserAction.html">Browser Actions</a></li> 152 <li><a href="browserAction.html">Browser Actions</a></li>
153 <li><a href="contextMenus.html">Context Menus</a></li> 153 <li><a href="contextMenus.html">Context Menus</a></li>
154 <li><a href="notifications.html">Desktop Notifications</a></li > 154 <li><a href="notifications.html">Desktop Notifications</a></li >
155 <li><a href="omnibox.html">Omnibox</a></li> 155 <li><a href="omnibox.html">Omnibox</a></li>
156 <li><a href="options.html">Options Pages</a></li> 156 <li><a href="options.html">Options Pages</a></li>
157 <li><a href="override.html">Override Pages</a></li> 157 <li><a href="override.html">Override Pages</a></li>
158 <li><a href="pageAction.html">Page Actions</a></li> 158 <li><a href="pageAction.html">Page Actions</a></li>
159 <li><a href="themes.html">Themes</a></li>
160 </ul> 159 </ul>
161 </li> 160 </li>
162 <li>Browser Interaction 161 <li>Browser Interaction
163 <ul> 162 <ul>
164 <li><a href="bookmarks.html">Bookmarks</a></li> 163 <li><a href="bookmarks.html">Bookmarks</a></li>
165 <li><a href="cookies.html">Cookies</a></li> 164 <li><a href="cookies.html">Cookies</a></li>
166 <li><a href="events.html">Events</a></li> 165 <li><a href="events.html">Events</a></li>
167 <li><a href="history.html">History</a></li> 166 <li><a href="history.html">History</a></li>
168 <li><a href="management.html">Management</a></li> 167 <li><a href="management.html">Management</a></li>
169 <li><a href="tabs.html">Tabs</a></li> 168 <li><a href="tabs.html">Tabs</a></li>
(...skipping 13 matching lines...) Expand all
183 </ul> 182 </ul>
184 </li> 183 </li>
185 <li>Finishing 184 <li>Finishing
186 <ul> 185 <ul>
187 <li><a href="hosting.html">Hosting</a></li> 186 <li><a href="hosting.html">Hosting</a></li>
188 <li><a href="external_extensions.html">Other Deployment Option s</a></li> 187 <li><a href="external_extensions.html">Other Deployment Option s</a></li>
189 </ul> 188 </ul>
190 </li> 189 </li>
191 </ul> 190 </ul>
192 </li> 191 </li>
192 <li><h2><a href="apps.html">Packaged Apps</a></h2></li>
193 <li><h2><a href="tutorials.html">Tutorials</a></h2> 193 <li><h2><a href="tutorials.html">Tutorials</a></h2>
194 <ul> 194 <ul>
195 <li><a href="tut_debugging.html">Debugging</a></li> 195 <li><a href="tut_debugging.html">Debugging</a></li>
196 <li><a href="tut_analytics.html">Google Analytics</a></li> 196 <li><a href="tut_analytics.html">Google Analytics</a></li>
197 <li><a href="tut_oauth.html">OAuth</a></li> 197 <li><a href="tut_oauth.html">OAuth</a></li>
198 </ul> 198 </ul>
199 </li> 199 </li>
200 <li><h2>Reference</h2> 200 <li><h2>Reference</h2>
201 <ul> 201 <ul>
202 <li>Formats 202 <li>Formats
203 <ul> 203 <ul>
204 <li><a href="manifest.html">Manifest Files</a></li> 204 <li><a href="manifest.html">Manifest Files</a></li>
205 <li><a href="match_patterns.html">Match Patterns</a></li> 205 <li><a href="match_patterns.html">Match Patterns</a></li>
206 <!-- <li>Packages (.crx)</li> -->
207 </ul> 206 </ul>
208 </li> 207 </li>
208 <li><a href="permission_warnings.html">Permission Warnings</a></li >
209 <li><a href="api_index.html">chrome.* APIs</a></li> 209 <li><a href="api_index.html">chrome.* APIs</a></li>
210 <li><a href="api_other.html">Other APIs</a></li> 210 <li><a href="api_other.html">Other APIs</a></li>
211 </ul> 211 </ul>
212 </li> 212 </li>
213 <li><h2><a href="samples.html">Samples</a></h2></li> 213 <li><h2><a href="samples.html">Samples</a></h2></li>
214 <div class="line"> </div> 214 <div class="line"> </div>
215 <li><h2>More</h2> 215 <li><h2>More</h2>
216 <ul> 216 <ul>
217 <li><a href="http://code.google.com/chrome/webstore/docs/index.htm l">Chrome Web Store</a></li> 217 <li><a href="http://code.google.com/chrome/webstore/docs/index.htm l">Chrome Web Store</a></li>
218 <li><a href="http://code.google.com/chrome/apps/docs/developers_gu ide.html">Installable Web Apps</a></li> 218 <li><a href="http://code.google.com/chrome/apps/docs/developers_gu ide.html">Hosted Apps</a></li>
219 <li><a href="themes.html">Themes</a></li> 219 <li><a href="themes.html">Themes</a></li>
220 </ul> 220 </ul>
221 </li> 221 </li>
222 </ul> 222 </ul>
223 </div> 223 </div>
224 <script> 224 <script>
225 initToggles(); 225 initToggles();
226 </script> 226 </script>
227 227
228 <div class="g-unit" id="gc-pagecontent"> 228 <div class="g-unit" id="gc-pagecontent">
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 _uanchor=1; 491 _uanchor=1;
492 _uff=0; 492 _uff=0;
493 urchinTracker(); 493 urchinTracker();
494 } 494 }
495 catch(e) {/* urchinTracker not available. */} 495 catch(e) {/* urchinTracker not available. */}
496 </script> 496 </script>
497 <!-- end analytics --> 497 <!-- end analytics -->
498 </div> 498 </div>
499 </div> <!-- /gc-footer --> 499 </div> <!-- /gc-footer -->
500 </div> <!-- /gc-container --> 500 </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