tor-browser

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

commit 89594220989894d98fc5489c5e393e16aea8e522
parent 227dac704c555c42de3700ca5096bf5cacb6df93
Author: Stephen Thompson <sthompson@mozilla.com>
Date:   Thu,  8 Jan 2026 15:49:48 +0000

Bug 2009023 - claim some tabbrowser files for new Tab Groups component in Bugzilla r=tabbrowser-reviewers,dwalker

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

Diffstat:
Mbrowser/components/tabbrowser/moz.build | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/browser/components/tabbrowser/moz.build b/browser/components/tabbrowser/moz.build @@ -4,6 +4,12 @@ with Files("**"): BUG_COMPONENT = ("Firefox", "Tabbed Browser") +with Files("GroupsList.sys.mjs"): + BUG_COMPONENT = ("Firefox", "Tabbed Browser: Tab Groups") +with Files("content/tabgroup.js"): + BUG_COMPONENT = ("Firefox", "Tabbed Browser: Tab Groups") +with Files("content/tabgroup-menu.js"): + BUG_COMPONENT = ("Firefox", "Tabbed Browser: Tab Groups") JAR_MANIFESTS += ["jar.mn"]