diff --git a/mozilla/xpfe/communicator/Makefile.in b/mozilla/xpfe/communicator/Makefile.in new file mode 100644 index 00000000000..d9726bda2a5 --- /dev/null +++ b/mozilla/xpfe/communicator/Makefile.in @@ -0,0 +1,32 @@ +# +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = resources + +include $(topsrcdir)/config/rules.mk + diff --git a/mozilla/xpfe/communicator/makefile.win b/mozilla/xpfe/communicator/makefile.win new file mode 100644 index 00000000000..20b4252d625 --- /dev/null +++ b/mozilla/xpfe/communicator/makefile.win @@ -0,0 +1,26 @@ +#!nmake +# +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\.. + +DIRS= resources + +include <$(DEPTH)\config\rules.mak> diff --git a/mozilla/xpfe/communicator/resources/Makefile.in b/mozilla/xpfe/communicator/resources/Makefile.in new file mode 100644 index 00000000000..edc47944ebe --- /dev/null +++ b/mozilla/xpfe/communicator/resources/Makefile.in @@ -0,0 +1,32 @@ +# +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = skin + +include $(topsrcdir)/config/rules.mk + diff --git a/mozilla/xpfe/communicator/resources/makefile.win b/mozilla/xpfe/communicator/resources/makefile.win new file mode 100644 index 00000000000..2806cac1b03 --- /dev/null +++ b/mozilla/xpfe/communicator/resources/makefile.win @@ -0,0 +1,29 @@ +#!nmake +# +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + + + +DEPTH=..\..\.. + +DIRS= skin + +include <$(DEPTH)\config\rules.mak> + diff --git a/mozilla/xpfe/communicator/resources/skin/Makefile.in b/mozilla/xpfe/communicator/resources/skin/Makefile.in new file mode 100644 index 00000000000..11d7d15d611 --- /dev/null +++ b/mozilla/xpfe/communicator/resources/skin/Makefile.in @@ -0,0 +1,37 @@ +# +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +EXPORT_RESOURCE = \ + $(srcdir)/communicator.css \ + $(NULL) + +include $(topsrcdir)/config/rules.mk + +install:: + $(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/chrome/communicator/skin + diff --git a/mozilla/xpfe/communicator/resources/skin/communicator.css b/mozilla/xpfe/communicator/resources/skin/communicator.css new file mode 100644 index 00000000000..082e882a0de --- /dev/null +++ b/mozilla/xpfe/communicator/resources/skin/communicator.css @@ -0,0 +1,13 @@ +/** this should only contain XUL dialog and document window widget defaults. Defaults for widgets of + a particular application should be in that application's style sheet. + For example style definitions for navigator can be found in navigator.css + + THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR + CHANGES REVIEWED BY hyatt@netscape.com. +**/ + +@import url(chrome://global/skin/); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ +@namespace html url("http://www.w3.org/TR/REC-html40"); /* namespace for HTML elements */ + diff --git a/mozilla/xpfe/communicator/resources/skin/makefile.win b/mozilla/xpfe/communicator/resources/skin/makefile.win new file mode 100644 index 00000000000..73f55ec478b --- /dev/null +++ b/mozilla/xpfe/communicator/resources/skin/makefile.win @@ -0,0 +1,32 @@ +#!nmake +# +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\.. + +include <$(DEPTH)\config\rules.mak> + +DISTBROWSER=$(DIST)\bin\chrome\communicator\skin + +install:: + $(MAKE_INSTALL) communicator.css $(DISTBROWSER) + +clobber:: + rm -f $(DIST)\bin\chrome\communicator\skin\*.*