Hi all,

I've recently tried to fix an accessibility bug on Mac (see
https://bugzilla.mozilla.org/show_bug.cgi?id=718637). According to Apple
developers, VoiceOver must white list Firefox as a "web browser" so that
it can react to AXLoadComplete notifications normally. For that purpose,
we need to provide them the Mac bundle id of Firefox.

Reading our configure script, MOZ_MACBUNDLE_ID is of the form
"org.mozilla.***" or "org.mozilla.***debug" where *** is the lowercased
MOZ_APP_DISPLAYNAME build configuration:

http://hg.mozilla.org/mozilla-central/file/2c1fb007137d/configure.in#l4588
http://hg.mozilla.org/mozilla-central/file/2c1fb007137d/configure.in#l8679

So actually my question becomes: what is the possible values of
MOZ_APP_DISPLAYNAME in the official Mozilla builds? I assume the values
include at least "Firefox" and "Nightly". Anything else?

Thank you,

Frédéric Wang

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to