Closed
Bug 286927
Opened 20 years ago
Closed 19 years ago
&& should be & in jsdErrorHook
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Other Applications Graveyard
Venkman JS Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: bugzilla-mozilla-20000923)
Details
Attachments
(1 file)
|
1.15 KB,
patch
|
rginda
:
review+
|
Details | Diff | Splinter Review |
http://lxr.mozilla.org/mozilla/source/extensions/venkman/resources/content/venkman-debugger.js#390 389 flagstr = 390 (flags && jsdIErrorHook.REPORT_EXCEPTION) ? "x" : "-"; 391 flagstr += 392 (flags && jsdIErrorHook.REPORT_STRICT) ? "s" : "-"; The constants are constants, so I think those &&'s are typos for &.
| Assignee | ||
Updated•19 years ago
|
Assignee: rginda → silver
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #223208 -
Flags: review?(rginda)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Comment 2•19 years ago
|
||
Comment on attachment 223208 [details] [diff] [review] Use & instead of && r=rginda
Attachment #223208 -
Flags: review?(rginda) → review+
| Assignee | ||
Comment 3•19 years ago
|
||
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•