Closed
Bug 237001
Opened 21 years ago
Closed 21 years ago
clean up nsLegacyCheck and nsObjectIgnore
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ajschult784, Assigned: ajschult784)
Details
Attachments
(1 file, 2 obsolete files)
5.22 KB,
patch
|
benjamin
:
review+
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
nsLegacyCheck currently contains methods SetFileName, SetMessage and InitNext,
which it needs because it doesn't pass the parameters like nsRunApp does. This
is pretty easy to fix in the parser, which would allow the mehods to be removed.
nsLegacyCheck becomes an nsRunApp clone.
the same is needed for the nsObjectIgnore class from bug 234741 once it exists.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #143495 -
Flags: review?(bsmedberg)
Comment 2•21 years ago
|
||
Comment on attachment 143495 [details] [diff] [review]
patch
Since these classes are essentially the same, can they be unified?
Attachment #143495 -
Flags: review?(bsmedberg) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #143495 -
Flags: superreview?(dveditz+bmo)
Comment 3•21 years ago
|
||
Comment on attachment 143495 [details] [diff] [review]
patch
>-nsLegacyCheck::InitNext()
>-{
InitNext() is still in the .h file, does this link?
>+ char *currVal = NULL, *currVal2 = NULL;
"currVal" gets used for two different things, two separate more descriptive
names would be better if you feel like cleaning up the old code. There's no
excuse for currVal2, though, it's only used for the legacy check message.
sr=dveditz with those nits.
Attachment #143495 -
Flags: superreview?(dveditz+bmo) → superreview+
Assignee | ||
Comment 4•21 years ago
|
||
patch addressing dveditz's nits and updated to trunk
Attachment #143495 -
Attachment is obsolete: true
Assignee | ||
Comment 5•21 years ago
|
||
identical changes to nsObjectIgnore
Assignee | ||
Comment 6•21 years ago
|
||
Comment on attachment 146398 [details] [diff] [review]
patch for checkin
bz checked this in
Attachment #146398 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Summary: clean up nsLegacyCheck → clean up nsLegacyCheck and nsObjectIgnore
Assignee | ||
Comment 7•21 years ago
|
||
Comment on attachment 146426 [details] [diff] [review]
patch6
more of the same...
Attachment #146426 -
Flags: superreview?(dveditz)
Attachment #146426 -
Flags: review?(bsmedberg)
Updated•21 years ago
|
Attachment #146426 -
Flags: review?(bsmedberg) → review+
Comment 8•21 years ago
|
||
Comment on attachment 146426 [details] [diff] [review]
patch6
sr=dveditz
Attachment #146426 -
Flags: superreview?(dveditz) → superreview+
Assignee | ||
Comment 9•21 years ago
|
||
checked in by timeless
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•