Chromium Code Reviews| Index: chrome/common/extensions/docs/experimental.savePage.html |
| diff --git a/chrome/common/extensions/docs/experimental.savePage.html b/chrome/common/extensions/docs/experimental.savePage.html |
| index c2de7a79bcd320d80bc2a36ba800c63a906519d8..5ace1e4516a40bae85191ab06b8cb82c997da7ee 100644 |
| --- a/chrome/common/extensions/docs/experimental.savePage.html |
| +++ b/chrome/common/extensions/docs/experimental.savePage.html |
| @@ -378,7 +378,7 @@ system and that it can only be loaded in the main frame. |
| <h2 id="manifest">Manifest</h2> |
| <p> |
| -The infobars API is currently |
| +The savePage API is currently |
|
asargent_no_longer_on_chrome
2011/11/22 18:43:41
nit: I think you actually want to fix this in
ch
|
| experimental, so you must declare the "experimental" |
| permission to use it. |
| @@ -420,8 +420,8 @@ permission to use it. |
| <div class="summary"><span style="display: none; ">void</span> |
| <!-- Note: intentionally longer 80 columns --> |
| - <span>chrome.experimental.savePage.saveAsMHTML</span>(<span class="null"><span style="display: none; ">, </span><span>integer</span> |
| - <var><span>tabId</span></var></span><span class="null"><span>, </span><span>function</span> |
| + <span>chrome.experimental.savePage.saveAsMHTML</span>(<span class="null"><span style="display: none; ">, </span><span>object</span> |
| + <var><span>details</span></var></span><span class="null"><span>, </span><span>function</span> |
| <var><span>callback</span></var></span>)</div> |
| <div class="description"> |
| @@ -434,6 +434,53 @@ permission to use it. |
| <div> |
| <div> |
| <dt> |
| + <var>details</var> |
| + <em> |
| + |
| + <!-- TYPE --> |
| + <div style="display:inline"> |
| + ( |
| + <span class="optional" style="display: none; ">optional</span> |
| + <span class="enum" style="display: none; ">enumerated</span> |
| + <span id="typeTemplate"> |
| + <span style="display: none; "> |
| + <a> Type</a> |
| + </span> |
| + <span> |
| + <span style="display: none; "> |
| + array of <span><span></span></span> |
| + </span> |
| + <span>object</span> |
| + <span style="display: none; "></span> |
| + </span> |
| + </span> |
| + ) |
| + </div> |
| + |
| + </em> |
| + </dt> |
| + <dd class="todo"> |
| + Undocumented. |
| + </dd> |
| + <dd style="display: none; "> |
| + Description of this parameter from the json schema. |
| + </dd> |
| + <dd style="display: none; "> |
| + This parameter was added in version |
| + <b><span></span></b>. |
| + You must omit this parameter in earlier versions, |
| + and you may omit it in any version. If you require this |
| + parameter, the manifest key |
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> |
| + can ensure that your extension won't be run in an earlier browser version. |
| + </dd> |
| + |
| + <!-- OBJECT PROPERTIES --> |
| + <dd> |
| + <dl> |
| + <div> |
| + <div> |
| + <dt> |
| <var>tabId</var> |
| <em> |
| @@ -462,7 +509,7 @@ permission to use it. |
| <dd class="todo" style="display: none; "> |
| Undocumented. |
| </dd> |
| - <dd>The id of the tab to save.</dd> |
| + <dd>The id of the tab to save to MHTML.</dd> |
| <dd style="display: none; "> |
| This parameter was added in version |
| <b><span></span></b>. |
| @@ -499,6 +546,26 @@ permission to use it. |
| </dd> |
| </div> |
| + </div> |
| + </dl> |
| + </dd> |
| + |
| + <!-- OBJECT METHODS --> |
| + <dd style="display: none; "> |
| + <div></div> |
| + </dd> |
| + |
| + <!-- OBJECT EVENT FIELDS --> |
| + <dd style="display: none; "> |
| + <div></div> |
| + </dd> |
| + |
| + <!-- FUNCTION PARAMETERS --> |
| + <dd style="display: none; "> |
| + <div></div> |
| + </dd> |
| + |
| + </div> |
| </div><div> |
| <div> |
| <dt> |