tor-browser

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

commit 34dced049f1fb06f781eaf454349081b859b060d
parent 87a1e2a5ca9e692e21e6589ecbbcb29caab79b5f
Author: mailelucks <maile.lucks@gmail.com>
Date:   Mon,  8 Dec 2025 21:45:29 +0000

Bug 2004782 - Add AI Window html boilerplate file - r=ngrato DONTBUILD

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

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

diff --git a/browser/components/aiwindow/ui/aiWindow.html b/browser/components/aiwindow/ui/aiWindow.html @@ -0,0 +1,18 @@ +<!-- 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,3 +6,4 @@ browser.jar: content/browser/aiwindow/ui/aiChatContent.html + content/browser/aiwindow/ui/aiWindow.html