WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
116784
Move Node::dispatchSimulatedClick() to Element.
https://bugs.webkit.org/show_bug.cgi?id=116784
Summary
Move Node::dispatchSimulatedClick() to Element.
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2013-05-26 06:22:13 PDT
Created
attachment 202917
[details]
Patch
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
Committed
r150714
: <
http://trac.webkit.org/changeset/150714
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug