From 419770c110ea852984048f3a7c635492c7b5459c Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Wed, 16 Dec 2009 07:21:10 +0000 Subject: Merge 32048 - Final copyedits for beta. TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/395016 TBR=kathyw@google.com Review URL: http://codereview.chromium.org/500046 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34661 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/api/extension_api.json | 5 +- chrome/common/extensions/docs/devguide.html | 2 +- chrome/common/extensions/docs/extension.html | 120 +++------------------ chrome/common/extensions/docs/static/devguide.html | 2 +- 4 files changed, 22 insertions(+), 107 deletions(-) diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json index 446057f..f1de616 100755 --- a/chrome/common/extensions/api/extension_api.json +++ b/chrome/common/extensions/api/extension_api.json @@ -57,7 +57,7 @@ "name": "connect", "type": "function", "unprivileged": true, - "description": "Attempts to connect to other listeners within the extension (listeners may be toolstrips or the extension's background page). This is primarily useful for content scripts connecting to their extension processes. Extensions may connect to content scripts embedded in tabs via chrome.tabs.connectToTab.", + "description": "Attempts to connect to other listeners within the extension (such as the extension's background page). This is primarily useful for content scripts connecting to their extension processes. Extensions may connect to content scripts embedded in tabs via chrome.tabs.connectToTab.", "parameters": [ {"type": "string", "name": "extensionId", "optional": true, "description": "The extension ID of the extension you want to connect to. If omitted, default is your own extension."}, { @@ -116,7 +116,7 @@ { "name": "getViews", "type": "function", - "description": "Returns an array of the global JavaScript objects for each of the views running inside the current extension. This includes toolstrips, background pages, and tabs.", + "description": "Returns an array of the global JavaScript objects for each of the views running inside the current extension. This includes background pages and tabs.", "parameters": [], "returns": { "type": "array", @@ -135,6 +135,7 @@ }, { "name": "getToolstrips", + "nodoc": true, "type": "function", "description": "Returns an array of the global JavaScript objects for each of the toolstrip views running inside the current extension. If windowId is specified, returns only the toolstrips attached to the specified window.", "parameters": [ diff --git a/chrome/common/extensions/docs/devguide.html b/chrome/common/extensions/docs/devguide.html index bd38826..f0f8079 100644 --- a/chrome/common/extensions/docs/devguide.html +++ b/chrome/common/extensions/docs/devguide.html @@ -338,7 +338,7 @@ and Overview. Message Passing Communicate from a content script to its parent extension, - or vice versa. + or vice versa NPAPI Plugins diff --git a/chrome/common/extensions/docs/extension.html b/chrome/common/extensions/docs/extension.html index f71a215..1242b5b 100644 --- a/chrome/common/extensions/docs/extension.html +++ b/chrome/common/extensions/docs/extension.html @@ -228,8 +228,8 @@ getBackgroundPage
  • getExtensionTabs -
  • - getToolstrips +
  • + methodName
  • getURL
  • @@ -427,7 +427,7 @@ For details, see
    -

    Attempts to connect to other listeners within the extension (listeners may be toolstrips or the extension's background page). This is primarily useful for content scripts connecting to their extension processes. Extensions may connect to content scripts embedded in tabs via chrome.tabs.connectToTab.

    +

    Attempts to connect to other listeners within the extension (such as the extension's background page). This is primarily useful for content scripts connecting to their extension processes. Extensions may connect to content scripts embedded in tabs via chrome.tabs.connectToTab.

    Parameters

    @@ -860,65 +860,27 @@ For details, see
    -
    - -

    getToolstrips

    +
    -
    +

    Callback function

    @@ -1141,7 +1055,7 @@ For details, see

    -

    Returns an array of the global JavaScript objects for each of the views running inside the current extension. This includes toolstrips, background pages, and tabs.

    +

    Returns an array of the global JavaScript objects for each of the views running inside the current extension. This includes background pages and tabs.

    Parameters

    diff --git a/chrome/common/extensions/docs/static/devguide.html b/chrome/common/extensions/docs/static/devguide.html index 92e1e23..193eecb 100644 --- a/chrome/common/extensions/docs/static/devguide.html +++ b/chrome/common/extensions/docs/static/devguide.html @@ -85,7 +85,7 @@ and Overview. Message Passing Communicate from a content script to its parent extension, - or vice versa. + or vice versa NPAPI Plugins -- cgit v1.1