Skip to content

Commit 8859036

Browse files
committed
classic about:config from nara
1 parent 2fa6fa5 commit 8859036

File tree

22 files changed

+1122
-1336
lines changed

22 files changed

+1122
-1336
lines changed

docshell/base/nsAboutRedirector.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ static const RedirEntry kRedirMap[] = {
9595
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
9696
nsIAboutModule::ALLOW_SCRIPT},
9797
#ifndef MOZ_WIDGET_ANDROID
98-
{"config", "chrome://global/content/aboutconfig/aboutconfig.html",
98+
{"config", "chrome://global/content/config.xhtml",
99+
nsIAboutModule::IS_SECURE_CHROME_UI},
100+
{"confignew", "chrome://global/content/aboutconfig/aboutconfig.html",
99101
nsIAboutModule::IS_SECURE_CHROME_UI},
100102
#else
101103
{"config", "chrome://geckoview/content/config.xhtml",

docshell/build/components.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ about_pages = [
1111
'certificate',
1212
'checkerboard',
1313
'config',
14+
'confignew',
1415
'crashcontent',
1516
'crashparent',
1617
'crashgpu',

toolkit/components/aboutconfig/moz.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7-
BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"]
8-
97
JAR_MANIFESTS += ["jar.mn"]

toolkit/components/aboutconfig/test/browser/browser.toml

Lines changed: 0 additions & 25 deletions
This file was deleted.

toolkit/components/aboutconfig/test/browser/browser_accessibility.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

toolkit/components/aboutconfig/test/browser/browser_basic.js

Lines changed: 0 additions & 52 deletions
This file was deleted.

toolkit/components/aboutconfig/test/browser/browser_clipboard.js

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)