Closed
Bug 305663
Opened 20 years ago
Closed 20 years ago
Command list includes eval twice
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nanamin, Assigned: bugzilla-mozilla-20000923)
Details
(Whiteboard: [cz-patch][cz-0.9.69])
Attachments
(1 file, 1 obsolete file)
1.26 KB,
patch
|
samuel
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050123
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050123
The "eval" command is listed twice in the list of commands the chatzilla client
displays.
"enable-plugin, eval, eval, exit, exit-mozilla, "
Reproducible: Always
Steps to Reproduce:
1. Run chatzilla
2. Look at the commands list under the 'client' tab
Actual Results:
duplicate of the 'eval' command listed
Expected Results:
one listing per command
Comment 1•20 years ago
|
||
This bug still exists with current trunk.
Assignee: general → rginda
Status: UNCONFIRMED → NEW
Component: General → ChatZilla
Ever confirmed: true
Product: Mozilla Application Suite → Other Applications
QA Contact: general → samuel
Comment 2•20 years ago
|
||
The problem are the lines under
http://lxr.mozilla.org/mozilla/source/extensions/irc/js/lib/command-manager.js#460
I guess this changed somewhere between Mozilla 1.5b and now, but i don't know when.
Assignee | ||
Comment 3•20 years ago
|
||
We need to work out when and why 'eval' was not included naturally. One possible solution is to just add it, if the command exists, iff the list does not already include it.
Also, this is anything but a typo!
OS: Linux → All
Hardware: PC → All
Summary: typo in chatzilla commands list - eval duplicated → Command list includes eval twice
Version: unspecified → Trunk
Comment 4•20 years ago
|
||
it may have something to do with the fact that *every* object has an eval method...
[EVAL-IN] "eval" in {}
[EVAL-OUT] true
Assignee | ||
Comment 5•20 years ago
|
||
From my testing suite, it seems that Mozilla 1.0 has the problem noted in the
Command Manager comment, and 1.4 and 1.7 don't. I have a fix, patch in a sec.
Assignee | ||
Updated•20 years ago
|
Assignee: rginda → silver
Whiteboard: [cz-patch][cz-0.9.68.6]
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•20 years ago
|
||
Attachment #194769 -
Flags: review?(samuel)
Assignee | ||
Comment 7•20 years ago
|
||
Attachment #194769 -
Attachment is obsolete: true
Attachment #194770 -
Flags: review?(samuel)
Assignee | ||
Updated•20 years ago
|
Attachment #194769 -
Flags: review?(samuel)
Updated•20 years ago
|
Attachment #194770 -
Flags: review?(samuel) → review+
Assignee | ||
Comment 8•20 years ago
|
||
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•20 years ago
|
Whiteboard: [cz-patch][cz-0.9.68.6] → [cz-patch][cz-0.9.69]
Updated•4 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•