Bug 116784

Summary: Move Node::dispatchSimulatedClick() to Element.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, commit-queue, esprehn+autocc, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Andreas Kling
Reported 2013-05-26 06:21:09 PDT
Move Node::dispatchSimulatedClick() to Element.
Attachments
Patch (8.67 KB, patch)
2013-05-26 06:22 PDT, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2013-05-26 06:22:13 PDT
Antti Koivisto
Comment 2 2013-05-26 06:25:32 PDT
Comment on attachment 202917 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=202917&action=review > Source/WebCore/dom/EventDispatcher.cpp:85 > + if (!gElementsDispatchingSimulatedClicks) > + gElementsDispatchingSimulatedClicks = new HashSet<Element*>; How about switching to the appropriate WebKit pattern for this?
Andreas Kling
Comment 3 2013-05-26 06:32:54 PDT
Note You need to log in before you can comment on or make changes to this bug.