Bug 1232679 - Improves the Windows 10 start menu tile by adding VisualElementsManifest files and larger icon images. r=glandium

This commit is contained in:
Katie Broida [:ktbee] 2016-07-01 12:03:00 +02:00
parent 4e06c87a12
commit ea0acf0476
18 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<VisualElements
DisplayName='Firefox Developer Edition'
Logo='VisualElements\VisualElements_150.png'
SmallLogo='VisualElements\VisualElements_70.png'
ForegroundText='light'
BackgroundColor='#14171a'/>
<DefaultTile ShowName='allLogos'/>
<SplashScreen Image='DummyFileNameRequiredByWindows.png'/>
</VisualElements>
</Application>

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,8 @@
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<VisualElements
ShowNameOnSquare150x150Logo='on'
Square150x150Logo='VisualElements\VisualElements_150.png'
Square70x70Logo='VisualElements\VisualElements_70.png'
ForegroundText='light'
BackgroundColor='#14171a'/>
</Application>

View File

@ -11,6 +11,14 @@ def FirefoxBranding():
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
FINAL_TARGET_FILES['..'] += [
'firefox.VisualElementsManifest.xml',
'VisualElementsManifest.xml',
]
FINAL_TARGET_FILES.VisualElements += [
'VisualElements_150.png',
'VisualElements_70.png',
]
BRANDING_FILES += [
'appname.bmp',
'bgintro.bmp',

View File

@ -0,0 +1,11 @@
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<VisualElements
DisplayName='Nightly'
Logo='VisualElements\VisualElements_150.png'
SmallLogo='VisualElements\VisualElements_70.png'
ForegroundText='light'
BackgroundColor='#14171a'/>
<DefaultTile ShowName='allLogos'/>
<SplashScreen Image='DummyFileNameRequiredByWindows.png'/>
</VisualElements>
</Application>

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -0,0 +1,8 @@
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<VisualElements
ShowNameOnSquare150x150Logo='on'
Square150x150Logo='VisualElements\VisualElements_150.png'
Square70x70Logo='VisualElements\VisualElements_70.png'
ForegroundText='light'
BackgroundColor='#14171a'/>
</Application>

View File

@ -0,0 +1,11 @@
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<VisualElements
DisplayName='Mozilla Firefox'
Logo='VisualElements\VisualElements_150.png'
SmallLogo='VisualElements\VisualElements_70.png'
ForegroundText='light'
BackgroundColor='#0996f8'/>
<DefaultTile ShowName='allLogos'/>
<SplashScreen Image='DummyFileNameRequiredByWindows.png'/>
</VisualElements>
</Application>

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -0,0 +1,8 @@
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<VisualElements
ShowNameOnSquare150x150Logo='on'
Square150x150Logo='VisualElements\VisualElements_150.png'
Square70x70Logo='VisualElements\VisualElements_70.png'
ForegroundText='light'
BackgroundColor='#0996f8'/>
</Application>

View File

@ -0,0 +1,11 @@
<Application>
<VisualElements
DisplayName='Nightly'
Logo='VisualElements\VisualElements_150.png'
SmallLogo='VisualElements\VisualElements_70.png'
ForegroundText='light'
BackgroundColor='#14171a'>
<DefaultTile ShowName='allLogos'/>
<SplashScreen Image='DummyFileNameRequiredByWindows.png'/>
</VisualElements>
</Application>

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -0,0 +1,8 @@
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<VisualElements
ShowNameOnSquare150x150Logo='on'
Square150x150Logo='VisualElements\VisualElements_150.png'
Square70x70Logo='VisualElements\VisualElements_70.png'
ForegroundText='light'
BackgroundColor='#14171a'/>
</Application>

View File

@ -113,6 +113,10 @@
; [Base Browser Files]
#ifndef XP_UNIX
@BINPATH@/@MOZ_APP_NAME@.exe
@BINPATH@/firefox.VisualElementsManifest.xml
@BINPATH@/VisualElementsManifest.xml
@BINPATH@/browser/VisualElements/VisualElements_150.png
@BINPATH@/browser/VisualElements/VisualElements_70.png
#else
@BINPATH@/@MOZ_APP_NAME@-bin
@BINPATH@/@MOZ_APP_NAME@