Closed
Bug 815423
Opened 12 years ago
Closed 12 years ago
Improperly formatted strings in Fennec; results in startup crash
Categories
(Mozilla Localizations :: ja / Japanese, defect)
Tracking
(firefox18 fixed, firefox19+ fixed)
RESOLVED
FIXED
People
(Reporter: bnicholson, Assigned: bugzilla)
References
Details
Attachments
(1 file)
1.18 KB,
patch
|
Pike
:
feedback+
|
Details | Diff | Splinter Review |
Localization strings are improperly formatted, causing Fennec to crash. See https://bugzilla.mozilla.org/show_bug.cgi?id=775142#c4.
There's a fix on central that changes the message ID, but 18 and 19 still need their strings to be updated.
Comment 1•12 years ago
|
||
It's the cause of the top-one crasher in Firefox 19.0a2 for Android.
tracking-firefox19:
--- → ?
Comment 2•12 years ago
|
||
Dynamis - assigning to you in hopes that you can help find a final owner for this bug.
Assignee: nobody → bugzilla
Comment 3•12 years ago
|
||
You need to replace in mobile/android/base/android_strings.dtd for Beta and Aurora:
<!ENTITY suggestions_prompt "% で検索語句の候補を表示しますか?">
by
<!ENTITY suggestions_prompt "%s で検索語句の候補を表示しますか?">
Comment 4•12 years ago
|
||
Tomoya - have you had a chance to look into this yet? We're halfway through Aurora 19's cycle now and it would be great to get a fix verified.
Flags: needinfo?(bugzilla)
Comment 5•12 years ago
|
||
Rejected the most recent sign-off for 18, as this would otherwise show up there, too.
AKA, we'll need a fix for this on both beta and aurora.
Comment 6•12 years ago
|
||
Can I apply this same patch to Aurora?
Comment 7•12 years ago
|
||
Comment on attachment 690025 [details] [diff] [review]
fix for fennec18
Review of attachment 690025 [details] [diff] [review]:
-----------------------------------------------------------------
Yes, I think this should work on both beta and aurora.
Attachment #690025 -
Flags: feedback+
Comment 8•12 years ago
|
||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(bugzilla)
Resolution: --- → FIXED
Comment 9•12 years ago
|
||
Thanks, taken the sign-off. Should be in next week's beta build.
You need to log in
before you can comment on or make changes to this bug.
Description
•