Closed Bug 1336756 Opened 7 years ago Closed 1 year ago

Error console in Thunderbird Beta shows promo/suggests to use Firefox Developer Edition

Categories

(Thunderbird :: General, defect)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: aryx, Unassigned)

References

Details

The error console in Thunderbird Beta suggests to use Firefox Developer Edition for thing you are currently attempting to do.

Cause: pref("devtools.devedition.promo.enabled", true);

https://hg.mozilla.org/mozilla-central/annotate/ee975d32deb9eaa5641f45428cd6a4b5b555a8f5/devtools/client/preferences/devtools.js#l10

Adding
>// Don't show the promo for the FirefoxDeveloper Edition
>pref("devtools.devedition.promo.enabled", false);
>pref("devtools.devedition.promo.shown", true);
to all-thunderbird.js fixes the issue here, but this file is in omni.ja/defaults/pref like devtools.js with the opposite value.

Do the values from all-thunderbird.js always take precedence?
(In reply to Sebastian Hengst [:aryx][:archaeopteryx] (needinfo on intermittent or backout) from comment #0)
> Do the values from all-thunderbird.js always take precedence?
I think that's the idea without having looked at it.
Severity: normal → S4

I'm not finding the pref in a current bbeta

Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.