henry pushed to branch tor-browser-153.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 437411d2 by Henry Wilkes at 2026-07-14T12:17:51+01:00 fixup! BB 43864: Modify the urlbar for Base Browser. BB 44883: Remove urlbar quick action for labs. - - - - - 1 changed file: - browser/components/urlbar/QuickActionsLoaderDefault.sys.mjs Changes: ===================================== browser/components/urlbar/QuickActionsLoaderDefault.sys.mjs ===================================== @@ -357,6 +357,8 @@ const DEFAULT_ACTIONS = { icon: "chrome://global/skin/icons/experiments.svg", label: "quickactions-labs", onPick: openUrlFun("about:preferences#experimental"), + // Disabled in base browser since labs is disabled. tor-browser#44883. + disabled: () => true, }, }; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/437411d2... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/437411d2... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
henry (@henry)