Port bug 1824799: Let the about:home startup cache ride the trains out from Nightly
Categories
(Thunderbird :: Upstream Synchronization, task)
Tracking
(thunderbird115 fixed)
Tracking | Status | |
---|---|---|
thunderbird115 | --- | fixed |
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
rjl
:
approval-comm-beta+
|
Details | Review |
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
Assignee | ||
Comment 1•2 years ago
|
||
Fix for permafail on beta.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
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...
Pushed by martin@humanoids.be:
https://hg.mozilla.org/comm-central/rev/7f5449712248
Port bug 1824799: Always enable about:home startup cache. r=freaktechnik
Assignee | ||
Comment 4•2 years ago
|
||
bugherder uplift |
Thunderbird 115.0b1:
https://hg.mozilla.org/releases/comm-beta/rev/e7e5fd5289cf
Description
•