зеркало из https://github.com/mozilla/pjs.git
46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test for system colour support.
This commit is contained in:
Родитель
b585cd2ea2
Коммит
6d2227df47
|
@ -47,7 +47,7 @@ EXPORT_RESOURCE = \
|
|||
$(srcdir)/search-hover.gif \
|
||||
$(NULL)
|
||||
|
||||
DIRS = bookmarks directory profile regviewer related search sidebar unix wallet xpinstall
|
||||
DIRS = bookmarks directory profile regviewer related search sidebar win wallet xpinstall
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ EXPORT_RESOURCE_SAMPLES = \
|
|||
sidebar-open.gif \
|
||||
$(NULL)
|
||||
|
||||
DIRS = unix
|
||||
DIRS = win
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -0,0 +1,45 @@
|
|||
#
|
||||
# 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) 2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../../..
|
||||
THEME_ROOT_DEPTH = @srcdir@/../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/communicator/skin/sidebar
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
customize.css \
|
||||
preview.css \
|
||||
sidebar.css \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
|
||||
|
||||
install::
|
||||
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
#
|
||||
# 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 = ../../../..
|
||||
THEME_ROOT_DEPTH = @srcdir@/../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
EXPORT_RESOURCE = \
|
||||
$(srcdir)/box.css \
|
||||
$(srcdir)/brand.css \
|
||||
$(srcdir)/button.css \
|
||||
$(srcdir)/communicator.css \
|
||||
$(srcdir)/formatting.css \
|
||||
$(srcdir)/menubutton.css \
|
||||
$(srcdir)/toolbar.css \
|
||||
$(srcdir)/dialogOverlay.css \
|
||||
$(srcdir)/tasksOverlay.css \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/chrome/skins/$(THEME)/communicator/skin
|
||||
|
|
@ -160,7 +160,7 @@ EXPORT_RESOURCE_SAMPLES_2 = \
|
|||
twisty-open-selected.gif \
|
||||
$(NULL)
|
||||
|
||||
DIRS = unix
|
||||
DIRS = win
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
background-color : threedface;
|
||||
color : windowtext;
|
||||
padding : 0px;
|
||||
font : dialog;
|
||||
font : dialog, sans-serif;
|
||||
}
|
||||
|
||||
window[wait-cursor]
|
||||
|
@ -258,4 +258,4 @@ text[disabled="true"] > .text-bottom
|
|||
margin : 1px 0px 0px 1px;
|
||||
}
|
||||
|
||||
*/
|
||||
*/
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
#
|
||||
# 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) 2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
THEME_ROOT_DEPTH = @srcdir@/../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/global/skin
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
box.css \
|
||||
button.css \
|
||||
checkbox.css \
|
||||
commonDialog.css \
|
||||
console.css \
|
||||
filepicker.css \
|
||||
formatting.css \
|
||||
global.css \
|
||||
menu.css \
|
||||
menubutton.css \
|
||||
menulist.css \
|
||||
radio.css \
|
||||
scrollbars.css \
|
||||
splitter.css \
|
||||
tabcontrol.css \
|
||||
textfield.css \
|
||||
toolbar.css \
|
||||
tree.css \
|
||||
wizardOverlay.css \
|
||||
buttonBindings.xml \
|
||||
classicBindings.xml \
|
||||
menulistBindings.xml \
|
||||
treeBindings.xml \
|
||||
scrollbar-slider-bg.gif \
|
||||
error-icon.gif \
|
||||
message-icon.gif \
|
||||
question-icon.gif \
|
||||
alert-icon.gif \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
|
||||
|
||||
install::
|
||||
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
|
||||
|
|
@ -60,7 +60,7 @@ EXPORT_RESOURCE_SAMPLES = \
|
|||
stop-hover-active.gif \
|
||||
$(NULL)
|
||||
|
||||
DIRS = unix
|
||||
DIRS = win
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -0,0 +1,45 @@
|
|||
#
|
||||
# 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) 2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
THEME_ROOT_DEPTH = @srcdir@/../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/navigator/skin
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
navigator.css \
|
||||
pageInfo.css \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
|
||||
|
||||
install::
|
||||
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
|
||||
|
Загрузка…
Ссылка в новой задаче