Closed
Bug 291613
Opened 20 years ago
Closed 20 years ago
findBar.js uses numbers when it should be using constants
Categories
(Toolkit :: Find Toolbar, defect, P3)
Toolkit
Find Toolbar
Tracking
()
RESOLVED
FIXED
mozilla1.8final
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(1 file)
|
4.44 KB,
patch
|
mconnor
:
review+
asa
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
findBar.js uses numbers for charCode and keyCode where it ought to be using constants for better readability. (I did this in attachment 181606 [details] [diff] [review], but that's the wrong approach for bug 259454.)
| Assignee | ||
Updated•20 years ago
|
Severity: normal → trivial
Status: NEW → ASSIGNED
Priority: -- → P3
Whiteboard: [patch]
Target Milestone: --- → Firefox1.1
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #181645 -
Flags: review?(mconnor)
Comment 2•20 years ago
|
||
Comment on attachment 181645 [details] [diff] [review] patch I think you're right about that code chunk being unreachable, but the comment's fine for now.
Attachment #181645 -
Flags: review?(mconnor) → review+
| Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 181645 [details] [diff] [review] patch I was planning to wait on this, but given the delays, I may as well get it in. It's pretty low risk, and if it breaks something, it should be pretty obvious.
Attachment #181645 -
Flags: approval-aviary1.1a?
Comment 4•20 years ago
|
||
Comment on attachment 181645 [details] [diff] [review] patch a=asa
Attachment #181645 -
Flags: approval-aviary1.1a? → approval-aviary1.1a+
| Assignee | ||
Comment 5•20 years ago
|
||
Fix checked in to trunk, 2005-04-28 13:51 -0700.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•