Bug 122580 - Remove MouseEventDispatchMediator
Summary: Remove MouseEventDispatchMediator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-09 17:05 PDT by Ryosuke Niwa
Modified: 2013-10-09 17:27 PDT (History)
10 users (show)

See Also:


Attachments
Cleanup (7.99 KB, patch)
2013-10-09 17:06 PDT, Ryosuke Niwa
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-10-09 17:05:29 PDT
Remove MouseEventDispatchMediator
Comment 1 Ryosuke Niwa 2013-10-09 17:06:03 PDT
Created attachment 213835 [details]
Cleanup
Comment 2 Antti Koivisto 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".
Comment 3 Ryosuke Niwa 2013-10-09 17:27:45 PDT
Committed r157196: <http://trac.webkit.org/changeset/157196>