Closed
Bug 236134
Opened 21 years ago
Closed 21 years ago
if you clobber the profile chrome.rdf cache, firefox won't start because of missing locales
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox0.9
People
(Reporter: benjamin, Assigned: benjamin)
Details
Attachments
(1 file)
2.90 KB,
patch
|
p_ch
:
review+
|
Details | Diff | Splinter Review |
There's a bug in the chrome registry that I can't easily fix, so I want to
wallpaper over it: if you have a locale package (e.g.
chrome://browser-region/locale/) without a matching content package (there is no
chrome://browser-region/content/), and you remove the profile chrome.rdf cachee,
the chrome registry will fail to auto-select a locale at next startup. This
leads to unusual crashes.
This patch just adds an empty browser-region/content package to make the chrome
registry behave.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #142695 -
Flags: review?(p_ch)
Comment 2•21 years ago
|
||
Comment on attachment 142695 [details] [diff] [review]
add empty browser-region/content package
I am not sure we need browser-region locales, but that's another issue.
Attachment #142695 -
Flags: review?(p_ch) → review+
Assignee | ||
Comment 5•21 years ago
|
||
Yeah, my fault
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•