Like my last post 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|cv)(Prefs|IOService|HeaderParser)`, which has been flagged as having
changed, removed, or deprecated in Thunderbird 14. Error: See bug
https://bugzilla.mozilla.org/show_bug.cgi?id=733496 for more information.
The line of code in question appears to be:
headerParser:
Components.classes["@
mozilla.org/messenger/headerparser;1"].getService(Components.interfaces.nsIMsgHeaderParser),
Does this mean that the nsIMsgHeaderParser interface has been removed?
Or is this a bad RE in the validation routine?