gecko-dev/gfx/layers/apz/public
Kartikaya Gupta 6ea98dfe88 Bug 1658169 - Move the origin-based physics computation to APZPublicUtils. r=tnikkel
This is just moving code to make it reusable in APZ. As part of this, I replace
use of Preferences::* with the StaticPrefs::* API, because we can't use
Preferences:: in the GPU process and we'll want to be able to invoke this code
from there.

Differential Revision: https://phabricator.services.mozilla.com/D89665
2020-09-12 14:08:10 +00:00
..
APZInputBridge.h Bug 1633322 - Combine APZEventResult::mTargetIsRoot and mHitRegionWithApzAwareListeners into a single flag. r=kats,geckoview-reviewers,snorp 2020-08-20 00:10:12 +00:00
APZPublicUtils.h Bug 1658169 - Move the origin-based physics computation to APZPublicUtils. r=tnikkel 2020-09-12 14:08:10 +00:00
APZSampler.h Bug 1659636 - Use the effective scroll offset and zoom in NotifyUpdateScreenMetrics. r=kats 2020-08-20 01:16:14 +00:00
APZUpdater.h Bug 1622360 - Remove SLGuidAndRenderRoot and convert remaining uses to ScrollableLayerGuid. r=botond 2020-03-27 17:44:21 +00:00
CompositorController.h Bug 1622360 - Remove render root arguments from ScheduleRender functions. r=jrmuizel 2020-05-11 20:08:08 +00:00
GeckoContentController.h Bug 1635256 - Avoid unnecessary array copies in NotifyLayerTransforms and SetConfirmedTargetAPZC. r=kats 2020-08-25 02:17:06 +00:00
GeckoContentControllerTypes.h Bug 1638163 - Reduce unnecessary GeckoContentController.h includes. r=kats 2020-05-15 21:20:48 +00:00
IAPZCTreeManager.h Bug 1633322 - Add an input block callback facility to allow senders of input events to receive a delayed notification of whether the event was processed by the root APZC. r=kats 2020-08-20 20:40:51 +00:00
MatrixMessage.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in gfx. r=jrmuizel 2020-03-04 15:39:20 +00:00
MetricsSharingController.h