[Webkit-unassigned] [Bug 71385] [chromium] Threaded compositor should delegate overflow div/iframe scroll events to WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 11:41:12 PST 2011


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


Sami Kyostila <skyostil at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116256|                            |review?
               Flag|                            |




--- Comment #1 from Sami Kyostila <skyostil at google.com>  2011-11-22 11:41:12 PST ---
Created an attachment (id=116256)
 --> (https://bugs.webkit.org/attachment.cgi?id=116256&action=review)
Patch for hit testing input events

The attached patch adds metadata to GraphicsLayers about scrollable elements within them. When the compositor receives an input event, it is hit tested against these elements. If the test succeeds, the event is delegated to the main thread instead of being processed by the compositor.

The patch also modifies layerTreeAsText() to accept a bitmask specifying the data to output in a similar way to renderTreeAsText().

-- 
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