зеркало из https://github.com/mozilla/gecko-dev.git
90b3bafd50
We used to set the `mousemove` event listener on the document once the drag started, so we could track mouse movement outside of the drag element. This can now be done another way, using `setPointerCapture`, so we can have the event listener directly on the element, and not on the document anymore. A few tests that were dispatching mousemove events from the document are updated. Differential Revision: https://phabricator.services.mozilla.com/D99863 |
||
---|---|---|
.. | ||
client | ||
docs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.mochitests.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild | ||
tsconfig.json |