Perma mass failures timeouts | L10nRegistry error: Missing resource in locale en-US: preview/shopping.ftl when Gecko 118 merges to Beta on 2023-08-28
Categories
(Firefox :: Shopping, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox116 | --- | unaffected |
firefox117 | --- | unaffected |
firefox118 | + | verified |
People
(Reporter: smolnar, Assigned: fchasen)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-shopping])
Attachments
(2 files)
DEBUG: Adding blocker SitePermsAddonProvider for phase AddonManager: Waiting for providers to shut down.
[task 2023-08-02T11:06:49.917Z] 11:06:49 INFO - [Parent 857, GMPThread] WARNING: Failed to delete GMP storage directory: file /builds/worker/checkouts/gecko/dom/media/gmp/GMPServiceParent.cpp:1759
[task 2023-08-02T11:06:49.918Z] 11:06:49 INFO - DEBUG: Adding blocker GMPProvider for phase AddonManager: Waiting for providers to shut down.
[task 2023-08-02T11:06:49.960Z] 11:06:49 INFO - DEBUG: Adding blocker JSON store: writing data for 'handlers' for phase IOUtils: waiting for profileBeforeChange IO to complete
[task 2023-08-02T11:06:49.979Z] 11:06:49 INFO - [Child 960, Main Thread] WARNING: could not set real-time limit in CubebUtils::InitLibrary: file /builds/worker/checkouts/gecko/dom/media/CubebUtils.cpp:655
[task 2023-08-02T11:06:50.033Z] 11:06:50 INFO - [WARN l10nregistry_ffi::env] L10nRegistry error: Missing resource in locale en-US: preview/shopping.ftl
[task 2023-08-02T11:06:50.035Z] 11:06:50 INFO - [fluent] Couldn't find a message: browser-main-window-window-titles
Reporter | ||
Updated•1 year ago
|
Comment 1•1 year ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e9ef633550ad05247241fad1456fc73f10e7ec99#l4.1 adds new buttons and their text is stored in shopping.ftl https://hg.mozilla.org/mozilla-central/rev/e9ef633550ad05247241fad1456fc73f10e7ec99#l6.1
But we only ship that file for Nightly: https://searchfox.org/mozilla-central/rev/85269d4444c2553e7f4c669fe4de72d64f4fe438/browser/locales/jar.mn#15-17
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Thanks, checking if we can include preview/shopping.ftl
in all builds - either way should have a patch up shortly.
Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
|
||
We are going to only load the shopping.ftl
for Nightly now to fix this issue.
Comment 6•1 year ago
|
||
bugherder |
Comment 7•1 year ago
|
||
After using https://phabricator.services.mozilla.com/D185189 in the latest central as early beta simulation, has uncovered more mass failures as it can be seen here.
The issue now, after using the latest patch, seems to be here: https://treeherder.mozilla.org/logviewer?job_id=424777998&repo=try&lineNumber=1748 JavaScript error: chrome://browser/content/browser.js, line 9952: Error: Failed to load resource:///actors/ShoppingSidebarParent.sys.mjs
Hi Fred! Can you please take another look at this?
Thank you!
Assignee | ||
Comment 8•1 year ago
|
||
Updates ShoppingSidebarManager init, uninit and onLocationChange to only be called when AppConstants.NIGHTLY_BUILD is true.
Assignee | ||
Comment 9•1 year ago
|
||
Thanks for looking into this more Iulian.
I'm continuing to try and understand why that file isn't present outside of Nightly but for now I think the best path is the patch above to only init the ShoppingSidebarManager
in a Nightly builds.
Comment 10•1 year ago
|
||
Comment 11•1 year ago
|
||
Patch is working on today's beta simulation push
Comment 12•1 year ago
|
||
The file is only available in Nightly because browser/components/shopping
only ships there
Reporter | ||
Comment 13•1 year ago
|
||
bugherder |
Description
•