Closed
Bug 361934
Opened 18 years ago
Closed 18 years ago
[FIX]XMLHttpRequest send should match encoding to XML decl
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
1.75 KB,
patch
|
sicking
:
review+
Biesinger
:
superreview+
|
Details | Diff | Splinter Review |
See thread at http://lists.w3.org/Archives/Public/public-webapi/2006Nov/0040.html and testcase in the URL field.
![]() |
Assignee | |
Comment 1•18 years ago
|
||
Would be good to test this, and probably bug 361933, but I'm not sure how...
Flags: in-testsuite?
Keywords: dev-doc-needed
![]() |
Assignee | |
Comment 2•18 years ago
|
||
Attachment #246650 -
Flags: superreview?(cbiesinger)
Attachment #246650 -
Flags: review?(bugmail)
Comment 3•18 years ago
|
||
Comment on attachment 246650 [details] [diff] [review]
Fix
I assume this will do the right thing with characters outside the document's encoding? (i.e., turn them into ሴ or something)
Attachment #246650 -
Flags: superreview?(cbiesinger) → superreview+
![]() |
Assignee | |
Comment 4•18 years ago
|
||
"good question". If not, that's a serializer bug that should be fixed...
Attachment #246650 -
Flags: review?(bugmail) → review+
![]() |
Assignee | |
Comment 5•18 years ago
|
||
So I did verify that the serializer uses entity escapes as needed.
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 6•17 years ago
|
||
added a note to the page at http://developer.mozilla.org/en/docs/XMLHttpRequest
Keywords: dev-doc-needed → dev-doc-complete
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•