RESOLVED FIXED 122580
Remove MouseEventDispatchMediator
https://bugs.webkit.org/show_bug.cgi?id=122580
Summary Remove MouseEventDispatchMediator
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.