home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 26500 < prev    next >
Encoding:
Text File  |  2013-04-03  |  2.3 KB  |  102 lines

  1. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4.  
  5. [
  6.   {
  7.     "namespace": "app",
  8.     "nodoc": true,
  9.     "unprivileged": true,
  10.     "matches": [ "<all_urls>" ],
  11.     "types": [
  12.       {
  13.         "id": "Details",
  14.         "description": "TODO (it's a manifest)",
  15.         "type": "object",
  16.         "properties": {},
  17.         "additionalProperties": { "type": "any" }
  18.       },
  19.       {
  20.         "id": "DOMWindow",
  21.         "type": "object",
  22.         "properties": {},
  23.         "additionalProperties": { "type": "any" }
  24.       }
  25.     ],
  26.     "functions": [
  27.       {
  28.         "name": "getIsInstalled",
  29.         "description": "TODO",
  30.         "type": "function",
  31.         "parameters": [],
  32.         "returns": {
  33.           "name": "isInstalled",
  34.           "description": "TODO",
  35.           "type": "boolean"
  36.         }
  37.       },
  38.       {
  39.         "name": "installState",
  40.         "description": "TODO",
  41.         "type": "function",
  42.         "parameters": [
  43.           {
  44.             "type": "function",
  45.             "name": "callback",
  46.             "parameters": [
  47.               {
  48.                 "type": "string",
  49.                 "enum": [ "not_installed", "installed", "disabled" ]
  50.               }
  51.             ]
  52.           }
  53.         ]
  54.       },
  55.       {
  56.         "name": "runningState",
  57.         "description": "TODO",
  58.         "type": "function",
  59.         "parameters": [],
  60.         "returns": {
  61.           "type": "string",
  62.           "enum": [ "running", "cannot_run", "ready_to_run" ]
  63.         }
  64.       },
  65.       {
  66.         "name": "install",
  67.         "description": "TODO",
  68.         "type": "function",
  69.         "parameters": []
  70.       },
  71.       {
  72.         "name": "getDetails",
  73.         "description": "TODO",
  74.         "type": "function",
  75.         "parameters": [],
  76.         "returns": {
  77.           "$ref": "Details",
  78.           "optional": true,
  79.           "description": "TODO"
  80.         }
  81.       },
  82.       {
  83.         "name": "getDetailsForFrame",
  84.         "description": "TODO",
  85.         "type": "function",
  86.         "parameters": [
  87.           {
  88.             "name": "frame",
  89.             "description": "TODO",
  90.             "$ref": "DOMWindow"
  91.           }
  92.         ],
  93.         "returns": {
  94.           "$ref": "Details",
  95.           "optional": true,
  96.           "description": "TODO"
  97.         }
  98.       }
  99.     ]
  100.   }
  101. ]
  102.