Instead of packaging all locale image variants for all Firefox builds, potentially we would only package the appropriate file (localized or default/en-US) to be exposed at the same endpoint that always exists, e.g., chrome://activity-stream/…/android.png. It doesn't seem necessary that we have access to more than one android.png at a time? Although I don't see any current uses of `AB_CD =` checks in jar.mn? https://searchfox.org/mozilla-central/search?q=AB_CD+%3D&path=jar.mn
Bug 1754247 Comment 9 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Instead of packaging all locale image variants for all Firefox builds, potentially we would only package the appropriate file (localized or default/en-US) to be exposed at the same endpoint that always exists, e.g., chrome://activity-stream/…/android.png. It doesn't seem necessary that we have access to more than one android.png at a time? Although I don't see any current uses of `AB_CD =` checks in jar.mn? https://searchfox.org/mozilla-central/search?q=AB_CD+%3D&path=jar.mn We used to have something pretty hacky long ago… https://github.com/mozilla/activity-stream/commit/9552c572e270d5756effb3d7c06dc3f22c1aa5e0#diff-c426376da315963b335c5f79b7dbefd88f004788c604ec24df2b2a4a0fc65213L32-L64