Closed
Bug 1334374
Opened 9 years ago
Closed 9 years ago
single quotes in js bookmarklet locations are selectively encoded
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | unaffected |
| firefox52 | --- | fixed |
| firefox53 | --- | fixed |
People
(Reporter: ephbase-moz, Unassigned)
References
Details
(Keywords: regression)
javascript:open('http://example.org/?a=b')
turns into
javascript:open('http://example.org/?a=b%27);
spaces are also encoded
location field is intended for user display and editing, so should not be encoded or at least minimally, definitely not this partial mess
Fixed by: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=066f1cf5831004dad7a0651fbb869905debd43ea&tochange=7cafc897f05ed3af0700f6d08b1c0a5d870d5a81
7cafc897f05e Masatoshi Kimura — Bug 1327960 - Don't escape the query part of nsSimpleURI. r=valentin.gosu
Status: NEW → RESOLVED
Has Regression Range: --- → yes
Closed: 9 years ago
status-firefox51:
--- → unaffected
status-firefox52:
--- → fixed
status-firefox53:
--- → fixed
Depends on: 1327960
Flags: needinfo?(ephbase-moz)
Keywords: regression
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•