From a50e048becb9bcf34cfd984bdc65fe515a7d419b Mon Sep 17 00:00:00 2001 From: Richard Bloor Date: Sun, 7 Jun 2026 06:53:53 +1200 Subject: [PATCH] Bug 2044712 Add contextualIdentities.getSupportedColors and contextualIdentities.getSupportedIcons for Firefox 153 --- webextensions/api/contextualIdentities.json | 46 +++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/webextensions/api/contextualIdentities.json b/webextensions/api/contextualIdentities.json index e5ad6d4ab98a21..1c11062f18e340 100644 --- a/webextensions/api/contextualIdentities.json +++ b/webextensions/api/contextualIdentities.json @@ -239,6 +239,52 @@ } } }, + "getSupportedColors": { + "__compat": { + "support": { + "chrome": { + "version_added": false + }, + "edge": "mirror", + "firefox": { + "version_added": "153" + }, + "firefox_android": { + "version_added": false, + "impl_url": "https://bugzil.la/1638878", + "notes": "Until Firefox for Android 137 `contextualIdentities` is defined but not functional. From Firefox for Android 138 `contextualIdentities` is inaccessible." + }, + "opera": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror" + } + } + }, + "getSupportedIcons": { + "__compat": { + "support": { + "chrome": { + "version_added": false + }, + "edge": "mirror", + "firefox": { + "version_added": "153" + }, + "firefox_android": { + "version_added": false, + "impl_url": "https://bugzil.la/1638878", + "notes": "Until Firefox for Android 137 `contextualIdentities` is defined but not functional. From Firefox for Android 138 `contextualIdentities` is inaccessible." + }, + "opera": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror" + } + } + }, "move": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/contextualIdentities/move",