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

Unified Diff: chrome/common/extensions/docs/debugger.html

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/debugger.html
===================================================================
--- chrome/common/extensions/docs/debugger.html (revision 151318)
+++ chrome/common/extensions/docs/debugger.html (working copy)
@@ -235,7 +235,7 @@
<a href="#types">Types</a>
<ol>
<li>
- <a href="#type-Debuggee">null</a>
+ <a href="#type-debugger.Debuggee">Debuggee</a>
<ol>
</ol>
</li>
@@ -300,7 +300,7 @@
<h4>attach</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span>chrome.debugger.attach</span>(<span class="null"><span>Debuggee</span>
+ <span>chrome.debugger.attach</span>(<span class="null"><span>debugger.Debuggee</span>
<var><span>target</span></var></span><span class="null"><span>, </span><span>string</span>
<var><span>requiredVersion</span></var></span><span class="optional"><span>, </span><span>function</span>
<var><span>callback</span></var></span>)</div>
@@ -319,7 +319,7 @@
(
<span id="typeTemplate">
<span>
- <a href="debugger.html#type-Debuggee">Debuggee</a>
+ <a href="debugger.html#type-debugger.Debuggee">debugger.Debuggee</a>
</span>
</span>
)
@@ -392,7 +392,7 @@
<h4>detach</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span>chrome.debugger.detach</span>(<span class="null"><span>Debuggee</span>
+ <span>chrome.debugger.detach</span>(<span class="null"><span>debugger.Debuggee</span>
<var><span>target</span></var></span><span class="optional"><span>, </span><span>function</span>
<var><span>callback</span></var></span>)</div>
<div class="description">
@@ -410,7 +410,7 @@
(
<span id="typeTemplate">
<span>
- <a href="debugger.html#type-Debuggee">Debuggee</a>
+ <a href="debugger.html#type-debugger.Debuggee">debugger.Debuggee</a>
</span>
</span>
)
@@ -460,7 +460,7 @@
<h4>sendCommand</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span>chrome.debugger.sendCommand</span>(<span class="null"><span>Debuggee</span>
+ <span>chrome.debugger.sendCommand</span>(<span class="null"><span>debugger.Debuggee</span>
<var><span>target</span></var></span><span class="null"><span>, </span><span>string</span>
<var><span>method</span></var></span><span class="optional"><span>, </span><span>object</span>
<var><span>params</span></var></span><span class="optional"><span>, </span><span>function</span>
@@ -480,7 +480,7 @@
(
<span id="typeTemplate">
<span>
- <a href="debugger.html#type-Debuggee">Debuggee</a>
+ <a href="debugger.html#type-debugger.Debuggee">debugger.Debuggee</a>
</span>
</span>
)
@@ -584,7 +584,7 @@
<h4>onDetach</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span class="subdued">chrome.debugger.</span><span>onDetach</span><span class="subdued">.addListener</span>(function(<span>Debuggee source</span>) <span class="subdued">{...}</span><span></span>);
+ <span class="subdued">chrome.debugger.</span><span>onDetach</span><span class="subdued">.addListener</span>(function(<span>debugger.Debuggee source</span>) <span class="subdued">{...}</span><span></span>);
</div>
<div class="description">
<p>Fired when browser terminates debugging session for the tab. This happens when either the tab is being closed or Chrome DevTools is being invoked for the attached tab.</p>
@@ -602,7 +602,7 @@
(
<span id="typeTemplate">
<span>
- <a href="debugger.html#type-Debuggee">Debuggee</a>
+ <a href="debugger.html#type-debugger.Debuggee">debugger.Debuggee</a>
</span>
</span>
)
@@ -629,7 +629,7 @@
<h4>onEvent</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span class="subdued">chrome.debugger.</span><span>onEvent</span><span class="subdued">.addListener</span>(function(<span>Debuggee source, string method, object params</span>) <span class="subdued">{...}</span><span></span>);
+ <span class="subdued">chrome.debugger.</span><span>onEvent</span><span class="subdued">.addListener</span>(function(<span>debugger.Debuggee source, string method, object params</span>) <span class="subdued">{...}</span><span></span>);
</div>
<div class="description">
<p>Fired whenever debugging target issues instrumentation event.</p>
@@ -647,7 +647,7 @@
(
<span id="typeTemplate">
<span>
- <a href="debugger.html#type-Debuggee">Debuggee</a>
+ <a href="debugger.html#type-debugger.Debuggee">debugger.Debuggee</a>
</span>
</span>
)
@@ -724,8 +724,8 @@
<h3 id="types">Types</h3>
<!-- iterates over all types -->
<div class="apiItem">
- <a name="type-Debuggee"></a>
- <h4>Debuggee</h4>
+ <a name="type-debugger.Debuggee"></a>
+ <h4>debugger.Debuggee</h4>
<div>
<dt>
<em>
« no previous file with comments | « chrome/common/extensions/docs/cookies.html ('k') | chrome/common/extensions/docs/declarativeWebRequest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698