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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/devtools.html

Issue 10854054: Extensions Docs Server: Fix handling of nodocs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 <h1>chrome.devtools.* APIs</h1>
2
1 <p> 3 <p>
2 The following API modules provide support for extending 4 The following API modules provide support for extending
3 Chrome Developer Tools: 5 Chrome Developer Tools:
4 </p> 6 </p>
5 7
6 <a name="api-list"></a> 8 <a name="api-list"></a>
7 <ul> 9 <ul>
8 <li> 10 <li>
9 <a href="devtools.inspectedWindow.html">devtools.inspectedWindow</a></li><li> 11 <a href="devtools.inspectedWindow.html">devtools.inspectedWindow</a></li><li>
10 <a href="devtools.network.html">devtools.network</a></li><li> 12 <a href="devtools.network.html">devtools.network</a></li><li>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 For information on the standard APIs that extensions can use, see 64 For information on the standard APIs that extensions can use, see
63 <a href="api_index.html">chrome.* APIs</a> and 65 <a href="api_index.html">chrome.* APIs</a> and
64 <a href="api_other.html">Other APIs</a>. 66 <a href="api_other.html">Other APIs</a>.
65 </p> 67 </p>
66 68
67 <h2 id="examples">Examples</h2> 69 <h2 id="examples">Examples</h2>
68 70
69 <p> 71 <p>
70 You can find examples that use Developer Tools APIs in 72 You can find examples that use Developer Tools APIs in
71 <a href="samples.html#devtools">Samples</a>. 73 <a href="samples.html#devtools">Samples</a>.
72 </p> 74 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698