Bug #213538 --> remove the MOZ_THUNDERBIRD ifdef in nsWebShell.cpp

Also, break out a method on nsIMessenger for thunderbird which can be used to launch urls externally instead of doubling up inside
of loadUrl.

r/sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2003-08-02 05:42:25 +00:00
Родитель b29164807c
Коммит c494c829df
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -86,6 +86,8 @@ interface nsIMessenger : nsISupports {
*/
void loadURL(in nsIDOMWindowInternal ptr, in string aURL);
void launchExternalURL(in string aURL);
void RenameFolder(in nsIRDFCompositeDataSource db,
in nsIRDFResource folder, in wstring name);
void CompactFolder(in nsIRDFCompositeDataSource db,