gecko-dev/dom/plugins
David Parks b044993630 Bug 1384260: Part 4 - Remove SystemParametersInfo from Windows content proc plugin code r=jmathies
We use SystemParametersInfo to get the current system scroll wheel settings when we process scrollwheel movement in the content process.  We need to remove SystemParametersInfo for sandboxing the content process so this code changes the plugin behavior to cache the system wheel settings.  We do this by 1) sending wheel settings to the plugin whenever a plugin takes focus and 2) forwarding wheel settings update messages from Windows to the currently focused plugin.

Differential Revision: https://phabricator.services.mozilla.com/D47938

--HG--
extra : moz-landing-system : lando
2019-10-16 21:24:48 +00:00
..
base Bug 1384260: Part 4 - Remove SystemParametersInfo from Windows content proc plugin code r=jmathies 2019-10-16 21:24:48 +00:00
ipc Bug 1384260: Part 3 - Remove GetKeyState from Windows content proc plugin code r=jmathies 2019-10-16 21:21:57 +00:00
test Bug 1582884 - Enable some crashtests on Android; r=geckoview-reviewers,agi 2019-09-24 01:12:09 +00:00