Closed
Bug 512853
Opened 16 years ago
Closed 16 years ago
fix parseKeyValuePairs to support values containing =, use iframe type="content" for the about:crashes submit form
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta1-fixed |
status1.9.1 | --- | .4-fixed |
People
(Reporter: ted, Assigned: ted)
References
()
Details
(Keywords: verified1.9.1)
Attachments
(1 file)
2.39 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
Currently we use string.split('=',2), which apparently truncates if it encounters more than 1 =. We should fix that.
Assignee | ||
Updated•16 years ago
|
Summary: fix parseKeyValuePairs to support values containing = → fix parseKeyValuePairs to support values containing =, use iframe type="content" for the about:crashes submit form
Assignee | ||
Comment 2•16 years ago
|
||
Fixes both issues, add a test for the "data containing =" case.
Attachment #397837 -
Flags: review?(dtownsend)
Updated•16 years ago
|
Attachment #397837 -
Flags: review?(dtownsend) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Pushed to m-c:
http://hg.mozilla.org/mozilla-central/rev/5d7792125ab4
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•16 years ago
|
||
Pushed to 1.9.2:
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/284450490764
status1.9.2:
--- → beta1-fixed
Assignee | ||
Comment 5•16 years ago
|
||
Pushed to 1.9.1:
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/ccea9b34338e
status1.9.1:
--- → .4-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•