gecko-dev/gfx/layers/apz/util
Razvan Cojocaru 1629218702 Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond
[Int]CoordTyped no longer inherits Units because otherwise
instances of [Int]IntPointTyped may get one Base subobject because
it inherits Units, and others because of BasePoint's Coord members,
which end up increasing the [Int]CoordTyped's objects size (since
according to the ISO C++ standard, different Base subobject are
required to have different addresses).

Differential Revision: https://phabricator.services.mozilla.com/D160713
2022-11-04 18:29:35 +00:00
..
APZCCallbackHelper.cpp Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond 2022-11-04 18:29:35 +00:00
APZCCallbackHelper.h Bug 1773865 - Dispatch an event on the window document when a pinch zoom gesture ends. r=botond,smaug,NeilDeakin 2022-06-22 19:40:17 +00:00
APZEventState.cpp Bug 1782142 - Use unretargeted element to specify the active element for touch; r=smaug 2022-08-08 11:22:01 +00:00
APZEventState.h Bug 1481923 - Fire a touchcancel event on contextmenu events only if our own context menu is opened on Android. r=botond 2021-06-01 05:47:29 +00:00
APZTaskRunnable.cpp Bug 1765973. Hold a GeckoContentController reference for RepaintContentRepaint calls. r=hiro 2022-05-04 04:32:54 +00:00
APZTaskRunnable.h Bug 1765895 - s/IsRegistereddWithCurrentPresShell/IsRegisteredWithCurrentPresShell. r=tnikkel 2022-04-22 02:06:11 +00:00
APZThreadUtils.cpp Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
APZThreadUtils.h Bug 1340301 - Ensure APZ functions are called from correct threads on Android with GPU process. r=botond 2021-11-20 09:49:14 +00:00
ActiveElementManager.cpp Merge autoland to mozilla-central. a=merge 2022-06-08 12:29:23 +03:00
ActiveElementManager.h
CheckerboardReportService.cpp
CheckerboardReportService.h Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
ChromeProcessController.cpp Bug 1773865 - Dispatch an event on the window document when a pinch zoom gesture ends. r=botond,smaug,NeilDeakin 2022-06-22 19:40:17 +00:00
ChromeProcessController.h Bug 1773865 - Dispatch an event on the window document when a pinch zoom gesture ends. r=botond,smaug,NeilDeakin 2022-06-22 19:40:17 +00:00
ContentProcessController.cpp Bug 1773865 - Dispatch an event on the window document when a pinch zoom gesture ends. r=botond,smaug,NeilDeakin 2022-06-22 19:40:17 +00:00
ContentProcessController.h Bug 1773865 - Dispatch an event on the window document when a pinch zoom gesture ends. r=botond,smaug,NeilDeakin 2022-06-22 19:40:17 +00:00
DoubleTapToZoom.cpp Bug 1721601. If an element has a non-passive wheel listener don't do the "zoom in if can't zoom out" behaviour for macOS double tap zooms. r=botond 2021-10-16 05:07:56 +00:00
DoubleTapToZoom.h Bug 1721601. Move "zoom in if can't zoom out" from being a flag to part of ZoomTarget for AsyncPanZoomController::ZoomToRect. r=botond 2021-10-16 05:07:55 +00:00
InputAPZContext.cpp
InputAPZContext.h
ScrollLinkedEffectDetector.cpp Bug 1760222 - Detect scroll-linked effects only in the same refresh driver's timestamp. r=botond 2022-03-27 23:40:24 +00:00
ScrollLinkedEffectDetector.h Bug 1760222 - Detect scroll-linked effects only in the same refresh driver's timestamp. r=botond 2022-03-27 23:40:24 +00:00
ScrollingInteractionContext.cpp Bug 1717920 - Add scrolling metrics to history metadata r=mossop,botond,edgar 2021-09-02 14:11:56 +00:00
ScrollingInteractionContext.h Bug 1717920 - Add scrolling metrics to history metadata r=mossop,botond,edgar 2021-09-02 14:11:56 +00:00
TouchActionHelper.cpp Bug 1748174 - Clean-up a bit touch-action code. r=hiro 2022-01-04 13:31:34 +00:00
TouchActionHelper.h Bug 1748174 - Clean-up a bit touch-action code. r=hiro 2022-01-04 13:31:34 +00:00
TouchCounter.cpp
TouchCounter.h