Bug 1039161 - Remove rdf/tests/dsds. r=pike

This commit is contained in:
Mike Hommey 2014-07-17 08:42:17 +09:00
parent 595cd2059a
commit f6ec2b452a
4 changed files with 0 additions and 92 deletions

View File

@ -1,34 +0,0 @@
tree {
display: table;
background-color: white;
border: none;
border-spacing: 0px;
/*border-collapse: collapse;*/
width: 100%;
table-layout: fixed;
}
treeitem {
display: table-row;
}
treehead {
display: table-header-group;
}
treebody {
display: table-row-group;
}
treecell {
display: table-cell;
color: black;
font-family: Verdana;
font-size: 10pt;
white-space: nowrap;
}
treecell[selectedcell] {
background-color: #666699;
color: white;
}

View File

@ -1,38 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="DataSourceViewer.css" type="text/css"?>
<window
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width: 100%; height: 100%">
<tree datasources="rdf:datasource"
id="dataSourceTree"
containment="http://home.netscape.com/NC-rdf#child">
<treecolgroup>
<treecol id="NameColumn" resource="http://home.netscape.com/NC-rdf#Name" flex="1"/>
<treecol id="ValueColumn" resource="http://home.netscape.com/NC-rdf#Value" flex="1"/>
</treecolgroup>
<treehead>
<treeitem>
<treecell>Name</treecell>
<treecell>Value</treecell>
</treeitem>
</treehead>
<treebody id="rdf:mailnewsfolders" name="dataSourceTreeBody">
<treeitem id="msgaccounts:/" open="true">
<treecell>
<treeindentation/>
<html:img hspace="2" style="vertical-align: bottom" src="chrome://messenger/skin/localMailHost.gif"/>Accounts
</treecell>
<treecell/>
<treecell/>
</treeitem>
</treebody>
<treechildren flex="1"/>
</tree>
</window>

View File

@ -1,10 +0,0 @@
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
$(XPCOM_LIBS) \
$(NSPR_LIBS) \
$(NULL)

View File

@ -1,10 +0,0 @@
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
RESOURCE_FILES.samples.rdf += [
'DataSourceViewer.css',
'DataSourceViewer.xul',
]