зеркало из https://github.com/mozilla/pjs.git
More tweaks
This commit is contained in:
Родитель
b24d8aa851
Коммит
adcc8c722c
|
@ -99,12 +99,18 @@ nsresult nsXBLEventHandler::MouseOut(nsIDOMEvent* aMouseEvent)
|
||||||
PRBool
|
PRBool
|
||||||
nsXBLEventHandler::KeyEventMatched(nsIDOMKeyEvent* aKeyEvent)
|
nsXBLEventHandler::KeyEventMatched(nsIDOMKeyEvent* aKeyEvent)
|
||||||
{
|
{
|
||||||
|
nsAutoString trueString = "true";
|
||||||
|
nsAutoString falseString = "false";
|
||||||
|
|
||||||
return PR_TRUE;
|
return PR_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
PRBool
|
PRBool
|
||||||
nsXBLEventHandler::MouseEventMatched(nsIDOMUIEvent* aMouseEvent)
|
nsXBLEventHandler::MouseEventMatched(nsIDOMUIEvent* aMouseEvent)
|
||||||
{
|
{
|
||||||
|
nsAutoString trueString = "true";
|
||||||
|
nsAutoString falseString = "false";
|
||||||
|
|
||||||
return PR_TRUE;
|
return PR_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -99,12 +99,18 @@ nsresult nsXBLEventHandler::MouseOut(nsIDOMEvent* aMouseEvent)
|
||||||
PRBool
|
PRBool
|
||||||
nsXBLEventHandler::KeyEventMatched(nsIDOMKeyEvent* aKeyEvent)
|
nsXBLEventHandler::KeyEventMatched(nsIDOMKeyEvent* aKeyEvent)
|
||||||
{
|
{
|
||||||
|
nsAutoString trueString = "true";
|
||||||
|
nsAutoString falseString = "false";
|
||||||
|
|
||||||
return PR_TRUE;
|
return PR_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
PRBool
|
PRBool
|
||||||
nsXBLEventHandler::MouseEventMatched(nsIDOMUIEvent* aMouseEvent)
|
nsXBLEventHandler::MouseEventMatched(nsIDOMUIEvent* aMouseEvent)
|
||||||
{
|
{
|
||||||
|
nsAutoString trueString = "true";
|
||||||
|
nsAutoString falseString = "false";
|
||||||
|
|
||||||
return PR_TRUE;
|
return PR_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче