| aiFeatures.mjs |
@import { OnDeviceModelFeaturesEnum } from "chrome://browser/content/preferences/OnDeviceModelManager.mjs"
@typedef {typeof AiControlGlobalStates[keyof typeof AiControlGlobalStates]} AiControlGlobalStatesEnum
|
37231 |
- |
| block-ai-confirmation-dialog.css |
stylelint-disable-next-line stylelint-plugin-mozilla/use-design-tokens |
877 |
- |
| home-startup.mjs |
Preferences:
browser.startup.homepage
- the user's home page, as a string; if the home page is a set of tabs,
this will be those URLs separated by the pipe character "|"
browser.newtabpage.enabled
- determines that is shown on the user's new tab page.
true = Activity Stream is shown,
false = about:blank is shown
|
29068 |
- |
| SettingGroupManager.mjs |
@import {SettingGroupConfig} from "chrome://browser/content/preferences/widgets/setting-group.mjs" |
1051 |
- |
| SettingPaneManager.mjs |
@import {SettingPaneConfig, SettingPane} from "chrome://browser/content/preferences/widgets/setting-pane.mjs" |
1852 |
- |