« Return to Thread: Yet Another Addon Validation Report - Bug?

Yet Another Addon Validation Report - Bug?

by whitedavidp :: Rate this Message:

| View in Thread

Like my previous posts but different code flagged...

In a recent validation report for my addon for TB, I see the following:

Error: A javascript function matched the pattern
`g(PrefBranch|MailSession)`, which has been flagged as having changed,
removed, or deprecated in Thunderbird 14. Error: See bug
https://bugzilla.mozilla.org/show_bug.cgi?id=736870 for more information.

The line of code in question appears to be:

var sessionService =
CC["@mozilla.org/messenger/services/session;1"].getService(CI.nsIMsgMailSession);

Does this mean that the nsIMsgMailSession interface has been removed?
Or is this a bad RE in the validation routine?
_______________________________________________
dev-apps-thunderbird mailing list
dev-apps-thunderbird@...
https://lists.mozilla.org/listinfo/dev-apps-thunderbird

 « Return to Thread: Yet Another Addon Validation Report - Bug?