зеркало из https://github.com/mozilla/gecko-dev.git
a2a31e8702
When turning on fission, OOP child frame doesn't receive touch events such as `touchstart`. When dispatching touch event from GeckoView side, some informations such as `mLayersId` are missing since copy constructor of `MultiTouchInput` doesn't copy all information. Since the structure of Input data has a lot of members, we should use `std::move` instead of copy constructor of `InputData`. It can avoid unnecessary copy. Differential Revision: https://phabricator.services.mozilla.com/D154242 |
||
---|---|---|
.. | ||
android | ||
locales | ||
.eslintrc.js |