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

Side by Side Diff: chrome/common/extensions/docs/templates/intros/debugger.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 <h2 id="manifest">Notes</h2> 1 <h2 id="manifest">Notes</h2>
2 2
3 <p> 3 <p>
4 As of today, attaching to the tab by means of the debugger API 4 As of today, attaching to the tab by means of the debugger API
5 and using embedded Chrome DevTools with that tab are mutually exclusive. 5 and using embedded Chrome DevTools with that tab are mutually exclusive.
6 If user invokes Chrome DevTools while extension is attached to the tab, 6 If user invokes Chrome DevTools while extension is attached to the tab,
7 debugging session is terminated. Extension can re-establish it later. 7 debugging session is terminated. Extension can re-establish it later.
8 </p> 8 </p>
9 9
10 <h2 id="manifest">Manifest</h2> 10 <h2 id="manifest">Manifest</h2>
(...skipping 12 matching lines...) Expand all
23 ]</b>, 23 ]</b>,
24 ... 24 ...
25 } 25 }
26 </pre> 26 </pre>
27 27
28 28
29 <h2 id="examples">Examples</h2> 29 <h2 id="examples">Examples</h2>
30 30
31 <p> 31 <p>
32 You can find samples of this API in 32 You can find samples of this API in
33 <a href="samples#debugger">Samples</a>. 33 <a href="samples#search:debugger">Samples</a>.
34 </p> 34 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698