Bug 196254 - Remove mousemoveEventHandlingPreventsDefault internal setting and quirk
Summary: Remove mousemoveEventHandlingPreventsDefault internal setting and quirk
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-03-26 07:35 PDT by Antoine Quint
Modified: 2019-03-26 10:30 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.71 KB, patch)
2019-03-26 07:37 PDT, Antoine Quint
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>