Bug 1516413 Part 2: Make browser FullZoom act on the new zoom change events. r=mstange
commit67081368c76088d0dafb88880ead1d4c5d5358b6
authorBrad Werth <bwerth@mozilla.com>
Thu, 30 Jan 2020 17:17:26 +0000 (30 17:17 +0000)
committerBrad Werth <bwerth@mozilla.com>
Thu, 30 Jan 2020 17:17:26 +0000 (30 17:17 +0000)
tree7ba5d5d2b14975e6c16c17838d93f93ff7690ca2
parent23f9ccf4aa9f7e03a228d1a054152644a0973ed6
Bug 1516413 Part 2: Make browser FullZoom act on the new zoom change events. r=mstange

This replaces the handling of the ZoomChangeUsingMouseWheel event with
2 new zoom events that trigger the actual zoom changes. As a side effect,
this allows the mousewheel and zoom in/out key events to have an effect
on Reader and PDFJS views as well.

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

--HG--
extra : moz-landing-system : lando
browser/base/content/browser-fullZoom.js
devtools/client/responsive/test/browser/head.js
toolkit/actors/ZoomChild.jsm
toolkit/actors/ZoomParent.jsm
toolkit/modules/ActorManagerParent.jsm