Bug 196254

Summary: Remove mousemoveEventHandlingPreventsDefault internal setting and quirk
Product: WebKit Reporter: Antoine Quint <graouts>
Component: DOMAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Description Antoine Quint 2019-03-26 07:35:06 PDT
Since we're using neither Quirks::shouldMousemoveEventHandlingPreventDefault() nor the MousemoveEventHandlingPreventsDefaultEnabled internal setting, we should remove them.
Comment 1 Antoine Quint 2019-03-26 07:35:15 PDT
<rdar://problem/49124334>
Comment 2 Antoine Quint 2019-03-26 07:37:31 PDT
Created attachment 365964 [details]
Patch
Comment 3 Antoine Quint 2019-03-26 09:57:55 PDT
Committed r243499: <https://trac.webkit.org/changeset/243499>
Comment 4 Antoine Quint 2019-03-26 10:30:05 PDT
Committed r243504: <https://trac.webkit.org/changeset/243504>