mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
#51645 - theme preview images for all platforms, r=law, a=ben
This commit is contained in:
parent
b0545d3ff8
commit
40468df446
@ -1336,6 +1336,7 @@ sub ProcessJarManifests()
|
||||
MozJar::CreateJarFromManifest(":mozilla:themes:classic:navigator:mac:jar.mn", $chrome_dir, \%jars);
|
||||
MozJar::CreateJarFromManifest(":mozilla:themes:classic:messenger:mac:jar.mn", $chrome_dir, \%jars);
|
||||
MozJar::CreateJarFromManifest(":mozilla:themes:classic:editor:mac:jar.mn", $chrome_dir, \%jars);
|
||||
MozJar::CreateJarFromManifest(":mozilla:themes:classic:preview:mac:jar.mn", $chrome_dir, \%jars);
|
||||
MozJar::CreateJarFromManifest(":mozilla:themes:modern:jar.mn", $chrome_dir, \%jars);
|
||||
MozJar::CreateJarFromManifest(":mozilla:xpcom:base:jar.mn", $chrome_dir, \%jars);
|
||||
MozJar::CreateJarFromManifest(":mozilla:xpfe:browser:jar.mn", $chrome_dir, \%jars);
|
||||
|
@ -14,7 +14,7 @@
|
||||
chrome:author="mozilla.org"
|
||||
chrome:description="A theme for all Communicator components designed to visually integrate with Netscape Netcenter."
|
||||
chrome:name="blue/1.0"
|
||||
chrome:image="jar:resource:///chrome/blue.jar!/skin/blue/global/preview.png">
|
||||
chrome:image="jar:resource:///chrome/blue.jar!/skin/blue/global/preview.gif">
|
||||
<chrome:packages>
|
||||
<RDF:Seq about="urn:mozilla:skin:blue/1.0:packages">
|
||||
<RDF:li resource="urn:mozilla:skin:blue/1.0:global"/>
|
||||
|
@ -4,7 +4,7 @@ blue.jar:
|
||||
skin/blue/global/contents.rdf (global/contents.rdf)
|
||||
skin/blue/messenger/contents.rdf (messenger/contents.rdf)
|
||||
skin/blue/navigator/contents.rdf (navigator/contents.rdf)
|
||||
skin/blue/global/preview.png
|
||||
skin/blue/global/preview.gif
|
||||
skin/blue/communicator/box.css (communicator/box.css)
|
||||
skin/blue/communicator/securityOverlay.css (communicator/securityOverlay.css)
|
||||
skin/blue/communicator/menubuttonBindings.xml (communicator/menubuttonBindings.xml)
|
||||
|
@ -28,7 +28,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
DIRS = communicator editor global messenger navigator
|
||||
DIRS = communicator editor global messenger navigator preview/win
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
chrome:author="mozilla.org"
|
||||
chrome:description="This theme simulates the appearance of previous Netscape versions. It uses visual elements of the Mac OS for a familiar look."
|
||||
chrome:name="classic/1.0"
|
||||
chrome:image="jar:resource:///chrome/classic.jar!/skin/classic/global/preview.png">
|
||||
chrome:image="jar:resource:///chrome/classic.jar!/skin/classic/global/preview.gif">
|
||||
<chrome:packages>
|
||||
<RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
|
||||
<RDF:li resource="urn:mozilla:skin:classic/1.0:global"/>
|
||||
|
@ -14,7 +14,7 @@
|
||||
chrome:author="mozilla.org"
|
||||
chrome:description="This theme simulates the appearance of previous Netscape versions. It uses visual elements of the Windows OS for a familiar look."
|
||||
chrome:name="classic/1.0"
|
||||
chrome:image="jar:resource:///chrome/classic.jar!/skin/classic/global/preview.png">
|
||||
chrome:image="jar:resource:///chrome/classic.jar!/skin/classic/global/preview.gif">
|
||||
<chrome:packages>
|
||||
<RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
|
||||
<RDF:li resource="urn:mozilla:skin:classic/1.0:global"/>
|
||||
|
2
themes/classic/preview/mac/jar.mn
Normal file
2
themes/classic/preview/mac/jar.mn
Normal file
@ -0,0 +1,2 @@
|
||||
classic.jar:
|
||||
skin/classic/global/preview.gif
|
Binary file not shown.
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 4.6 KiB |
32
themes/classic/preview/win/Makefile.in
Normal file
32
themes/classic/preview/win/Makefile.in
Normal file
@ -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 = ../../../..
|
||||
THEME_ROOT_DEPTH = @srcdir@/../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.3 KiB |
@ -39,4 +39,5 @@ themes/classic/messenger/Makefile
|
||||
themes/classic/messenger/messengercompose/Makefile
|
||||
themes/classic/navigator/Makefile
|
||||
themes/classic/navigator/unix/Makefile
|
||||
themes/classic/preview/win/Makefile
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
chrome:author="mozilla.org"
|
||||
chrome:description="A contemporary theme for all Communicator components."
|
||||
chrome:name="modern/1.0"
|
||||
chrome:image="jar:resource:///chrome/modern.jar!/skin/modern/global/preview.png">
|
||||
chrome:image="jar:resource:///chrome/modern.jar!/skin/modern/global/preview.gif">
|
||||
<chrome:packages>
|
||||
<RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
|
||||
<RDF:li resource="urn:mozilla:skin:modern/1.0:global"/>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 7.2 KiB |
Loading…
x
Reference in New Issue
Block a user