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

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 a full stop in the description of elements 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 631bc16a63ce0fca053b7df01ea1aee90cb33081..4272cdfd6ae42ba1adefce7d17449b4a1b60b636 100644
--- a/chrome/common/extensions/docs/experimental.devtools.network.html
+++ b/chrome/common/extensions/docs/experimental.devtools.network.html
@@ -16,7 +16,8 @@
<script type="text/javascript" src="js/api_page_generator.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/sidebar.js"></script>
- <title>chrome.experimental.devtools.network API - Google Chrome Extensions - Google Code</title></head>
+ <title>chrome.experimental.devtools.network
+API - Google Chrome Extensions - Google Code</title></head>
<body> <div id="gc-container" class="labs">
<div id="devModeWarning">
You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files.
@@ -481,7 +482,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>
@@ -517,7 +518,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>.
@@ -580,12 +581,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 -->
@@ -613,7 +614,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>.
@@ -937,7 +938,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>.
@@ -1012,7 +1013,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