зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b29164807c
Коммит
c494c829df
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче