Closed
Bug 1638055
Opened 5 years ago
Closed 5 years ago
Fix update URL generation function's locale detection
Categories
(Toolkit :: Application Update, defect, P2)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: bytesized, Assigned: bytesized)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When I wrote the URL generation function, I didn't realize that binaries cannot really use the locale directly, because they are not rebuilt for l10n repacks. We should read the locale out of locale.ini instead. locale.ini is being added as part of Bug 1621696.
Assignee | ||
Updated•5 years ago
|
Blocks: update-agent
Assignee | ||
Comment 2•5 years ago
|
||
For reference, the update url currently gets its locale value from update.locale, which is generated the same way as locale.ini.
Updated•5 years ago
|
Severity: -- → S2
Priority: -- → P2
Comment 4•5 years ago
|
||
S1 or S2 bugs need an assignee - could you find someone for this bug?
Flags: needinfo?(agashlin)
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → ksteuber
Flags: needinfo?(agashlin)
Comment 5•5 years ago
|
||
Downgrading severity here as this has zero user impact since it's for a project that's not yet been released.
Severity: S2 → S4
Assignee | ||
Comment 6•5 years ago
|
||
Updated•5 years ago
|
Attachment #9162289 -
Attachment description: Bug 1638055 - Fix update URL generation function's locale detection r=mhowell → Bug 1638055 - Fix update URL generation function's locale detection r=mhowell,agashlin
Pushed by ksteuber@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a37f8546288e
Fix update URL generation function's locale detection r=mhowell,agashlin
Comment 8•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•