Closed
Bug 104480
Opened 24 years ago
Closed 24 years ago
EqualsIgnoreCase(nsAutoString(foo)) is bad and should die
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla0.9.8
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
|
6.14 KB,
patch
|
alecf
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
There seem to be a number of occurences of this pattern in the tree. We should
kill them off.
| Assignee | ||
Updated•24 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla0.9.8
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
Alec, jag, would you review? The change to
intl/locale/src/mac/nsDateTimeFormatMac.cpp may require adding unicharutil to
the mac build magic; the xml already contains it, but someone who can build mac
should check....
Comment 3•24 years ago
|
||
Comment on attachment 64706 [details] [diff] [review]
Patch. There aren't that many, actually.
sr=jag, but your indentation is off in a few places (or are you trying to stay
within 80 chars?)
Attachment #64706 -
Flags: superreview+
| Assignee | ||
Comment 4•24 years ago
|
||
no, those files just use tabs for indentation for all their code and I used
spaced for mine, as usual. Will fix before checking in.
Comment 5•24 years ago
|
||
Comment on attachment 64706 [details] [diff] [review]
Patch. There aren't that many, actually.
thanks for catching that - yeah, and please fix the indentation - if you can't
fit without 80 cols, either rearrange the line again, or let the line
overflow, but don't short-indent the line.
r=alecf with the indentation fixes
Attachment #64706 -
Flags: review+
Comment 6•24 years ago
|
||
alec, could you do a quick build test on your mac?
Comment 7•24 years ago
|
||
ok, but it will take a while. (haven't built on my mac in a few days!)
| Assignee | ||
Comment 8•24 years ago
|
||
pinkerton built and it builds fine. Checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•