turning off these printfs, except for saari. a=phil
git-svn-id: svn://10.0.0.236/trunk@61222 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -464,12 +464,16 @@ nsWebShellWindow::HandleEvent(nsGUIEvent *aEvent)
|
||||
}
|
||||
|
||||
case NS_ACTIVATE: {
|
||||
#ifdef DEBUG_saari
|
||||
printf("nsWebShellWindow::NS_ACTIVATE\n");
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
||||
case NS_DEACTIVATE: {
|
||||
#ifdef DEBUG_saari
|
||||
printf("nsWebShellWindow::NS_DEACTIVATE\n");
|
||||
#endif
|
||||
|
||||
void* data;
|
||||
aEvent->widget->GetClientData(data);
|
||||
@@ -500,7 +504,9 @@ nsWebShellWindow::HandleEvent(nsGUIEvent *aEvent)
|
||||
}
|
||||
|
||||
case NS_GOTFOCUS: {
|
||||
#ifdef DEBUG_saari
|
||||
printf("nsWebShellWindow::GOTFOCUS\n");
|
||||
#endif
|
||||
void* data;
|
||||
aEvent->widget->GetClientData(data);
|
||||
if (!data)
|
||||
|
||||
Reference in New Issue
Block a user