Files
tubestation/browser/components/preferences/experimental.inc.xhtml
Ed Lee 8b77709dbf Bug 1933524 - Flip chatbot default and remove from Labs in Nightly and Release r=ngrato,settings-reviewers,sidebar-reviewers,nsharpley,firefox-desktop-core-reviewers ,firefox-ai-ml-reviewers,jsudiaman,Gijs,sclements,desktop-theme-reviewers,hjones
Flip default pref to true and remove featuregate entry/strings/styles. Switch actor enabled to actual opt-in / provider. Update sidebar tests for chatbot as default tool.

Differential Revision: https://phabricator.services.mozilla.com/D233204
2025-01-31 16:58:55 +00:00

34 lines
1.2 KiB
HTML

# 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/.
<!-- Experimental panel -->
<script src="chrome://browser/content/preferences/experimental.js"/>
<html:template id="template-paneExperimental">
<vbox id="firefoxExperimentalCategory"
class="subcategory"
hidden="true"
data-category="paneExperimental">
<html:h1 data-l10n-id="settings-pane-labs-title" class="section-heading"/>
</vbox>
<html:div data-category="paneExperimental"
id="pane-experimental-featureGates"
hidden="true">
<label class="search-header" hidden="true">
<html:h2 data-l10n-id="settings-pane-labs-title" class="section-heading"/>
</label>
<html:p data-l10n-id="pane-experimental-description3"
class="description-deemphasized section-description"/>
<hbox pack="start" class="section-header-last">
<html:moz-button id="experimentalCategory-reset"
data-l10n-id="pane-experimental-reset"/>
</hbox>
</html:div>
</html:template>
<html:template id="template-testFeatureGateExtra">
<html:div id="testFeatureGateExtraContent">Test extra content</html:div>
</html:template>