Bug 1824436 - Add blank page for new view development. r=sfoster,fxview-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D174922
This commit is contained in:
Mike Kaply 2023-04-12 16:03:39 +00:00
parent 8ce7ebbabd
commit 447b995bc5
4 changed files with 21 additions and 0 deletions

View File

@ -73,6 +73,9 @@ static const RedirEntry kRedirMap[] = {
{"firefoxview", "chrome://browser/content/firefoxview.html",
nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI |
nsIAboutModule::HIDE_FROM_ABOUTABOUT},
{"firefoxview-next", "chrome://browser/content/firefoxview-next.html",
nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI |
nsIAboutModule::HIDE_FROM_ABOUTABOUT},
{"policies", "chrome://browser/content/policies/aboutPolicies.html",
nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI},
{"privatebrowsing", "chrome://browser/content/aboutPrivateBrowsing.html",

View File

@ -13,6 +13,7 @@ pages = [
'logins',
'loginsimportreport',
'firefoxview',
'firefoxview-next',
'messagepreview',
'newtab',
'ion',

View File

@ -0,0 +1,16 @@
<!-- 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 http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="default-src resource: chrome:; object-src 'none'; img-src data: chrome:;">
<meta name="color-scheme" content="light dark">
<title>Firefox View Next</title>
</head>
<body>
</body>
</html>

View File

@ -4,6 +4,7 @@
browser.jar:
content/browser/firefoxview.html
content/browser/firefoxview-next.html
content/browser/firefoxview.mjs
content/browser/firefoxview.css
content/browser/helpers.mjs