Bug 122580

Summary: Remove MouseEventDispatchMediator
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: UI EventsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, cmarcelo, commit-queue, darin, esprehn+autocc, kangil.han, kling, koivisto, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Cleanup koivisto: review+

Ryosuke Niwa
Reported 2013-10-09 17:05:29 PDT
Remove MouseEventDispatchMediator
Attachments
Cleanup (7.99 KB, patch)
2013-10-09 17:06 PDT, Ryosuke Niwa
koivisto: review+
Ryosuke Niwa
Comment 1 2013-10-09 17:06:03 PDT
Antti Koivisto
Comment 2 2013-10-09 17:10:16 PDT
Comment on attachment 213835 [details] Cleanup View in context: https://bugs.webkit.org/attachment.cgi?id=213835&action=review > Source/WebCore/dom/Element.cpp:255 > + bool didNotShallowEvent = dispatchEvent(mouseEvent) && !mouseEvent->defaultHandled(); i think you mean "swallow".
Ryosuke Niwa
Comment 3 2013-10-09 17:27:45 PDT
Note You need to log in before you can comment on or make changes to this bug.