2 * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT
4 * The content of this file has been generated based on the WebExtensions API
5 * JSONSchema using the following command:
7 * export SCRIPT_DIR="toolkit/components/extensions/webidl-api"
8 * mach python $SCRIPT_DIR/GenerateWebIDLBindings.py -- browserSettings.colorManagement
10 * More info about generating webidl API bindings for WebExtensions API at:
12 * https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/webidl_bindings.html
14 * A short summary of the special setup used by these WebIDL files (meant to aid
15 * webidl peers reviews and sign-offs) is available in the following section:
17 * https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/webidl_bindings.html#review-process-on-changes-to-webidl-definitions
20 /* This Source Code Form is subject to the terms of the Mozilla Public
21 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
22 * You can obtain one at http://mozilla.org/MPL/2.0/.
24 * You are granted a license to use, reproduce and create derivative works of
28 // WebIDL definition for the "browserSettings.colorManagement" WebExtensions API
29 [Exposed=(ServiceWorker), LegacyNoInterfaceObject]
30 interface ExtensionBrowserSettingsColorManagement {
34 readonly attribute ExtensionSetting mode;
37 readonly attribute ExtensionSetting useNativeSRGB;
40 readonly attribute ExtensionSetting useWebRenderCompositor;