| Index: chrome/common/extensions/api/tabs.json
|
| diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json
|
| index 913e69181e3b1f75cea9f33f812d01ced2a8b777..066d005f4c9631b883dd3fcb3a4f3ff41b7a895e 100644
|
| --- a/chrome/common/extensions/api/tabs.json
|
| +++ b/chrome/common/extensions/api/tabs.json
|
| @@ -63,6 +63,7 @@
|
| },
|
| {
|
| "name": "connect",
|
| + "nocompile": true,
|
| "type": "function",
|
| "description": "Connects to the content script(s) in the specified tab. The <a href='extension.html#event-onConnect'>chrome.extension.onConnect</a> event is fired in each content script running in the specified tab for the current extension. For more details, see <a href='content_scripts.html#messaging'>Content Script Messaging</a>.",
|
| "parameters": [
|
| @@ -87,6 +88,7 @@
|
| },
|
| {
|
| "name": "sendRequest",
|
| + "nocompile": true,
|
| "type": "function",
|
| "description": "Sends a single request to the content script(s) in the specified tab, with an optional callback to run when a response is sent back. The <a href='extension.html#event-onRequest'>chrome.extension.onRequest</a> event is fired in each content script running in the specified tab for the current extension.",
|
| "parameters": [
|
| @@ -299,6 +301,7 @@
|
| {
|
| "name": "highlight",
|
| "type": "function",
|
| + "nocompile": true,
|
| "description": "Highlights the given tabs.",
|
| "parameters": [
|
| {
|
| @@ -349,6 +352,7 @@
|
| "name": "updateProperties",
|
| "properties": {
|
| "url": {
|
| + "type": "string",
|
| "optional": true,
|
| "description": "A URL to navigate the tab to."
|
| },
|
| @@ -398,6 +402,7 @@
|
| },
|
| {
|
| "name": "move",
|
| + "nocompile": true,
|
| "type": "function",
|
| "description": "Moves one or more tabs to a new position within its window, or to a new window. Note that tabs can only be moved to and from normal (window.type === \"normal\") windows.",
|
| "parameters": [
|
| @@ -466,6 +471,7 @@
|
| },
|
| {
|
| "name": "remove",
|
| + "nocompile": true,
|
| "type": "function",
|
| "description": "Closes one or more tabs. Note: This function can be used without requesting the 'tabs' permission in the manifest.",
|
| "parameters": [
|
|
|