Nigthly in product pages use Firefox release branding, should use Nightly one (e.g. in onboarding, on about:firefox)
Categories
(Firefox for Android Graveyard :: Theme and Visual Design, defect)
Tracking
(Not tracked)
People
(Reporter: aryx, Unassigned)
Details
Attachments
(1 file)
|
115.42 KB,
image/png
|
Details |
Firefox Nightly 68.0a1 20190505 (aarch) on Android 9.0
The onboarding screen when one launches Firefox the first time and also about:fiefox use the official Firefox logo reserved for release and beta. about:buildconfig says the nightly branding gets used and MOZ_OFFICIAL set to 1. On the home screen, it's the correct Nightly logo.
Are caches/artifacts involved?
(In reply to Sebastian Hengst [:aryx] (needinfo on intermittent or backout) from comment #0)
Firefox Nightly 68.0a1 20190505 (aarch) on Android 9.0
The onboarding screen when one launches Firefox the first time and also about:fiefox use the official Firefox logo reserved for release and beta. about:buildconfig says the nightly branding gets used and MOZ_OFFICIAL set to 1. On the home screen, it's the correct Nightly logo.
Are caches/artifacts involved?
Probably not: there are two types of resources being used. One is the regular Gecko/XUL HTML/CSS/JS flow which is used in about:firefox; from what you say, that's not working fine. The other is the Android XML/PNG resources flow which is used for the home screen icon, etc; from what you say that's working fine.
Digging in, I see that it's simply about:firefox uses https://searchfox.org/mozilla-central/source/mobile/android/themes/core/images/logo-hdpi.png for the "logo" element (see https://searchfox.org/mozilla-central/source/mobile/android/themes/core/aboutPage.css#40) and that image isn't subject to branding.
I doubt we care about this enough to address it for Fennec.
I don't see the onboarding screen usage that you see; that's all done in native Android UI and appears to have Nightly branding. Screenshot?
| Reporter | ||
Comment 2•7 years ago
|
||
Aryx: is this a -multi APK (i.e., from Google Play) or a de single-locale repack?
| Reporter | ||
Comment 4•7 years ago
|
||
The multilocale apk. buildconfig also mentions aach64-unknown-linux-android.
Comment 5•5 years ago
|
||
Updated•5 years ago
|
Description
•