[Webkit-unassigned] [Bug 78882] [CSSRegions][CSSOM] Implement regionLayoutEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 10:43:28 PDT 2012


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


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #131355|review?                     |review+
               Flag|                            |




--- Comment #8 from Dave Hyatt <hyatt at apple.com>  2012-03-14 10:43:28 PST ---
(From update of attachment 131355)
View in context: https://bugs.webkit.org/attachment.cgi?id=131355&action=review

I still disagree with the idea of firing on every region, but I guess we can argue about that on the list. Especially once we have regions that have no elements, I don't think it will make sense to try to make them the target of events.

Anyway, r=me.

> Source/WebCore/dom/Node.cpp:2782
> +    if (!document()->hasListenerType(Document::REGIONLAYOUTUPDATE_LISTENER))
> +        return;

Yup, great, that's all I was looking for here.

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