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

Side by Side Diff: chrome/common/extensions/docs/tut_debugging.html

Issue 506068: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: pre commit Created 11 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
« no previous file with comments | « chrome/common/extensions/docs/themes.html ('k') | chrome/common/extensions/docs/tutorials.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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 </li> 222 </li>
223 </ol> 223 </ol>
224 </li><li> 224 </li><li>
225 <a href="#next">Now what?</a> 225 <a href="#next">Now what?</a>
226 <ol> 226 <ol>
227 <li style="display: none; "> 227 <li style="display: none; ">
228 <a>h3Name</a> 228 <a>h3Name</a>
229 </li> 229 </li>
230 </ol> 230 </ol>
231 </li> 231 </li>
232 <div style="display: none; "> 232 <li style="display: none; ">
233 <li>
234 <a href="#apiReference">API reference</a> 233 <a href="#apiReference">API reference</a>
235 <ol> 234 <ol>
236 <li> 235 <li>
237 <a href="#properties">Properties</a> 236 <a href="#properties">Properties</a>
238 <ol> 237 <ol>
239 <li> 238 <li>
240 <a href="#property-anchor">propertyName</a> 239 <a href="#property-anchor">propertyName</a>
241 </li> 240 </li>
242 </ol> 241 </ol>
243 </li> 242 </li>
(...skipping 16 matching lines...) Expand all
260 <li> 259 <li>
261 <a href="#types">Types</a> 260 <a href="#types">Types</a>
262 <ol> 261 <ol>
263 <li> 262 <li>
264 <a href="#id-anchor">id</a> 263 <a href="#id-anchor">id</a>
265 </li> 264 </li>
266 </ol> 265 </ol>
267 </li> 266 </li>
268 </ol> 267 </ol>
269 </li> 268 </li>
270 </div>
271 </ol> 269 </ol>
272 </div> 270 </div>
273 <!-- /TABLE OF CONTENTS --> 271 <!-- /TABLE OF CONTENTS -->
274 272
275 <!-- STATIC CONTENT PLACEHOLDER --> 273 <!-- STATIC CONTENT PLACEHOLDER -->
276 <div id="static"><div id="pageData-name" class="pageData">Tutorial: Debu gging</div> 274 <div id="static"><div id="pageData-name" class="pageData">Tutorial: Debu gging</div>
277 <div id="pageData-showTOC" class="pageData">true</div> 275 <div id="pageData-showTOC" class="pageData">true</div>
278 276
279 <p> 277 <p>
280 This tutorial introduces you to using 278 This tutorial introduces you to using
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 urchinTracker(); 744 urchinTracker();
747 } 745 }
748 catch(e) {/* urchinTracker not available. */} 746 catch(e) {/* urchinTracker not available. */}
749 </script> 747 </script>
750 <!-- end analytics --> 748 <!-- end analytics -->
751 </div> 749 </div>
752 </div> <!-- /gc-footer --> 750 </div> <!-- /gc-footer -->
753 </div> <!-- /gc-container --> 751 </div> <!-- /gc-container -->
754 </body></html> 752 </body></html>
755 753
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/themes.html ('k') | chrome/common/extensions/docs/tutorials.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698