[Webkit-unassigned] [Bug 142836] Add events related to force click gesture

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 20 13:11:04 PDT 2015


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

--- Comment #27 from Tim Horton <thorton at apple.com> ---
Comment on attachment 249124
  --> https://bugs.webkit.org/attachment.cgi?id=249124
Patch

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

> Source/WebCore/dom/Element.cpp:2137
> +#if ENABLE(MOUSE_FORCE_EVENTS)

Is there a reason we don't just disappear these functions if this isn't enabled?

> Source/WebCore/dom/WebKitMouseForceChangedEvent.cpp:32
> +

Where's the #if ENABLE(MOUSE_FORCE_EVENTS)?

> Source/WebCore/page/DOMWindow.idl:272
> +    [NotEnumerable] attribute EventHandler onwebkitmouseforcecancelled;

should these have Conditional=MOUSE_FORCE_EVENT?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150320/03b43841/attachment-0002.html>


More information about the webkit-unassigned mailing list