commit 33f4884e6b60eadba6212fcf24cfdd9a13282f1b
parent 4703153ea6b18a24794db12f8b542b924bfa95c0
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date: Thu, 9 Oct 2025 10:52:33 +0000
Bug 1993421 - Fix documentation of browser.theme.content-theme. r=dao
We haven't supported the "toolbar" option since bug 1736218.
Differential Revision: https://phabricator.services.mozilla.com/D268090
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -1818,9 +1818,9 @@
# Communicates the preferred content theme color to platform (for e.g.,
# prefers-color-scheme).
#
-# dark (0), light (1), system (2), or toolbar (3).
+# dark (0), light (1), or system (2)
#
-# Default to "toolbar", the theming code sets it appropriately.
+# Default to "system", the theming code sets it appropriately.
- name: browser.theme.content-theme
type: RelaxedAtomicUint32
value: 2