make-firefox: updated branding
|
|
@ -1,56 +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/.
|
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
|
||||||
|
|
||||||
# On Windows only do this step for browser, skip for metro.
|
|
||||||
ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows browser)
|
|
||||||
BRANDING_FILES := \
|
|
||||||
abrowser.ico \
|
|
||||||
document.ico \
|
|
||||||
branding.nsi \
|
|
||||||
appname.bmp \
|
|
||||||
bgintro.bmp \
|
|
||||||
clock.bmp \
|
|
||||||
particles.bmp \
|
|
||||||
pencil.bmp \
|
|
||||||
pencil-rtl.bmp \
|
|
||||||
wizHeader.bmp \
|
|
||||||
wizHeaderRTL.bmp \
|
|
||||||
wizWatermark.bmp \
|
|
||||||
newwindow.ico \
|
|
||||||
newtab.ico \
|
|
||||||
pbmode.ico \
|
|
||||||
$(NULL)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
|
||||||
BRANDING_FILES := \
|
|
||||||
background.png \
|
|
||||||
abrowser.icns \
|
|
||||||
disk.icns \
|
|
||||||
document.icns \
|
|
||||||
dsstore \
|
|
||||||
$(NULL)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifdef MOZ_WIDGET_GTK
|
|
||||||
BRANDING_FILES := \
|
|
||||||
default16.png \
|
|
||||||
default32.png \
|
|
||||||
default48.png \
|
|
||||||
mozicon128.png \
|
|
||||||
$(NULL)
|
|
||||||
endif
|
|
||||||
|
|
||||||
BRANDING_DEST := $(DIST)/branding
|
|
||||||
BRANDING_TARGET := export
|
|
||||||
INSTALL_TARGETS += BRANDING
|
|
||||||
|
|
||||||
ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows metro)
|
|
||||||
VISUALMANIFEST := VisualElementsManifest.xml
|
|
||||||
VISUALMANIFEST_FLAGS := -Fsubstitution -DMOZ_APP_DISPLAYNAME=${MOZ_APP_DISPLAYNAME}
|
|
||||||
VISUALMANIFEST_PATH := $(DIST)/bin
|
|
||||||
PP_TARGETS += VISUALMANIFEST
|
|
||||||
endif
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
<Application
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<VisualElements
|
|
||||||
DisplayName="@MOZ_APP_DISPLAYNAME@"
|
|
||||||
Logo="tileresources\VisualElements_logo.png"
|
|
||||||
SmallLogo="tileresources\VisualElements_smalllogo.png"
|
|
||||||
ForegroundText="light"
|
|
||||||
BackgroundColor="#1895f5">
|
|
||||||
<DefaultTile
|
|
||||||
ShortName="@MOZ_APP_DISPLAYNAME@"
|
|
||||||
ShowName="allLogos"
|
|
||||||
/>
|
|
||||||
<SplashScreen
|
|
||||||
Image="tileresources\VisualElements_splashscreen.png" />
|
|
||||||
</VisualElements>
|
|
||||||
</Application>
|
|
||||||
|
|
@ -1,13 +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/.
|
|
||||||
|
|
||||||
# Branding Makefile
|
|
||||||
# - jars chrome artwork
|
|
||||||
|
|
||||||
# resources needed for the metro tile interface
|
|
||||||
ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows metro)
|
|
||||||
TILE_FILES := $(wildcard $(srcdir)/VisualElements*)
|
|
||||||
TILE_DEST := $(DIST)/bin/tileresources
|
|
||||||
INSTALL_TARGETS += TILE
|
|
||||||
endif
|
|
||||||
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 196 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
|
@ -4,24 +4,15 @@
|
||||||
|
|
||||||
browser.jar:
|
browser.jar:
|
||||||
% content branding %content/branding/ contentaccessible=yes
|
% content branding %content/branding/ contentaccessible=yes
|
||||||
content/branding/about.png (about.png)
|
content/branding/about.png
|
||||||
content/branding/about-logo.png (about-logo.png)
|
content/branding/about-logo.png
|
||||||
content/branding/about-logo@2x.png (about-logo@2x.png)
|
content/branding/about-logo@2x.png
|
||||||
content/branding/about-wordmark.svg (about-wordmark.svg)
|
content/branding/about-wordmark.svg
|
||||||
content/branding/icon48.png (icon48.png)
|
content/branding/icon48.png
|
||||||
content/branding/icon64.png (icon64.png)
|
content/branding/icon64.png
|
||||||
content/branding/icon16.png (../default16.png)
|
content/branding/icon16.png (../default16.png)
|
||||||
content/branding/icon32.png (../default32.png)
|
content/branding/icon32.png (../default32.png)
|
||||||
content/branding/icon128.png (../mozicon128.png)
|
content/branding/icon128.png (../mozicon128.png)
|
||||||
content/branding/identity-icons-brand.png (identity-icons-brand.png)
|
content/branding/identity-icons-brand.svg
|
||||||
content/branding/identity-icons-brand@2x.png (identity-icons-brand@2x.png)
|
content/branding/silhouette-40.svg
|
||||||
content/branding/silhouette-40.svg (silhouette-40.svg)
|
content/branding/aboutDialog.css
|
||||||
content/branding/aboutDialog.css (aboutDialog.css)
|
|
||||||
#ifdef MOZ_METRO
|
|
||||||
content/branding/metro-about.css (metro-about.css)
|
|
||||||
content/branding/metro-about-footer.png (metro-about-footer.png)
|
|
||||||
content/branding/metro-about-wordmark.png (metro-about-wordmark.png)
|
|
||||||
content/branding/metro_firstrun_logo.png (metro_firstrun_logo.png)
|
|
||||||
content/branding/metro_firstrun_logo@1.4x.png (metro_firstrun_logo@1.4x.png)
|
|
||||||
content/branding/metro_firstrun_logo@1.8x.png (metro_firstrun_logo@1.8x.png)
|
|
||||||
#endif
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
|
@ -1,14 +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/. */
|
|
||||||
|
|
||||||
#about-flyoutpanel {
|
|
||||||
background-color: #0095dd;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#about-policy-label:hover,
|
|
||||||
#about-policy-label:active {
|
|
||||||
background: #036fa4;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 132 KiB |
|
|
@ -6,4 +6,4 @@
|
||||||
<!ENTITY brandShortName "Abrowser">
|
<!ENTITY brandShortName "Abrowser">
|
||||||
<!ENTITY brandFullName "Abrowser">
|
<!ENTITY brandFullName "Abrowser">
|
||||||
<!ENTITY vendorShortName "Trisquel">
|
<!ENTITY vendorShortName "Trisquel">
|
||||||
<!ENTITY trademarkInfo.part1 "Abrowser and the Abrowser logos are trademarks of the Mozilla Foundation.">
|
<!ENTITY trademarkInfo.part1 "">
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,3 @@
|
||||||
locale/branding/brand.dtd (%brand.dtd)
|
locale/branding/brand.dtd (%brand.dtd)
|
||||||
locale/branding/brand.properties (%brand.properties)
|
locale/branding/brand.properties (%brand.properties)
|
||||||
locale/branding/browserconfig.properties
|
locale/branding/browserconfig.properties
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,5 @@ DIRS += ['content', 'locales']
|
||||||
DIST_SUBDIR = 'browser'
|
DIST_SUBDIR = 'browser'
|
||||||
export('DIST_SUBDIR')
|
export('DIST_SUBDIR')
|
||||||
|
|
||||||
JS_PREFERENCE_FILES += [
|
include('../branding-common.mozbuild')
|
||||||
'pref/abrowser-branding.js',
|
AbrowserBranding()
|
||||||
]
|
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 6.4 KiB |
|
|
@ -1,3 +1,7 @@
|
||||||
|
/* 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/. */
|
||||||
|
|
||||||
pref("startup.homepage_override_url","http://trisquel.info");
|
pref("startup.homepage_override_url","http://trisquel.info");
|
||||||
pref("startup.homepage_welcome_url","http://trisquel.info/welcome");
|
pref("startup.homepage_welcome_url","http://trisquel.info/welcome");
|
||||||
// The time interval between checks for a new version (in seconds)
|
// The time interval between checks for a new version (in seconds)
|
||||||
|
|
|
||||||