This file is indexed.

/usr/share/xul-ext/form-history-control/chrome/content/overlay/FhcSeaMonkeyPreferencesOverlay.xul is in xul-ext-form-history-control 1.4.0.6-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?xml version="1.0"?>

<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>

<!DOCTYPE overlay SYSTEM "chrome://formhistory/locale/formhistory.dtd">

<overlay id="formhistorySeaMonkeyPreferences" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <script type="application/x-javascript" src="chrome://formhistory/content/overlay/FhcSeaMonkeyPreferencesOverlay.js" />
  <script type="application/x-javascript" src="chrome://formhistory/content/utils/FhcShowDialog.js" />
  
  <stringbundleset id="stringbundleset">
    <stringbundle id="formhistory.stringbundle" src="chrome://formhistory/locale/formhistory.properties"/>
  </stringbundleset>

  <prefwindow id="prefDialog">

    <prefpane id="history_pane">
      <preferences id="history_preferences">
        <preference id="extensions.formhistory.manageFormhistoryByFHC"
                    name="extensions.formhistory.manageFormhistoryByFHC"
                    type="bool" />
      </preferences>
      <vbox id="preferencesFormHistoryControlBox" hidden="true">
        <hbox id="preferencesFormHistoryControlBoxInnerHbox">
          <vbox id="preferencesFormHistoryControlButtonBox">
            <spacer/>
            <button id="preferencesFormHistoryControlButton" flex="0"
                    label="&fhprefovl.privacy.button.showhistory.label;"
                    accesskey="&fhprefovl.privacy.button.showhistory.accesskey;"
                    oncommand="FhcShowDialog.doShowFormHistoryControl();" />
          </vbox>
        </hbox>
        <hbox>
          <checkbox flex="1" class="indent" hidden="true"
                    id="preferencesFormHistoryControlCheckboxManage"
                    preference="extensions.formhistory.manageFormhistoryByFHC"
                    label="&fhprefovl.privacy.checkbox.managebyfhc.label;"
                    tooltiptext="&fhprefovl.privacy.checkbox.managebyfhc.tooltip;"/>
          <vbox>
            <spacer/>
            <button id="preferencesFormHistoryControlSettingsButton" hidden="true"
                    label="&fhprefovl.privacy.button.rememberoptions.label;"
                    oncommand="alert('not implemented')" />
            <spacer/>
          </vbox>
        </hbox>
      </vbox>
    </prefpane>
  </prefwindow>
</overlay>