[webkit-reviews] review granted: [Bug 93678] Make an event object clonable to support an event propagation across seamless iframes. : [Attachment 158683] sync

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 12:57:42 PDT 2012


Dimitri Glazkov (Google) <dglazkov at chromium.org> has granted Hayato Ito
<hayato at chromium.org>'s request for review:
Bug 93678: Make an event object clonable to support an event propagation across
seamless iframes.
https://bugs.webkit.org/show_bug.cgi?id=93678

Attachment 158683: sync
https://bugs.webkit.org/attachment.cgi?id=158683&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=158683&action=review


> Source/WebCore/dom/MouseEvent.cpp:161
> +PassRefPtr<Event> MouseEvent::cloneFor(HTMLIFrameElement* iframe) const

Can we just pass Frame* here? Not sure the fact that it's coming from
HTMLIFrameElement is important here.


More information about the webkit-reviews mailing list