Closed
Bug 251595
Opened 21 years ago
Closed 21 years ago
DOMParser.parseFromString() confused by character encodings (port bug 240717 fix to Aviary)
Categories
(Firefox :: General, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: matthew, Assigned: bugzilla)
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
1.18 KB,
patch
|
Details | Diff | Splinter Review |
DOMParser.parseFromString() seems not to take into account the character
encoding present in the XML declaration.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040713
Firefox/0.9.1+
This is the same bug initially reported as bug 240717. This was fixed in Mozilla
releases on the trunk but I would like to request that it is ported to the
Aviary branch. (It is used by my extension and I have had a number of fault
reports from users of Firefox 0.9.)
If this is acceptable then I am happy to produce a patch from the changes made
in that bug.
(I apologise if raising a new bug was the wrong thing to do in terms of bug
management.)
Assignee | ||
Updated•21 years ago
|
Flags: blocking-aviary1.0? → blocking-aviary1.0RC1+
Priority: -- → P3
Reporter | ||
Comment 2•21 years ago
|
||
Patch based on the two changes made for bug 240717, plus the change made on
trunk to version 1.39 (required for compilation), tested against aviary branch
using testcase from bug 240717
Assignee | ||
Comment 3•21 years ago
|
||
Fixed on branch.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Keywords: fixed-aviary1.0
You need to log in
before you can comment on or make changes to this bug.
Description
•