Closed Bug 1685555 Opened 5 years ago Closed 5 years ago

Build bustage: nsUserInfoUnix.cpp:47:39: error: no member named 'IsLower' in 'nsCRT'

Categories

(MailNews Core :: Backend, defect)

Desktop
Linux
defect

Tracking

(thunderbird_esr78 unaffected)

RESOLVED FIXED
86 Branch
Tracking Status
thunderbird_esr78 --- unaffected

People

(Reporter: aleca, Assigned: mkmelin)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

Thunderbird still uses this removed method: https://searchfox.org/comm-central/rev/7f53d67154dd37c6143b96ae5c5d78ad2b53e13a/common/src/nsUserInfoUnix.cpp#47

This issue seems to affect only Thunderbird on Linux.

OS: Unspecified → Linux
Hardware: Unspecified → Desktop

I think we can just avoid calling ToLower. The way to call it would probably be to call call ToUpper and compare with what we got. But, seem like needless complication.

Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Attachment #9195904 - Flags: review?(alessandro)
Comment on attachment 9195904 [details] [diff] [review] bug1685555_tolower.patch Review of attachment 9195904 [details] [diff] [review]: ----------------------------------------------------------------- Indeed, this is good!
Attachment #9195904 - Flags: review?(alessandro) → review+

Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/3397a36f45c9
avoid using nsCRT:IsLower which was removed in bug 1685052. r=aleca

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Component: XPCOM → Backend
Product: Core → MailNews Core
Target Milestone: --- → 86 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: