https://bugs.webkit.org/show_bug.cgi?id=195218
<rdar://problem/
48516794>
Patch by Antoine Quint <graouts@apple.com> on 2019-03-01
Reviewed by Dean Jackson.
Source/WebCore:
* page/RuntimeEnabledFeatures.h:
Source/WebKit:
* Shared/WebPreferences.yaml:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@242297
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2019-03-01 Antoine Quint <graouts@apple.com>
+
+ [iOS] Turn mouse event simulation on by default
+ https://bugs.webkit.org/show_bug.cgi?id=195218
+ <rdar://problem/48516794>
+
+ Reviewed by Dean Jackson.
+
+ * page/RuntimeEnabledFeatures.h:
+
2019-03-01 Chris Dumez <cdumez@apple.com>
Disable NetworkStateNotifier::singleton()'s isMainThread() assertion when the WebThread is enabled
2019-03-01 Chris Dumez <cdumez@apple.com>
Disable NetworkStateNotifier::singleton()'s isMainThread() assertion when the WebThread is enabled
bool m_adClickAttributionEnabled { false };
#if ENABLE(TOUCH_EVENTS)
bool m_adClickAttributionEnabled { false };
#if ENABLE(TOUCH_EVENTS)
- bool m_mouseEventsSimulationEnabled { false };
+ bool m_mouseEventsSimulationEnabled { true };
bool m_mousemoveEventHandlingPreventsDefaultEnabled { false };
#endif
bool m_mousemoveEventHandlingPreventsDefaultEnabled { false };
#endif
+2019-03-01 Antoine Quint <graouts@apple.com>
+
+ [iOS] Turn mouse event simulation on by default
+ https://bugs.webkit.org/show_bug.cgi?id=195218
+ <rdar://problem/48516794>
+
+ Reviewed by Dean Jackson.
+
+ * Shared/WebPreferences.yaml:
+
2019-03-01 Ross Kirsling <ross.kirsling@sony.com>
EnvironmentUtilities::stripValuesEndingWithString isn't thread-safe
2019-03-01 Ross Kirsling <ross.kirsling@sony.com>
EnvironmentUtilities::stripValuesEndingWithString isn't thread-safe
MouseEventsSimulationEnabled:
type: bool
MouseEventsSimulationEnabled:
type: bool
humanReadableName: "Mouse events simulation"
humanReadableDescription: "Enable mouse events dispatch along with touch events on iOS"
webcoreBinding: RuntimeEnabledFeatures
humanReadableName: "Mouse events simulation"
humanReadableDescription: "Enable mouse events dispatch along with touch events on iOS"
webcoreBinding: RuntimeEnabledFeatures