Closed
Bug 1005549
Opened 11 years ago
Closed 11 years ago
Bug ###### Comment 2 doesn't mungered well for Comment anchor (case sensitivity problem)
Categories
(Other Applications :: ChatZilla, defect)
Other Applications
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hunboy, Assigned: hunboy)
Details
Attachments
(1 file, 1 obsolete file)
1.30 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
Bug 12345 Comment 2 mungered to
http://bugzilla.mozilla.org/show_bug.cgi?id=12345
instead of
http://bugzilla.mozilla.org/show_bug.cgi?id=12345#c2
case sensitivity problem
Assignee | ||
Updated•11 years ago
|
Assignee: rginda → utasir
Assignee | ||
Comment 1•11 years ago
|
||
using match instead og indexOf for handling the case sensitivity problem.
Attachment #8416962 -
Flags: review?(bugzilla-mozilla-20020327)
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
Comment on attachment 8416962 [details] [diff] [review]
patch v1
Review of attachment 8416962 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good (and hilariously simple). r=silver with or without the nit fixed.
::: xul/content/mungers.js
@@ +326,2 @@
> {
> var commentNum = matchText.match(/comment\s+#?(\d+)/i)[1];
Nit: We could rearrange this code so it does this, more complete, .match() before the if and just check the result of that.
Attachment #8416962 -
Flags: review?(bugzilla-mozilla-20020327) → review+
Assignee | ||
Comment 3•11 years ago
|
||
nit fixed patch
Attachment #8416962 -
Attachment is obsolete: true
Attachment #8427419 -
Flags: review?(bugzilla-mozilla-20020327)
Updated•11 years ago
|
Attachment #8427419 -
Flags: review?(bugzilla-mozilla-20020327) → review+
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•