Closed
Bug 200659
Opened 22 years ago
Closed 21 years ago
Remove goto's from mimecms.cpp
Categories
(MailNews Core :: MIME, defect)
MailNews Core
MIME
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: d_king, Assigned: d_king)
Details
Attachments
(1 file, 2 obsolete files)
8.08 KB,
patch
|
d_king
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030403
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030403
As a matter of good programming style, and to avoid tree redness, mimecms should
not use goto's.
Reproducible: Always
Steps to Reproduce:
1. Change code without realising it has goto's
2. Watch tree go red
Assignee | ||
Comment 2•22 years ago
|
||
Well, it should work, now to see what gcc says about it.
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 127845 [details] [diff] [review]
First, basic patch.
OK, so I forgot all about this bug. Patch is still valid....
Asking for a "r".
Attachment #127845 -
Flags: review?(kaie)
Comment 4•21 years ago
|
||
Comment on attachment 127845 [details] [diff] [review]
First, basic patch.
r=kaie
If you want, feel free to change
match = PR_FALSE;
return match;
to
return PR_FALSE;
in both places.
Attachment #127845 -
Flags: review?(kaie) → review+
Assignee | ||
Comment 5•21 years ago
|
||
Attachment #127845 -
Attachment is obsolete: true
Assignee | ||
Comment 6•21 years ago
|
||
Comment on attachment 135081 [details] [diff] [review]
Includes suggestions from Kai, and some whitespace weirdness
Carrying over Kai's Review +. Seeking SR, although I don't think I have Seth's
correct eMail address.
Attachment #135081 -
Flags: superreview?(sspitzer)
Attachment #135081 -
Flags: review+
Assignee | ||
Comment 7•21 years ago
|
||
Comment on attachment 135081 [details] [diff] [review]
Includes suggestions from Kai, and some whitespace weirdness
Seth is obviously very busy, so I'm asking mscott for a SR.
Attachment #135081 -
Flags: superreview?(sspitzer) → superreview?(mscott)
Assignee | ||
Comment 8•21 years ago
|
||
Attachment #135081 -
Attachment is obsolete: true
Assignee | ||
Comment 9•21 years ago
|
||
Comment on attachment 138195 [details] [diff] [review]
Updated to match current tree
Carrying over R from kaie
Attachment #138195 -
Flags: review+
Assignee | ||
Updated•21 years ago
|
Attachment #135081 -
Flags: superreview?(mscott)
Assignee | ||
Comment 10•21 years ago
|
||
Comment on attachment 138195 [details] [diff] [review]
Updated to match current tree
Asking for SR, and if Seth could check it in as well?
Attachment #138195 -
Flags: superreview?(sspitzer)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
![]() |
||
Comment 11•21 years ago
|
||
David, Seth is not really doing reviews that I know of.. mscott is in fact your
best bet.
Assignee | ||
Comment 12•21 years ago
|
||
Comment on attachment 138195 [details] [diff] [review]
Updated to match current tree
bz: Thanks for the pointer
Attachment #138195 -
Flags: superreview?(sspitzer) → superreview?(mscott)
Updated•21 years ago
|
Attachment #138195 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 13•21 years ago
|
||
Thanks, can someone check this in for me as I have no checkin rights.
Assignee | ||
Comment 14•21 years ago
|
||
Thanks to bz for checking this in for me.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Verified FIXED using LXR:
1.22 bzbarsky%mit.edu 2004-05-04 17:55 Remove goto's from mimecms.cpp. Bug
200659, patch by David G King
<d_king@xtra.co.nz>, r=kaie, sr=mscott
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•