Bug 1158425 - Rename _SYNTH event names. r=smaug

This commit is contained in:
Anthony Tseng
2015-05-01 22:06:00 -04:00
parent 60fade5632
commit fde5de9cff
30 changed files with 118 additions and 120 deletions

View File

@@ -347,7 +347,7 @@ HTMLButtonElement::PostHandleEvent(EventChainPostVisitor& aVisitor)
}
break;
case NS_MOUSE_ENTER_SYNTH:
case NS_MOUSE_OVER:
{
aVisitor.mPresContext->EventStateManager()->
SetContentState(this, NS_EVENT_STATE_HOVER);
@@ -356,7 +356,7 @@ HTMLButtonElement::PostHandleEvent(EventChainPostVisitor& aVisitor)
break;
// XXX this doesn't seem to do anything yet
case NS_MOUSE_EXIT_SYNTH:
case NS_MOUSE_OUT:
{
aVisitor.mPresContext->EventStateManager()->
SetContentState(nullptr, NS_EVENT_STATE_HOVER);