[webkit-reviews] review granted: [Bug 227534] Implement support for <dialog> element cancel event : [Attachment 435004] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 5 12:49:17 PDT 2021


Chris Dumez <cdumez at apple.com> has granted Tim Nguyen (:ntim)
<ntim at apple.com>'s request for review:
Bug 227534: Implement support for <dialog> element cancel event
https://bugs.webkit.org/show_bug.cgi?id=227534

Attachment 435004: Patch

https://bugs.webkit.org/attachment.cgi?id=435004&action=review




--- Comment #7 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 435004
  --> https://bugs.webkit.org/attachment.cgi?id=435004
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=435004&action=review

r=me

> Source/WebCore/page/EventHandler.cpp:3514
> +    if (HTMLDialogElement* activeModalDialog =
m_frame.document()->activeModalDialog()) {

auto*


More information about the webkit-reviews mailing list