|
43 | 43 | "setPopup", |
44 | 44 | "setTitle" |
45 | 45 | ], |
46 | | - "types": ["OpenPopupOptions", "TabDetails", "UserSettings"], |
47 | | - "events": ["onClicked"] |
| 46 | + "types": [ |
| 47 | + "OpenPopupOptions", |
| 48 | + "TabDetails", |
| 49 | + "UserSettings", |
| 50 | + "UserSettingsChange" |
| 51 | + ], |
| 52 | + "events": ["onClicked", "onUserSettingsChanged"] |
48 | 53 | }, |
49 | 54 | "alarms": { |
50 | 55 | "properties": [], |
|
55 | 60 | "app.runtime": { |
56 | 61 | "properties": [], |
57 | 62 | "methods": [], |
58 | | - "types": [ |
59 | | - "ActionData", |
60 | | - "EmbedRequest", |
61 | | - "LaunchData", |
62 | | - "LaunchItem", |
63 | | - "ActionType", |
64 | | - "LaunchSource" |
65 | | - ], |
| 63 | + "types": ["EmbedRequest", "LaunchData", "LaunchItem", "LaunchSource"], |
66 | 64 | "events": ["onEmbedRequested", "onLaunched", "onRestarted"] |
67 | 65 | }, |
68 | 66 | "app.window": { |
|
261 | 259 | "types": [ |
262 | 260 | "BookmarkTreeNode", |
263 | 261 | "CreateDetails", |
264 | | - "BookmarkTreeNodeUnmodifiable" |
| 262 | + "BookmarkTreeNodeUnmodifiable", |
| 263 | + "FolderType" |
265 | 264 | ], |
266 | 265 | "events": [ |
267 | 266 | "onChanged", |
|
373 | 372 | "contentScripts": { |
374 | 373 | "properties": [], |
375 | 374 | "methods": [], |
376 | | - "types": ["ContentScript", "RunAt"], |
| 375 | + "types": ["ContentScript"], |
377 | 376 | "events": [] |
378 | 377 | }, |
379 | 378 | "contentSettings": { |
|
420 | 419 | "contextMenus": { |
421 | 420 | "properties": ["ACTION_MENU_TOP_LEVEL_LIMIT"], |
422 | 421 | "methods": ["create", "remove", "removeAll", "update"], |
423 | | - "types": ["OnClickData", "ContextType", "ItemType"], |
| 422 | + "types": ["CreateProperties", "OnClickData", "ContextType", "ItemType"], |
424 | 423 | "events": ["onClicked"] |
425 | 424 | }, |
426 | 425 | "cookies": { |
427 | 426 | "properties": [], |
428 | | - "methods": ["get", "getAll", "getAllCookieStores", "remove", "set"], |
| 427 | + "methods": [ |
| 428 | + "get", |
| 429 | + "getAll", |
| 430 | + "getAllCookieStores", |
| 431 | + "getPartitionKey", |
| 432 | + "remove", |
| 433 | + "set" |
| 434 | + ], |
429 | 435 | "types": [ |
430 | 436 | "Cookie", |
431 | 437 | "CookieDetails", |
432 | 438 | "CookiePartitionKey", |
433 | 439 | "CookieStore", |
| 440 | + "FrameDetails", |
434 | 441 | "OnChangedCause", |
435 | 442 | "SameSiteStatus" |
436 | 443 | ], |
|
445 | 452 | "debugger": { |
446 | 453 | "properties": [], |
447 | 454 | "methods": ["attach", "detach", "getTargets", "sendCommand"], |
448 | | - "types": ["Debuggee", "TargetInfo", "DetachReason", "TargetInfoType"], |
| 455 | + "types": [ |
| 456 | + "Debuggee", |
| 457 | + "DebuggerSession", |
| 458 | + "TargetInfo", |
| 459 | + "DetachReason", |
| 460 | + "TargetInfoType" |
| 461 | + ], |
449 | 462 | "events": ["onDetach", "onEvent"] |
450 | 463 | }, |
451 | 464 | "declarativeContent": { |
|
495 | 508 | "ExtensionActionOptions", |
496 | 509 | "GetDisabledRuleIdsOptions", |
497 | 510 | "GetRulesFilter", |
| 511 | + "HeaderInfo", |
498 | 512 | "IsRegexSupportedResult", |
499 | 513 | "MatchedRule", |
500 | 514 | "MatchedRuleInfo", |
|
591 | 605 | ], |
592 | 606 | "events": [] |
593 | 607 | }, |
| 608 | + "devtools.performance": { |
| 609 | + "properties": [], |
| 610 | + "methods": [], |
| 611 | + "types": [], |
| 612 | + "events": ["onProfilingStarted", "onProfilingStopped"] |
| 613 | + }, |
594 | 614 | "devtools.recorder": { |
595 | 615 | "properties": [], |
596 | 616 | "methods": ["createView", "registerRecorderExtensionPlugin"], |
|
611 | 631 | }, |
612 | 632 | "documentScan": { |
613 | 633 | "properties": [], |
614 | | - "methods": ["scan"], |
615 | | - "types": ["ScanOptions", "ScanResults"], |
| 634 | + "methods": [ |
| 635 | + "cancelScan", |
| 636 | + "closeScanner", |
| 637 | + "getOptionGroups", |
| 638 | + "getScannerList", |
| 639 | + "openScanner", |
| 640 | + "readScanData", |
| 641 | + "scan", |
| 642 | + "setOptions", |
| 643 | + "startScan" |
| 644 | + ], |
| 645 | + "types": [ |
| 646 | + "CancelScanResponse", |
| 647 | + "CloseScannerResponse", |
| 648 | + "DeviceFilter", |
| 649 | + "GetOptionGroupsResponse", |
| 650 | + "GetScannerListResponse", |
| 651 | + "OpenScannerResponse", |
| 652 | + "OptionConstraint", |
| 653 | + "OptionGroup", |
| 654 | + "OptionSetting", |
| 655 | + "ReadScanDataResponse", |
| 656 | + "ScanOptions", |
| 657 | + "ScanResults", |
| 658 | + "ScannerInfo", |
| 659 | + "ScannerOption", |
| 660 | + "SetOptionResult", |
| 661 | + "SetOptionsResponse", |
| 662 | + "StartScanOptions", |
| 663 | + "StartScanResponse", |
| 664 | + "Configurability", |
| 665 | + "ConnectionType", |
| 666 | + "ConstraintType", |
| 667 | + "OperationResult", |
| 668 | + "OptionType", |
| 669 | + "OptionUnit" |
| 670 | + ], |
616 | 671 | "events": [] |
617 | 672 | }, |
618 | 673 | "dom": { |
|
677 | 732 | "types": ["HardwarePlatformInfo"], |
678 | 733 | "events": [] |
679 | 734 | }, |
| 735 | + "enterprise.kioskInput": { |
| 736 | + "properties": [], |
| 737 | + "methods": ["setCurrentInputMethod"], |
| 738 | + "types": ["SetCurrentInputMethodOptions"], |
| 739 | + "events": [] |
| 740 | + }, |
680 | 741 | "enterprise.networkingAttributes": { |
681 | 742 | "properties": [], |
682 | 743 | "methods": ["getNetworkDetails"], |
|
733 | 794 | "InjectDetails", |
734 | 795 | "CSSOrigin", |
735 | 796 | "DocumentLifecycle", |
| 797 | + "ExecutionWorld", |
736 | 798 | "FrameType", |
737 | 799 | "ImageFormat", |
738 | 800 | "RunAt" |
|
799 | 861 | "AddWatcherRequestedOptions", |
800 | 862 | "Change", |
801 | 863 | "CloseFileRequestedOptions", |
| 864 | + "CloudFileInfo", |
802 | 865 | "CloudIdentifier", |
803 | 866 | "ConfigureRequestedOptions", |
804 | 867 | "CopyEntryRequestedOptions", |
|
1245 | 1308 | }, |
1246 | 1309 | "permissions": { |
1247 | 1310 | "properties": [], |
1248 | | - "methods": ["contains", "getAll", "remove", "request"], |
| 1311 | + "methods": [ |
| 1312 | + "addHostAccessRequest", |
| 1313 | + "contains", |
| 1314 | + "getAll", |
| 1315 | + "remove", |
| 1316 | + "removeHostAccessRequest", |
| 1317 | + "request" |
| 1318 | + ], |
1249 | 1319 | "types": ["Permissions"], |
1250 | 1320 | "events": ["onAdded", "onRemoved"] |
1251 | 1321 | }, |
|
1290 | 1360 | "MAX_GET_PRINTER_INFO_CALLS_PER_MINUTE", |
1291 | 1361 | "MAX_SUBMIT_JOB_CALLS_PER_MINUTE" |
1292 | 1362 | ], |
1293 | | - "methods": ["cancelJob", "getPrinterInfo", "getPrinters", "submitJob"], |
| 1363 | + "methods": [ |
| 1364 | + "cancelJob", |
| 1365 | + "getJobStatus", |
| 1366 | + "getPrinterInfo", |
| 1367 | + "getPrinters", |
| 1368 | + "submitJob" |
| 1369 | + ], |
1294 | 1370 | "types": [ |
1295 | 1371 | "GetPrinterInfoResponse", |
1296 | 1372 | "Printer", |
|
1408 | 1484 | "onStartup", |
1409 | 1485 | "onSuspend", |
1410 | 1486 | "onSuspendCanceled", |
1411 | | - "onUpdateAvailable" |
| 1487 | + "onUpdateAvailable", |
| 1488 | + "onUserScriptConnect", |
| 1489 | + "onUserScriptMessage" |
1412 | 1490 | ] |
1413 | 1491 | }, |
1414 | 1492 | "scripting": { |
|
1719 | 1797 | ], |
1720 | 1798 | "events": ["onAttached", "onDetached"] |
1721 | 1799 | }, |
| 1800 | + "systemLog": { |
| 1801 | + "properties": [], |
| 1802 | + "methods": ["add"], |
| 1803 | + "types": ["MessageOptions"], |
| 1804 | + "events": [] |
| 1805 | + }, |
1722 | 1806 | "tabCapture": { |
1723 | 1807 | "properties": [], |
1724 | 1808 | "methods": ["capture", "getCapturedTabs", "getMediaStreamId"], |
|
1738 | 1822 | "events": ["onCreated", "onMoved", "onRemoved", "onUpdated"] |
1739 | 1823 | }, |
1740 | 1824 | "tabs": { |
1741 | | - "properties": ["MAX_CAPTURE_VISIBLE_TAB_CALLS_PER_SECOND", "TAB_ID_NONE"], |
| 1825 | + "properties": [ |
| 1826 | + "MAX_CAPTURE_VISIBLE_TAB_CALLS_PER_SECOND", |
| 1827 | + "TAB_ID_NONE", |
| 1828 | + "TAB_INDEX_NONE" |
| 1829 | + ], |
1742 | 1830 | "methods": [ |
1743 | 1831 | "captureVisibleTab", |
1744 | 1832 | "connect", |
|
1806 | 1894 | "properties": [], |
1807 | 1895 | "methods": ["getVoices", "isSpeaking", "pause", "resume", "speak", "stop"], |
1808 | 1896 | "types": ["TtsEvent", "TtsOptions", "TtsVoice", "EventType", "VoiceGender"], |
1809 | | - "events": [] |
| 1897 | + "events": ["onVoicesChanged"] |
1810 | 1898 | }, |
1811 | 1899 | "ttsEngine": { |
1812 | 1900 | "properties": [], |
1813 | | - "methods": ["updateVoices"], |
| 1901 | + "methods": ["updateLanguage", "updateVoices"], |
1814 | 1902 | "types": [ |
1815 | 1903 | "AudioBuffer", |
1816 | 1904 | "AudioStreamOptions", |
| 1905 | + "LanguageStatus", |
| 1906 | + "LanguageUninstallOptions", |
1817 | 1907 | "SpeakOptions", |
| 1908 | + "TtsClient", |
| 1909 | + "LanguageInstallStatus", |
| 1910 | + "TtsClientSource", |
1818 | 1911 | "VoiceGender" |
1819 | 1912 | ], |
1820 | 1913 | "events": [ |
| 1914 | + "onInstallLanguageRequest", |
| 1915 | + "onLanguageStatusRequest", |
1821 | 1916 | "onPause", |
1822 | 1917 | "onResume", |
1823 | 1918 | "onSpeak", |
1824 | 1919 | "onSpeakWithAudioStream", |
1825 | | - "onStop" |
| 1920 | + "onStop", |
| 1921 | + "onUninstallLanguageRequest" |
1826 | 1922 | ] |
1827 | 1923 | }, |
1828 | 1924 | "types": { |
|
1880 | 1976 | "properties": [], |
1881 | 1977 | "methods": [ |
1882 | 1978 | "configureWorld", |
| 1979 | + "execute", |
1883 | 1980 | "getScripts", |
| 1981 | + "getWorldConfigurations", |
1884 | 1982 | "register", |
| 1983 | + "resetWorldConfiguration", |
1885 | 1984 | "unregister", |
1886 | 1985 | "update" |
1887 | 1986 | ], |
1888 | 1987 | "types": [ |
| 1988 | + "InjectionResult", |
| 1989 | + "InjectionTarget", |
1889 | 1990 | "RegisteredUserScript", |
1890 | 1991 | "ScriptSource", |
1891 | 1992 | "UserScriptFilter", |
| 1993 | + "UserScriptInjection", |
1892 | 1994 | "WorldProperties", |
1893 | 1995 | "ExecutionWorld" |
1894 | 1996 | ], |
|
2056 | 2158 | "FindOptions", |
2057 | 2159 | "FullscreenPermissionRequest", |
2058 | 2160 | "GeolocationPermissionRequest", |
| 2161 | + "HidPermissionRequest", |
2059 | 2162 | "InjectDetails", |
2060 | 2163 | "InjectionItems", |
2061 | 2164 | "LoadPluginPermissionRequest", |
|
0 commit comments