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

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

Issue 465039: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: 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
OLDNEW
1 <div id="pageData-title" class="pageData">Tutorial: Debugging</div> 1 <div id="pageData-name" class="pageData">Tutorial: Debugging</div>
2 <div id="pageData-showTOC" class="pageData">true</div> 2 <div id="pageData-showTOC" class="pageData">true</div>
3 3
4 <p> 4 <p>
5 This tutorial introduces you to using 5 This tutorial introduces you to using
6 Google Chrome's built-in Developer Tools 6 Google Chrome's built-in Developer Tools
7 to interactively debug an extension. 7 to interactively debug an extension.
8 </p> 8 </p>
9 9
10 10
11 <h2 id="extension-info"> View extension information </h2> 11 <h2 id="extension-info"> View extension information </h2>
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 </li> 296 </li>
297 </ul> 297 </ul>
298 298
299 <!-- [PENDING: do something to help people debug content scripts, which show up in blue] --> 299 <!-- [PENDING: do something to help people debug content scripts, which show up in blue] -->
300 300
301 <p> 301 <p>
302 For more ideas, 302 For more ideas,
303 see the <a href="getstarted.html#summary">Now what?</a> section 303 see the <a href="getstarted.html#summary">Now what?</a> section
304 of Getting Started. 304 of Getting Started.
305 </p> 305 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/tabs.html ('k') | chrome/common/extensions/docs/static/tutorials.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698