tor-browser

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

commit dee4eeae8c0135b3176a1001f6d11e5cf5bef7d9
parent b4ac69ad68357407726e22d2f14b3674b02c3cc9
Author: Omar Gonzalez <s9tpepper@apache.org>
Date:   Fri,  2 Jan 2026 21:42:53 +0000

Bug 2007484 - Remove todo after chat options behavior verified with UX r=ai-frontend-reviewers,flozia DONTBUILD

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

Diffstat:
Mbrowser/components/aiwindow/ui/modules/AIWindowMenu.sys.mjs | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/browser/components/aiwindow/ui/modules/AIWindowMenu.sys.mjs b/browser/components/aiwindow/ui/modules/AIWindowMenu.sys.mjs @@ -125,8 +125,6 @@ export class AIWindowMenu { newBrowserTabUrl += `#convId/${convId}/site/${site}`; } - // @todo Bug 2007484 - // Verify this behavior should differ from the rest of the history menu items let where = lazy.BrowserUtils.whereToOpenLink(event); if (where === "current") { where = "tab";