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

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

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 7 years, 5 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
OLDNEW
1 <p id="classSummary"> 1 <p>
2 Use the <code>chrome.experimental.devtools.audits</code> module to add new audit
3 categories to Developer Tools' Audit panel.
4 </p><p>
5 See <a href="experimental.devtools.html">DevTools APIs summary</a> for 2 See <a href="experimental.devtools.html">DevTools APIs summary</a> for
6 general introduction to using Developer Tools APIs. 3 general introduction to using Developer Tools APIs.
7 </p> 4 </p>
8 5
9 <h2 id="overview">Overview</h2> 6 <h2 id="overview">Overview</h2>
10 7
11 <p> 8 <p>
12 Each audit category is represented by a line on <em>Select audits to run</em> 9 Each audit category is represented by a line on <em>Select audits to run</em>
13 screen in the Audits panel. The following example adds a category named 10 screen in the Audits panel. The following example adds a category named
14 <em>Readability</em>:</p> 11 <em>Readability</em>:</p>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 </p> 60 </p>
64 <img src="{{static}}/images/devtools-audits-results.png" 61 <img src="{{static}}/images/devtools-audits-results.png"
65 style="margin-left: 20px" 62 style="margin-left: 20px"
66 width="330" height="169" 63 width="330" height="169"
67 alt="Audit results example" /> 64 alt="Audit results example" />
68 65
69 <p> 66 <p>
70 You can find more examples that use this API in 67 You can find more examples that use this API in
71 <a href="samples.html#devtools.audits">Samples</a>. 68 <a href="samples.html#devtools.audits">Samples</a>.
72 </p> 69 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698