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

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

Issue 1124343004: docs: Fix some broken links to samples where the #hash-word is supposed to be a search term. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change TODO owners Created 5 years, 7 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> 1 <p>
2 See <a href="experimental.devtools">DevTools APIs summary</a> for 2 See <a href="experimental.devtools">DevTools APIs summary</a> for
3 general introduction to using Developer Tools APIs. 3 general introduction to using Developer Tools APIs.
4 </p> 4 </p>
5 5
6 <h2 id="overview">Overview</h2> 6 <h2 id="overview">Overview</h2>
7 7
8 <p> 8 <p>
9 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>
10 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
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 </pre> 58 </pre>
59 <p>The audit result tree produced by the snippet above will look like this: 59 <p>The audit result tree produced by the snippet above will look like this:
60 </p> 60 </p>
61 <img src="{{static}}/images/devtools-audits-results.png" 61 <img src="{{static}}/images/devtools-audits-results.png"
62 style="margin-left: 20px" 62 style="margin-left: 20px"
63 width="330" height="169" 63 width="330" height="169"
64 alt="Audit results example" /> 64 alt="Audit results example" />
65 65
66 <p> 66 <p>
67 You can find more examples that use this API in 67 You can find more examples that use this API in
68 <a href="samples#devtools.audits">Samples</a>. 68 <a href="samples#search:devtools.audits">Samples</a>.
69 </p> 69 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698