tor-browser

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

commit 6c706fe6209f44c93eb39ba74ea0b21c3678e92e
parent 1dccb6a4f33ed0f166ddf70d51c6561b1e9de737
Author: agoloman <agoloman@mozilla.com>
Date:   Tue,  9 Dec 2025 09:17:26 +0200

Revert "Bug 2004782 - Add AI Window html boilerplate file - r=ngrato DONTBUILD" for causing bc failures @browser_all_files_referenced.js.

This reverts commit 34dced049f1fb06f781eaf454349081b859b060d.

Diffstat:
Dbrowser/components/aiwindow/ui/aiWindow.html | 18------------------
Mbrowser/components/aiwindow/ui/jar.mn | 1-
2 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/browser/components/aiwindow/ui/aiWindow.html b/browser/components/aiwindow/ui/aiWindow.html @@ -1,18 +0,0 @@ -<!-- This Source Code Form is subject to the terms of the Mozilla Public - - License, v. 2.0. If a copy of the MPL was not distributed with this - - file, You can obtain one at https://mozilla.org/MPL/2.0/. --> - -<!doctype html> -<html class="ai-window"> - <head> - <meta charset="utf-8" /> - <meta - http-equiv="Content-Security-Policy" - content="default-src resource: chrome:; object-src 'none'; img-src chrome:;" - /> - <meta name="color-scheme" content="light dark" /> - <!-- TODO : Add localization preview --> - <title>AI Window</title> - </head> - <body></body> -</html> diff --git a/browser/components/aiwindow/ui/jar.mn b/browser/components/aiwindow/ui/jar.mn @@ -6,4 +6,3 @@ browser.jar: content/browser/aiwindow/ui/aiChatContent.html - content/browser/aiwindow/ui/aiWindow.html