Closed
Bug 314850
Opened 20 years ago
Closed 20 years ago
lossy conversion in CSS scanner error reporting (mFileName)
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(1 file)
|
1.21 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
mFileName is the result of nsIURI::GetSpec, so it's UTF-8. We should convert it as such.
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #201700 -
Flags: superreview?(bzbarsky)
Attachment #201700 -
Flags: review?(bzbarsky)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Whiteboard: [patch]
Target Milestone: --- → mozilla1.9alpha
Updated•20 years ago
|
Attachment #201700 -
Flags: superreview?(bzbarsky)
Attachment #201700 -
Flags: superreview+
Attachment #201700 -
Flags: review?(bzbarsky)
Attachment #201700 -
Flags: review+
| Assignee | ||
Comment 2•20 years ago
|
||
Fixed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•