Loading
Bug 1691622 - part 8: Get rid of `nsIDOMWindowUtils::SendNativeMouseMove()` r=smaug
Now, there are no users of this API. However, `nsIWidget::SynthesizeNativeMouseMove()` is still used by `EventStateManager`. Even though it's just redirected to `nsIWidget::SynthesizeNativeMouseEvent()`, but it hides the native event message from `EventStateManager`. Therefore, this patch keeps the widget API for now. Differential Revision: https://phabricator.services.mozilla.com/D105762