Closed
Bug 692767
Opened 14 years ago
Closed 14 years ago
about:home shows tabs from last time with wrong encoding, non-ASCII characters are broken
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox9 fixed, firefox10 fixed)
VERIFIED
FIXED
Firefox 9
People
(Reporter: aryx, Assigned: mfinkle)
References
Details
(Keywords: regression, verified-aurora)
Attachments
(2 files)
46.84 KB,
image/png
|
Details | |
1.39 KB,
patch
|
mbrubeck
:
review+
asa
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
about:home shows the tabs from last time with a wrong encoding (latin 1?), the special characters are broken.
Steps to reproduce:
1. Open a new tab.
2. Type "österreich" into it and start a google search.
3. Call Menu > More > Quit.
4. Launch Firefox Mobile.
Actual result:
The "ö" is replaced by other characters.
Expected result:
Tab title contains "österreich".
This is a regression only on nightly, starting with 2011-10-05's nightly.
Comment 2•14 years ago
|
||
From bug 692797, comment 1:
This is a regression from bug 691534, which switched to use NetUtils.readInputStreamToString
Blocks: 691534
Comment 3•14 years ago
|
||
Fixing nonchalant Americanism in title.
Summary: about:home shows tabs from last time with wrong encoding, special characters are broken → about:home shows tabs from last time with wrong encoding, non-ASCII characters are broken
Comment 4•14 years ago
|
||
From duped bug 692797, comment 2:
I thought we were working like the code in Sync:
Saving with UTF-8
http://mxr.mozilla.org/mozilla-central/source/services/sync/modules/util.js#841
Reading without doing anything:
http://mxr.mozilla.org/mozilla-central/source/services/sync/modules/util.js#805
Assignee | ||
Comment 5•14 years ago
|
||
This is a regression caused by bug 691534, which switched to use NetUtils.readInputStreamToString and stop converting the UTF-8
This patch reverts part of bug 691534 so we convert the UTF-8
Assignee: nobody → mark.finkle
Attachment #565558 -
Flags: review?(mbrubeck)
Comment 6•14 years ago
|
||
Comment on attachment 565558 [details] [diff] [review]
patch
Sorry for missing this in review of bug 691534.
Attachment #565558 -
Flags: review?(mbrubeck) → review+
Assignee | ||
Comment 7•14 years ago
|
||
Assignee | ||
Comment 8•14 years ago
|
||
Comment on attachment 565558 [details] [diff] [review]
patch
This patch backs out part of bug 691534, but doesn't affect the performance improvements. It just fixes the UTF-8 character handling.
I think we want this to go along in Aurora with the performance improvements in bug 691534.
Attachment #565558 -
Flags: approval-mozilla-aurora?
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 10
Comment 10•14 years ago
|
||
Mozilla/5.0 (Android; Linux armv7l; rv:10.0a1) Gecko/20111011 Firefox/10.0a1 Fennec/10.0a1
Samsung Galaxy SII (2.3.4)
Status: RESOLVED → VERIFIED
status-firefox10:
--- → fixed
Updated•14 years ago
|
Attachment #565558 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 11•14 years ago
|
||
status-firefox9:
--- → fixed
Target Milestone: Firefox 10 → Firefox 9
Comment 12•14 years ago
|
||
Mozilla/5.0 (Android; Linux armv7l; rv:9.0a2) Gecko/20111019 Firefox/9.0a2 Fennec/9.0a2
Keywords: verified-aurora
You need to log in
before you can comment on or make changes to this bug.
Description
•