tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 831eb0e8281f6d7fae0a761ad200bb26644c9b6a
parent f20aa5e87fbdfd18aac9235edfe25c83349099b9
Author: Daniel <90185651+dan-singer-aus@users.noreply.github.com>
Date:   Wed, 19 Nov 2025 22:14:57 +0000

Bug 1981571 - Removed references to layout.css.light-dark.enabled in Storybook. r=tgiles

Differential Revision: https://phabricator.services.mozilla.com/D271531

Diffstat:
Mbrowser/components/storybook/docs/README.storybook.stories.md | 3+--
Mbrowser/components/storybook/mach_commands.py | 1-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/browser/components/storybook/docs/README.storybook.stories.md b/browser/components/storybook/docs/README.storybook.stories.md @@ -40,8 +40,7 @@ site in a local build of Firefox, just run: This single command will first install any missing dependencies then start the local Storybook server. It will also start your local browser and point it to `http://localhost:5703` while enabling certain preferences to ensure components -display as expected (specifically `svg.context-properties.content.enabled` and -`layout.css.light-dark.enabled`). +display as expected (specifically `svg.context-properties.content.enabled`). It's necessary to use your local build to test in Storybook since `chrome://` URLs are currently being pulled from the running browser, so any changes to diff --git a/browser/components/storybook/mach_commands.py b/browser/components/storybook/mach_commands.py @@ -65,7 +65,6 @@ def storybook_launch(command_context): argv=["http://localhost:5703"], setpref=[ "svg.context-properties.content.enabled=true", - "layout.css.light-dark.enabled=true", ], )