This file is indexed.

/usr/share/xul-ext/all-in-one-sidebar/content/places.xul is in xul-ext-all-in-one-sidebar 0.7.23-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
52
53
<?xml version="1.0"?>

<!-- locale -->
<!DOCTYPE overlay [
    <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd"> %browserDTD;
    <!ENTITY % placesDTD SYSTEM "chrome://browser/locale/places/places.dtd"> %placesDTD;
    <!ENTITY % libDTD SYSTEM "chrome://aios/locale/lib.dtd"> %libDTD;
]>

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

    <script type="application/x-javascript" src="chrome://aios/content/_helper.js" />
    <script type="application/x-javascript" src="chrome://aios/content/places.js" />

    <page id="bookmarksPanel" persist="width height screenX screenY" title="&bookmarksButton.label;" windowtype="aiosGlobal:Bookmarks" />

    <page id="history-panel" persist="width height screenX screenY" title="&historyButton.label;" windowtype="aiosGlobal:History" />

    <textbox id="search-box" tooltiptext="&search.label;" />

    <hbox id="places-toolbar">
        <stringbundleset id="propSet">
            <stringbundle id="propSetStrings" src="chrome://aios/locale/lib.properties" />
        </stringbundleset>

        <button id="closeFolder" insertbefore="viewButton" oncommand="AiOS_Places.closeAllFolders();" hidden="true" persist="hidden"
            label="&closeFolder.label;" tooltiptext="&closeFolder.label;" />

        <button id="viewButton" type="menu" label="&menu.tools.label;">

            <menupopup id="viewPopUp">

                <menuitem id="aios-enableAutoClose" type="checkbox" checked="false" persist="checked" label="&enable.autoClose.label;"
                    oncommand="AiOS_Places.checkFolderOptions();" />

                <menuitem id="aios-rememberFolder" type="checkbox" checked="false" persist="checked" label="&enable.rememberFolder.label;"
                    oncommand="AiOS_Places.checkFolderOptions();" />

                <menuitem id="aios-scrollToFolder" type="checkbox" checked="false" persist="checked" label="&enable.scrollToFolder.label;"
                    oncommand="AiOS_Places.checkFolderOptions();" />

                <menuseparator id="close-separator" />

                <menuitem id="aios-viewClose" type="checkbox" checked="false" persist="checked" label="&show.closeFolder.label;"
                    oncommand="AiOS_Places.toggleButton(this);" data-dependent="closeFolder" />

            </menupopup>

        </button>

    </hbox>

</overlay>