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

Unified Diff: chrome/common/extensions/docs/experimental.devtools.network.html

Issue 8538005: Anoher clean-up for chrome.experimental.devtools.* docs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added onShown/onHidden events on ExtensionPanel and ExtensionSidebarPane Created 9 years, 1 month 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/experimental.devtools.network.html
diff --git a/chrome/common/extensions/docs/experimental.devtools.network.html b/chrome/common/extensions/docs/experimental.devtools.network.html
index c907186033cad355e31c866358d63feda96fbd04..2cee6256efb5eb569b857bd574338a19c94e2483 100644
--- a/chrome/common/extensions/docs/experimental.devtools.network.html
+++ b/chrome/common/extensions/docs/experimental.devtools.network.html
@@ -479,7 +479,7 @@ You can find more examples that use this API in
<div class="description">
<p class="todo" style="display: none; ">Undocumented.</p>
- <p>Returns HAR archive that contains all known network requests.</p>
+ <p>Returns HAR log that contains all known network requests.</p>
<!-- PARAMETERS -->
<h4>Parameters</h4>
@@ -515,7 +515,7 @@ You can find more examples that use this API in
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>A function that is called upon request completion.</dd>
+ <dd>A function that receives the HAR log when the request completes.</dd>
<dd style="display: none; ">
This parameter was added in version
<b><span></span></b>.
@@ -578,12 +578,12 @@ You can find more examples that use this API in
</p>
<!-- Note: intentionally longer 80 columns -->
- <pre>function(<span>object har</span>) <span class="subdued">{...}</span>;</pre>
+ <pre>function(<span>object harLog</span>) <span class="subdued">{...}</span>;</pre>
<dl>
<div>
<div>
<dt>
- <var>har</var>
+ <var>harLog</var>
<em>
<!-- TYPE -->
@@ -611,7 +611,7 @@ You can find more examples that use this API in
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>A HAR archive. See HAR specification for details.</dd>
+ <dd>A HAR log. See HAR specification for details.</dd>
<dd style="display: none; ">
This parameter was added in version
<b><span></span></b>.
@@ -935,7 +935,7 @@ You can find more examples that use this API in
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>Represents a network request for a document resource (script, image etc). See HAR Specification for reference.</dd>
+ <dd>Represents a network request for a document resource (script, image and so on). See HAR Specification for reference.</dd>
<dd style="display: none; ">
This parameter was added in version
<b><span></span></b>.
@@ -1010,7 +1010,7 @@ You can find more examples that use this API in
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>A function that is called upon request completion.</dd>
+ <dd>A function that receives the response body when the request completes.</dd>
<dd style="display: none; ">
This parameter was added in version
<b><span></span></b>.

Powered by Google App Engine
This is Rietveld 408576698