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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/experimental_devtools_audits.html

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: everything but svn stuff 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 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary"> 1 <p id="classSummary">
3 Use the <code>chrome.experimental.devtools.audits</code> module to add new audit 2 Use the <code>chrome.experimental.devtools.audits</code> module to add new audit
4 categories to Developer Tools' Audit panel. 3 categories to Developer Tools' Audit panel.
5 </p><p> 4 </p><p>
6 See <a href="experimental.devtools.html">DevTools APIs summary</a> for 5 See <a href="experimental.devtools.html">DevTools APIs summary</a> for
7 general introduction to using Developer Tools APIs</a>. 6 general introduction to using Developer Tools APIs</a>.
8 </p> 7 </p>
9 8
10 <h2>Overview</h2> 9 <h2>Overview</h2>
11 10
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 <p>The audit result tree produced by the snippet above will look like this: 62 <p>The audit result tree produced by the snippet above will look like this:
64 </p> 63 </p>
65 <img src="{{static}}/images/devtools-audits-results.png" 64 <img src="{{static}}/images/devtools-audits-results.png"
66 style="margin-left: 20px" 65 style="margin-left: 20px"
67 width="330" height="169" 66 width="330" height="169"
68 alt="Audit results example" /> 67 alt="Audit results example" />
69 68
70 <p> 69 <p>
71 You can find more examples that use this API in 70 You can find more examples that use this API in
72 <a href="samples.html#devtools.audits">Samples</a>. 71 <a href="samples.html#devtools.audits">Samples</a>.
73 </p> 72 </p>
74 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698