This adds an initial setting-control web component that can render a moz-checkbox based setting. This will be controlled by a pref to reduce any churn on the Settings page while we make changes related to Settings Redesign 2025. Differential Revision: https://phabricator.services.mozilla.com/D240402
29 lines
1.5 KiB
Plaintext
29 lines
1.5 KiB
Plaintext
# 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/.
|
|
|
|
browser.jar:
|
|
content/browser/preferences/preferences.js
|
|
content/browser/preferences/extensionControlled.js
|
|
* content/browser/preferences/preferences.xhtml
|
|
|
|
content/browser/preferences/main.js
|
|
content/browser/preferences/home.js
|
|
content/browser/preferences/search.js
|
|
content/browser/preferences/privacy.js
|
|
content/browser/preferences/containers.js
|
|
content/browser/preferences/translations.js
|
|
content/browser/preferences/sync.js
|
|
content/browser/preferences/experimental.js
|
|
content/browser/preferences/moreFromMozilla.js
|
|
content/browser/preferences/fxaPairDevice.xhtml
|
|
content/browser/preferences/fxaPairDevice.js
|
|
content/browser/preferences/findInPage.js
|
|
content/browser/preferences/more-from-mozilla-qr-code-simple.svg
|
|
content/browser/preferences/more-from-mozilla-qr-code-simple-cn.svg
|
|
content/browser/preferences/web-appearance-dark.svg
|
|
content/browser/preferences/web-appearance-light.svg
|
|
content/browser/preferences/widgets/setting-control.mjs (widgets/setting-control/setting-control.mjs)
|
|
content/browser/preferences/widgets/setting-group.mjs (widgets/setting-group/setting-group.mjs)
|
|
content/browser/preferences/widgets/setting-group.css (widgets/setting-group/setting-group.css)
|