Closed Bug 1837236 Opened 1 year ago Closed 1 year ago

Port bug 1824799: Let the about:home startup cache ride the trains out from Nightly

Categories

(Thunderbird :: Upstream Synchronization, task)

Tracking

(thunderbird115 fixed)

RESOLVED FIXED
116 Branch
Tracking Status
thunderbird115 --- fixed

People

(Reporter: rjl, Assigned: rjl)

References

Details

Attachments

(1 file)

TEST-UNEXPECTED-FAIL | toolkit/components/featuregates/test/unit/test_FeatureGate.js | testAllDefaultsMatchSettings - [testAllDefaultsMatchSettings : 439] Feature browser.startup.homepage.abouthome_cache.enabled should match runtime value. - true == false

Apparently it's not used in Thunderbird, nevertheless we have a pref that's not jiving with what a test expects and is causing permafail on 115.0beta1.

// Not used in Thunderbird.
#ifdef NIGHTLY_BUILD
pref("browser.startup.homepage.abouthome_cache.enabled", true);
#else
pref("browser.startup.homepage.abouthome_cache.enabled", false);
#endif
Target Milestone: --- → 116 Branch

Comment on attachment 9337911 [details]
Bug 1837236 - Port bug 1824799: Always enable about:home startup cache. r=#thunderbird-reviewers

[Triage Comment]
Approved for beta - fix permafail orange test. Per comment, enabling this pref doesn't affect Thunderbird as it's "Not used". I confirmed that it's for a browser-only component.. why the test is in toolkit makes no sense though...

Attachment #9337911 - Flags: approval-comm-beta+

Pushed by martin@humanoids.be:
https://hg.mozilla.org/comm-central/rev/7f5449712248
Port bug 1824799: Always enable about:home startup cache. r=freaktechnik

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

Attachment

General

Created:
Updated:
Size: