From 4ce1527a930f211c3e0442a625de3351f1b1a40a Mon Sep 17 00:00:00 2001 From: "bauerb@chromium.org" Date: Wed, 2 Nov 2011 16:05:50 +0000 Subject: Show methods and events for types in table of contents for extension docs. BUG=none TEST=none Review URL: http://codereview.chromium.org/8380008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108304 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/extension.html | 206 +++++++++++++++++++-------- 1 file changed, 150 insertions(+), 56 deletions(-) (limited to 'chrome/common/extensions/docs/extension.html') diff --git a/chrome/common/extensions/docs/extension.html b/chrome/common/extensions/docs/extension.html index 969c618..1df71e7 100644 --- a/chrome/common/extensions/docs/extension.html +++ b/chrome/common/extensions/docs/extension.html @@ -107,6 +107,46 @@ + + +
    +
  1. + Properties +
      +
    1. + propertyName +
    2. +
    +
  2. +
  3. + Methods +
      +
    1. + methodName +
    2. +
    +
  4. +
  5. + Events +
      +
    1. + eventName +
    2. +
    +
  6. +
  7. + Types +
      +
    1. + id +
        +
        +
        +
      +
    2. +
    +
  8. +
@@ -269,65 +309,119 @@ API reference: chrome.extension
  1. - Properties -
      -
    1. - lastError -
    2. - inIncognitoContext -
    3. -
    -
  2. + Properties +
      +
    1. + lastError +
    2. + inIncognitoContext +
    3. +
    +
  3. - Methods -
      -
    1. - connect -
    2. - getBackgroundPage -
    3. - methodName -
    4. - getURL -
    5. - getViews -
    6. - isAllowedFileSchemeAccess -
    7. - isAllowedIncognitoAccess -
    8. - sendRequest -
    9. - setUpdateUrlData -
    10. -
    -
  4. + Methods +
      +
    1. + connect +
    2. + getBackgroundPage +
    3. + methodName +
    4. + getURL +
    5. + getViews +
    6. + isAllowedFileSchemeAccess +
    7. + isAllowedIncognitoAccess +
    8. + sendRequest +
    9. + setUpdateUrlData +
    10. +
    +
  5. - Events -
      -
    1. - onConnect -
    2. - onConnectExternal -
    3. - onRequest -
    4. - onRequestExternal -
    5. -
    -
  6. + Events +
      +
    1. + onConnect +
    2. + onConnectExternal +
    3. + onRequest +
    4. + onRequestExternal +
    5. +
    +
  7. - Types -
      -
    1. - MessageSender -
    2. - Event -
    3. - Port -
    4. -
    -
  8. + Types +
      +
    1. + MessageSender +
        +
      1. + Methods +
          +
        1. + methodName +
        2. +
        +
      2. +
      3. + Events +
          +
        1. + eventName +
        2. +
        +
      4. +
      +
    2. + Event +
        +
      1. + Methods +
          +
        1. + methodName +
        2. +
        +
      2. +
      3. + Events +
          +
        1. + eventName +
        2. +
        +
      4. +
      +
    3. + Port +
        +
      1. + Methods +
          +
        1. + methodName +
        2. +
        +
      2. +
      3. + Events +
          +
        1. + eventName +
        2. +
        +
      4. +
      +
    4. +
    +
-- cgit v1.1