Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/articles/whats_new.html |
| =================================================================== |
| --- chrome/common/extensions/docs/templates/articles/whats_new.html (revision 181647) |
| +++ chrome/common/extensions/docs/templates/articles/whats_new.html (working copy) |
| @@ -162,7 +162,7 @@ |
| <li>The <a href="devtools.html">developer tools APIs</a> |
| provide support for extending Chrome Developer Tools. |
| The inspected window API lets you interact with the inspected window. |
| - The network API lets you retrive information about network requests. |
| + The network API lets you retrieve information about network requests. |
| The panels API lets you add panels and sidebars. |
| <li>The <a href="pageCapture.html">page capture API</a> |
| lets you save a tab as MHTML. |
| @@ -196,7 +196,7 @@ |
| <h4> Additions to existing APIs </h4> |
| <ul> |
| - <li>The $ref:windows.WINDOW_ID_CURRENT |
| + <li>The $ref:[windows windows API] |
| now has a <code>WINDOW_ID_CURRENT</code> property. |
|
not at google - send to devlin
2013/02/11 14:06:46
Could $ref:windows.WINDOW_ID_CURRENT directly but
方觉(Fang Jue)
2013/02/12 03:27:14
Then delete it.
|
| <li>The <code>chrome.tabs</code> |
| $ref:tabs.create and |
| @@ -301,13 +301,13 @@ |
| to specify the <code>tabID</code> for the |
| $ref:tabs.update method. |
| When not provided, |
| - the <code>tabID</code> defaults |
| + the <code>tabId</code> defaults |
| to the selected tab of the current window. |
| <li>External extension files on Mac OS can now be owned by users |
| within a wheel group (or an admin group). |
| <li>The "experimental" permission is no longer required |
| for the |
| - $ref:windows.Window type. |
| + $ref:[windows.Window "panel"] type. |
| By default, the "panel" type creates a popup |
| unless the <code>--enable-panels</code> flag is set. |
| </ul> |
| @@ -426,7 +426,7 @@ |
| For details, see |
| <a href="content_scripts.html#match-patterns-globs">Match patterns and globs</a>. |
| <li>New "clipboardRead" and "clipboardWrite" |
| - <a href="manifest.html#permissions">permissions</a> |
| + <a href="declare_permissions.html">permissions</a> |
| specify capabilities for <code>document.execCommand()</code>. |
| </ul> |
| @@ -482,7 +482,7 @@ |
| $ref:tabs.captureVisibleTab |
| on just any tab. |
| Instead, you now must have |
| - <a href="manifest.html#permissions">host permission</a> |
| + <a href="declare_permissions.html">host permission</a> |
| for the URL displayed by that tab. |
| To get the previous behavior, |
| specify <code><all_urls></code> for the host permission. |
| @@ -508,7 +508,7 @@ |
| <h4> Manifest changes </h4> |
| <ul> |
| - <li>The new <a href="manifest.html#bg">background</a> permission |
| + <li>The new <a href="declare_permissions.html#bg">background</a> permission |
| extends the life of Chrome, |
| allowing your extension or app |
| to run even when Chrome has no windows open. |