[Webkit-unassigned] [Bug 49982] Change EventHandler::dispatchMouseEvent code to use DOM traversal instead of render tree traversal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 9 14:32:51 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49982





--- Comment #2 from Adam Barth <abarth at webkit.org>  2010-12-09 14:32:51 PST ---
(From update of attachment 76122)
View in context: https://bugs.webkit.org/attachment.cgi?id=76122&action=review

> WebCore/ChangeLog:12
> +	Walk up DOM/hosted tree rather than render tree.

We can't land files with tabs in them.

> WebCore/page/EventHandler.cpp:1869
>                      && m_frame->selection()->toNormalizedRange()->compareNode(n, ec) == Range::NODE_INSIDE

Can this run JavaScript?

> WebCore/page/EventHandler.cpp:1875
> +            node = node->parentOrHostNode();

Are we holding references during this walk?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list