As part of adding gesture support for sending the dblclick event (Bug 92412), I noticed the fast/events/touch/gesture/gesture-click.html test wasn't explicitly testing the 'detail' field of the event to verify it's '1' for the generate mousedown/mouseup/click events and '0' for mousemove. See http://www.w3.org/TR/DOM-Level-3-Events/#current-click-count
Created attachment 155609 [details] Patch
Nice. This looks good to me. abarth@: Could you review?
Comment on attachment 155609 [details] Patch Clearing flags on attachment: 155609 Committed r124359: <http://trac.webkit.org/changeset/124359>
All reviewed patches have been landed. Closing bug.
Mass move bugs into the DOM component.