• kenrb's avatar
    Generate MouseEnter/MouseLeave events between processes. · 89ed0412
    kenrb authored
    As the mouse cursor moves across OOPIF boundaries, elements in
    other processes that have certain mouse event handlers might require
    notification in order to fire those handlers. An example is MouseLeave,
    which is not currently fired when the MouseMove is directed to a
    parent frame.
    
    This CL tracks the last RenderWidgetHostView to receive a mouse
    event and sends appropriate events to other renderers when that changes.
    
    BUG=632035
    
    Review-Url: https://codereview.chromium.org/2229463004
    Cr-Commit-Position: refs/heads/master@{#418629}
    89ed0412
site_per_process_browsertest.cc 333 KB