зеркало из https://github.com/mozilla/gecko-dev.git
167430 - second phoenix window opens mozilla. r=hyatt sr=bryner
This commit is contained in:
Родитель
74f7bf27a2
Коммит
d63003256b
|
@ -2307,8 +2307,15 @@ nsNativeAppSupportWin::OpenBrowserWindow( const char *args, PRBool newWindow ) {
|
|||
return NS_OK;
|
||||
} while ( PR_FALSE );
|
||||
|
||||
nsCOMPtr<nsICmdLineHandler> handler(do_GetService("@mozilla.org/commandlinehandler/general-startup;1?type=browser", &rv));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
nsXPIDLCString chromeUrlForTask;
|
||||
rv = handler->GetChromeUrlForTask(getter_Copies(chromeUrlForTask));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
// Last resort is to open a brand new window.
|
||||
return OpenWindow( "chrome://navigator/content", args );
|
||||
return OpenWindow( chromeUrlForTask, args );
|
||||
}
|
||||
|
||||
void AppendMenuItem( HMENU& menu, PRInt32 aIdentifier, const nsString& aText ) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче