Closed eyalroz closed 4 years ago
I disagree. It is a list of affected interfaces. We do not have to list all the interfaces which do not require this.
But it could of course be, that we missed an interface. If you find one, than we will of course add it to the list.
We do not have to list all the interfaces which do not require this.
Indeed, but it's not clear that you haven't. The distinction between "no need to QI at all" and "some of the interfaces don't need QIing anymore, the rest do" is not clear enough.
In ESR60 and ESR68 I did not find any usage of QI(nsIMsgWindow):
but a lot of QI(nsIDOMWindow) (so the query works):
I tend to close this as irrelevant. If you can, please provide a code fragment where you had to QI to nsIMsgWindow so we can check if it is still possible/neeed.
I just suggested a phrasing tweak. But - ok.
On this page, it says:
but what about other interfaces? e.g. nsIMsgWindow? Do we still need to QI for that? This should be clarified.