bug 147223, URL bar doesn't function if launched too quickly in turbo mode, r=law, sr=darin
git-svn-id: svn://10.0.0.236/trunk@123186 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1553,6 +1553,14 @@ HDDEDATA nsNativeAppSupportWin::CreateDDEData( LPBYTE value, DWORD len ) {
|
||||
// unfortunately (if you can fix that, please do).
|
||||
void
|
||||
nsNativeAppSupportWin::HandleRequest( LPBYTE request, PRBool newWindow ) {
|
||||
|
||||
// if initial hidden window is still being displayed, we need to ignore requests
|
||||
// because such requests might not function properly. See bug 147223 for details
|
||||
|
||||
if (mInitialWindow) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Parse command line.
|
||||
|
||||
nsCOMPtr<nsICmdLineService> args;
|
||||
|
||||
Reference in New Issue
Block a user