Open Bug 1683588 Opened 3 years ago Updated 3 years ago

Remove use of nsISupports as variant type in nsIImportGeneric.

Categories

(MailNews Core :: General, task)

Tracking

(Not tracked)

People

(Reporter: benc, Unassigned)

References

(Blocks 1 open bug)

Details

nsIImportGeneric has .getData() and .setData() methods which deal with a variety of types, depending upon the dataId string passed in.

Not sure what relies on this. If nothing, then I guess we remove it entirely.
Otherwise, we should redesign the interface to use compile-time-defined types rather than random types passed as nsISupports.

You need to log in before you can comment on or make changes to this bug.