OSDN Git Service

Pass mouse events to the subframe as the other ports
authorGrace Kloba <klobag@google.com>
Wed, 17 Mar 2010 04:10:18 +0000 (21:10 -0700)
committerGrace Kloba <klobag@google.com>
Wed, 17 Mar 2010 04:10:18 +0000 (21:10 -0700)
commite89bab20a0e9814fa76ad55a13d8202b71a4d455
treeea02c4cdbcec2dc3bef8877686208b1f97fcc74c
parentd68483b2c8871634da4f12a5c7c272c47ee8e646
Pass mouse events to the subframe as the other ports
by calling subframe handler.

Most of the time, nav cache found the iframe and calls
the correct eventhandler. But when nav cache fails,
we use the top frame and we need to pass the mouse
events to the subframe.

http://b/issue?id=2521087
WebCore/page/android/EventHandlerAndroid.cpp