This file is indexed.

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

<overlay id="aios_DownloadsOverlay" 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/downloads.js" />

    <window id="downloadManager">
        <hbox id="aios-search" insertbefore="downloadView" />
    </window>

</overlay>