Kartikaya Gupta
|
d996ede072
|
Bug 1002754 - Don't store a pointer to the cross-process compositor parent as it may go bad; pull it on demand instead. r=rbarker, r=botond
|
2014-05-02 11:12:48 -04:00 |
|
Kartikaya Gupta
|
2269ea4195
|
Bug 1002754 - Add a more comprehensive mechanism to disable thread assertions in APZ gtests. r=botond
|
2014-05-02 11:12:47 -04:00 |
|
Kartikaya Gupta
|
bcf5a8a20a
|
Bug 1004516 - Add some default-disabled file logging to ActiveElementManager. r=botond
|
2014-05-02 08:21:57 -04:00 |
|
Kartikaya Gupta
|
81128c14cd
|
Bug 1004516 - Ensure state is properly cleared in the ActiveElementManager. r=botond
|
2014-05-02 08:21:57 -04:00 |
|
Ryan VanderMeulen
|
7fdf15b4dd
|
Backed out changeset 01dd7c0d8f8d (bug 1002754) for gtest failures.
|
2014-05-01 12:55:02 -04:00 |
|
Kartikaya Gupta
|
22bf56948c
|
Bug 1004459 - Log critical displayport values to rendertrace output as well. r=botond
|
2014-05-01 06:21:00 -04:00 |
|
Kartikaya Gupta
|
f39aac5071
|
Bug 1002754 - Don't store a pointer to the cross-process compositor parent as it may go bad; pull it on demand instead. r=rbarker, r=botond
|
2014-04-30 12:17:00 -04:00 |
|
Kartikaya Gupta
|
a52f3f95dd
|
Bug 907123 - Implement fling acceleration on multiple consecutive flings. r=botond
|
2014-04-29 09:45:13 -04:00 |
|
Kartikaya Gupta
|
36cf99e744
|
Bug 907123 - Move fling-related things into a new section in AsyncPanZoomController.h. r=botond
|
2014-04-29 09:45:09 -04:00 |
|
Kartikaya Gupta
|
c4f40dc0a4
|
Bug 1002482 - Log mTransformScale as part of the FrameMetrics dump. r=botond
|
2014-04-28 08:18:00 +02:00 |
|
Kartikaya Gupta
|
3d7ca49fed
|
Bug 1002482 - Ensure the isDefault variable is computed before mFrameMetrics is modified. r=botond
|
2014-04-28 07:58:00 +02:00 |
|
Botond Ballo
|
6c9512555d
|
Bug 1000633 - Avoid APZ data race in accessing mAnimation. r=kats
|
2014-04-25 13:38:09 -04:00 |
|
Ed Morley
|
fd0c43adba
|
Backed out changeset ab970e182f57 (bug 907123) for assertions from AsyncPanZoomControllerTester
|
2014-04-28 16:06:55 +01:00 |
|
Ed Morley
|
0db6682830
|
Backed out changeset 729fb5ddc1b9 (bug 907123)
|
2014-04-28 16:06:32 +01:00 |
|
Kartikaya Gupta
|
eee6784ecd
|
Bug 907123 - Implement fling acceleration on multiple consecutive flings. r=botond
|
2014-04-28 10:19:25 -04:00 |
|
Kartikaya Gupta
|
94728595ed
|
Bug 907123 - Move fling-related things into a new section in AsyncPanZoomController.h. r=botond
|
2014-04-28 10:19:13 -04:00 |
|
Timothy Nikkel
|
e6fdc0c9f4
|
Bug 1000350. Don't overwrite a layout set display port base with an APZC-guessed one. r=kats
APZC set ones are only meant to fill in the gaps, use them only if we have nothing else.
|
2014-04-26 00:13:36 -05:00 |
|
Vivien Nicolas
|
c9a341617d
|
Bug 997235 - Followup to bug 986752 - CSS :active states get stuck with multiple on-screen touches. r=botond
|
2014-04-23 08:16:00 -04:00 |
|
Maksim Lebedev
|
8d457861b8
|
Bug 979345 - Implement "touch-action: manipulation" CSS value for Pointer Events. r=kats,botond,dbaron,mbrubeck
|
2014-04-23 09:56:46 -04:00 |
|
Botond Ballo
|
9243138b13
|
Bug 997287 - Access AsyncPanZoomController::mGeckoContentController safely. r=kats
--HG--
extra : source : cf71c9301548157b0b92f1443290273ac8a45f28
|
2014-04-16 17:02:22 -04:00 |
|
Kartikaya Gupta
|
c1a7eb8c17
|
Bug 995411 - Move various pieces of APZ code into gfx/layers/apz. r=jrmuizel,botond
--HG--
rename : gfx/layers/ipc/GeckoContentController.h => gfx/layers/apz/public/GeckoContentController.h
rename : gfx/layers/composite/APZCTreeManager.cpp => gfx/layers/apz/src/APZCTreeManager.cpp
rename : gfx/layers/composite/APZCTreeManager.h => gfx/layers/apz/src/APZCTreeManager.h
rename : gfx/layers/ipc/AsyncPanZoomController.cpp => gfx/layers/apz/src/AsyncPanZoomController.cpp
rename : gfx/layers/ipc/AsyncPanZoomController.h => gfx/layers/apz/src/AsyncPanZoomController.h
rename : gfx/layers/ipc/Axis.cpp => gfx/layers/apz/src/Axis.cpp
rename : gfx/layers/ipc/Axis.h => gfx/layers/apz/src/Axis.h
rename : gfx/layers/ipc/GestureEventListener.cpp => gfx/layers/apz/src/GestureEventListener.cpp
rename : gfx/layers/ipc/GestureEventListener.h => gfx/layers/apz/src/GestureEventListener.h
rename : gfx/layers/ipc/TaskThrottler.cpp => gfx/layers/apz/src/TaskThrottler.cpp
rename : gfx/layers/ipc/TaskThrottler.h => gfx/layers/apz/src/TaskThrottler.h
rename : widget/xpwidgets/APZCCallbackHelper.cpp => gfx/layers/apz/util/APZCCallbackHelper.cpp
rename : widget/xpwidgets/APZCCallbackHelper.h => gfx/layers/apz/util/APZCCallbackHelper.h
rename : widget/xpwidgets/ActiveElementManager.cpp => gfx/layers/apz/util/ActiveElementManager.cpp
rename : widget/xpwidgets/ActiveElementManager.h => gfx/layers/apz/util/ActiveElementManager.h
|
2014-04-17 07:54:25 -04:00 |
|