Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="DataSourceViewer.css" type="text/css"?>
4 <window
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:html="http://www.w3.org/1999/xhtml"
7 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
8 style="width: 100%; height: 100%">
11 <tree datasources="rdf:datasource"
12 id="dataSourceTree"
13 containment="http://home.netscape.com/NC-rdf#child">
14 <treecolgroup>
15 <treecol id="NameColumn" resource="http://home.netscape.com/NC-rdf#Name" flex="1"/>
16 <treecol id="ValueColumn" resource="http://home.netscape.com/NC-rdf#Value" flex="1"/>
17 </treecolgroup>
18 <treehead>
19 <treeitem>
20 <treecell>Name</treecell>
21 <treecell>Value</treecell>
22 </treeitem>
23 </treehead>
26 <treebody id="rdf:mailnewsfolders" name="dataSourceTreeBody">
27 <treeitem id="msgaccounts:/" open="true">
28 <treecell>
29 <treeindentation/>
30 <html:img hspace="2" style="vertical-align: bottom" src="chrome://messenger/skin/localMailHost.gif"/>Accounts
31 </treecell>
32 <treecell/>
33 <treecell/>
34 </treeitem>
35 </treebody>
36 <treechildren flex="1"/>
37 </tree>
38 </window>