mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Part of new message display landing. DisplayMessage now takes in the nsIMsgWindow
r=bienvenu
This commit is contained in:
parent
5cf8e0cb33
commit
83d3949553
@ -25,6 +25,7 @@
|
||||
interface nsIURI;
|
||||
interface nsIUrlListener;
|
||||
interface nsIStreamListener;
|
||||
interface nsIMsgWindow;
|
||||
interface nsIFileSpec;
|
||||
|
||||
[scriptable, uuid(F11009C1-F697-11d2-807F-006008128C4E)]
|
||||
@ -66,7 +67,9 @@ interface nsIMsgMessageService : nsISupports {
|
||||
///////////////////////////////////////////////////////////////////
|
||||
%}
|
||||
void DisplayMessage(in string aMessageURI, in nsISupports aDisplayConsumer,
|
||||
in nsIUrlListener aUrlListener, out nsIURI aURL);
|
||||
in nsIMsgWindow aMsgWindow,
|
||||
in nsIUrlListener aUrlListener,
|
||||
out nsIURI aURL);
|
||||
|
||||
%{ C++
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user