File: experimental.inc.xhtml

package info (click to toggle)
firefox 134.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,345,684 kB
  • sloc: cpp: 7,244,582; javascript: 6,236,669; ansic: 3,654,775; python: 1,359,774; xml: 618,542; asm: 426,944; java: 183,315; sh: 66,206; makefile: 19,398; perl: 13,009; objc: 12,453; yacc: 4,583; cs: 3,846; pascal: 2,989; lex: 1,720; ruby: 1,194; exp: 762; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10
file content (58 lines) | stat: -rw-r--r-- 2,289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# 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>

<html:template id="template-genai-chat">
    <html:div>
        <label id="genai-chat-label"
               class="indent"
               control="genai-chat-provider"
               data-l10n-id="genai-settings-chat-choose"/>
        <description class="featureGateDescription indent tip-caption"
            data-l10n-id="genai-settings-chat-links"
            id="genai-chat-links"/>
        <menulist aria-describedby="genai-chat-links"
                  class="indent"
                  id="genai-chat-provider"
                  preference="browser.ml.chat.provider">
            <menupopup>
                <menuitem data-l10n-id="genai-settings-chat-choose-one-menuitem"
                          value=""/>
            </menupopup>
        </menulist>
    </html:div>
    <html:moz-checkbox class="indent"
                       data-l10n-id="genai-settings-chat-shortcuts"
                       id="genai-chat-shortcuts"
                       preference="browser.ml.chat.shortcuts"/>
</html:template>