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.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <?xml-stylesheet href="DataSourceViewer.css" type="text/css"?> |
michael@0 | 3 | |
michael@0 | 4 | <window |
michael@0 | 5 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
michael@0 | 6 | xmlns:html="http://www.w3.org/1999/xhtml" |
michael@0 | 7 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
michael@0 | 8 | style="width: 100%; height: 100%"> |
michael@0 | 9 | |
michael@0 | 10 | |
michael@0 | 11 | <tree datasources="rdf:datasource" |
michael@0 | 12 | id="dataSourceTree" |
michael@0 | 13 | containment="http://home.netscape.com/NC-rdf#child"> |
michael@0 | 14 | <treecolgroup> |
michael@0 | 15 | <treecol id="NameColumn" resource="http://home.netscape.com/NC-rdf#Name" flex="1"/> |
michael@0 | 16 | <treecol id="ValueColumn" resource="http://home.netscape.com/NC-rdf#Value" flex="1"/> |
michael@0 | 17 | </treecolgroup> |
michael@0 | 18 | <treehead> |
michael@0 | 19 | <treeitem> |
michael@0 | 20 | <treecell>Name</treecell> |
michael@0 | 21 | <treecell>Value</treecell> |
michael@0 | 22 | </treeitem> |
michael@0 | 23 | </treehead> |
michael@0 | 24 | |
michael@0 | 25 | |
michael@0 | 26 | <treebody id="rdf:mailnewsfolders" name="dataSourceTreeBody"> |
michael@0 | 27 | <treeitem id="msgaccounts:/" open="true"> |
michael@0 | 28 | <treecell> |
michael@0 | 29 | <treeindentation/> |
michael@0 | 30 | <html:img hspace="2" style="vertical-align: bottom" src="chrome://messenger/skin/localMailHost.gif"/>Accounts |
michael@0 | 31 | </treecell> |
michael@0 | 32 | <treecell/> |
michael@0 | 33 | <treecell/> |
michael@0 | 34 | </treeitem> |
michael@0 | 35 | </treebody> |
michael@0 | 36 | <treechildren flex="1"/> |
michael@0 | 37 | </tree> |
michael@0 | 38 | </window> |