From 54e47bf9decaa638af83ca257882c5a04fcf8e1e Mon Sep 17 00:00:00 2001 From: Mike Hommey <mh+mozilla@glandium.org> Date: Thu, 17 Jul 2014 08:42:17 +0900 Subject: [PATCH] Bug 1039161 - Remove rdf/tests/dsds. r=pike --- rdf/tests/dsds/DataSourceViewer.css | 34 -------------------------- rdf/tests/dsds/DataSourceViewer.xul | 38 ----------------------------- rdf/tests/dsds/Makefile.in | 10 -------- rdf/tests/dsds/moz.build | 10 -------- 4 files changed, 92 deletions(-) delete mode 100644 rdf/tests/dsds/DataSourceViewer.css delete mode 100644 rdf/tests/dsds/DataSourceViewer.xul delete mode 100644 rdf/tests/dsds/Makefile.in delete mode 100644 rdf/tests/dsds/moz.build diff --git a/rdf/tests/dsds/DataSourceViewer.css b/rdf/tests/dsds/DataSourceViewer.css deleted file mode 100644 index c544b874d8511..0000000000000 --- a/rdf/tests/dsds/DataSourceViewer.css +++ /dev/null @@ -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; -} diff --git a/rdf/tests/dsds/DataSourceViewer.xul b/rdf/tests/dsds/DataSourceViewer.xul deleted file mode 100644 index 54ed2709cdaf0..0000000000000 --- a/rdf/tests/dsds/DataSourceViewer.xul +++ /dev/null @@ -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> diff --git a/rdf/tests/dsds/Makefile.in b/rdf/tests/dsds/Makefile.in deleted file mode 100644 index 67ec6a0c0c81d..0000000000000 --- a/rdf/tests/dsds/Makefile.in +++ /dev/null @@ -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) diff --git a/rdf/tests/dsds/moz.build b/rdf/tests/dsds/moz.build deleted file mode 100644 index 0960ac95888d2..0000000000000 --- a/rdf/tests/dsds/moz.build +++ /dev/null @@ -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', -] -- GitLab