Closed
Bug 269806
Opened 21 years ago
Closed 21 years ago
Assertion aTryLocaleCharset not yet supported on every bugzilla page
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bernd_mozilla, Assigned: jshin1987)
Details
(Keywords: assertion, regression)
Attachments
(1 file)
|
3.55 KB,
patch
|
Biesinger
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
I don't know who did it but is a recent regression if you go to bugzilla with a
recent debug build and open a bug or a attachment the assertion at
http://lxr.mozilla.org/seamonkey/source/netwerk/mime/src/nsMIMEHeaderParamImpl.cpp#95
fires. Quite annoying
Comment 1•21 years ago
|
||
caused by bug 267475 I'm sure, zbar
maybe we should just implement aTryLocale? :)
Comment 2•21 years ago
|
||
alternatively, maybe this should be downgraded to a warning
| Assignee | ||
Comment 3•21 years ago
|
||
yeah, let's downgrade it to NS_WARNING.
Could this thing rather be removed/commented out than spilling to the console.
If it is serious than one should fix it, if not whats the reason to warn.
| Assignee | ||
Comment 5•21 years ago
|
||
I implemented |aTryLocaleCharset| case.
Assignee: general → jshin
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•21 years ago
|
||
Comment on attachment 165993 [details] [diff] [review]
patch
asking for r/sr.
don't worry about the second hunk. I got rid of it in my tree.
Attachment #165993 -
Flags: superreview?(bzbarsky)
Attachment #165993 -
Flags: review?(cbiesinger)
Comment 7•21 years ago
|
||
Comment on attachment 165993 [details] [diff] [review]
patch
>don't worry about the second hunk. I got rid of it in my tree.
you mean the third? (i.e. last)
I note that this method now returns failure if !aTryLocaleCharset &&
fallbackcharset.isempty && string is not valid utf-8, while before it returned
an empty string (I think) in that case. sounds like a good change.
Attachment #165993 -
Flags: review?(cbiesinger) → review+
Comment 8•21 years ago
|
||
Comment on attachment 165993 [details] [diff] [review]
patch
sr=bzbarsky
Attachment #165993 -
Flags: superreview?(bzbarsky) → superreview+
| Assignee | ||
Comment 9•21 years ago
|
||
thanks for r/sr. yeah, I meant the last (3rd) chunk.
fix checked into trunk
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•