User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
mstange@themasta.com Thu Aug 27 05:31:12 2015 +0000 | 7299ce55cbba0ec69d1ec7b71ac96703031e0d53 | Markus Stange — Bug 1016035 - Swallow the rest of the scroll gesture after swiping without APZ. r?kats |
ebabcea6676980d8fcf976c0eb2acb0a790cc356 | Markus Stange — Bug 1016035 - Don't wait for content to say that we need to swipe if APZ has enough information. r?kats | |
11fbd7b087762f4c359e39aa3ce8868e0d3328db | Markus Stange — Bug 1016035 - Remove const in a few places. r?kats | |
c6380f61dafd9a03920968ea5e8ce3d638fb1c60 | Markus Stange — Bug 1016035 - Replay the queue to the swipe tracker once the swipe start confirmation arrives. r?kats | |
86a4fb2b0713e82788b5b0d65879d90928c743de | Markus Stange — Bug 1016035 - Put PanGestureInput events into a queue if they can end up as a swipe. r?kats | |
71c195c91901681d591b2700d7247fce5530d3f8 | Markus Stange — Bug 1016035 - Delay the processing of a PanGestureInput block until we know whether it's a swipe. r?kats | |
cf0b020e74c63f9c15680a5051e94a6619020a20 | Markus Stange — Bug 1016035 - Add nsIWidget::ReportSwipeStart and call it after processing wheel events that can trigger swipes. r?kats | |
e162e68cc21c54435329bda07dc8a2c386d355f5 | Markus Stange — Bug 1016035 - Set overscroll information on potential swipe start events that have been processed by APZ. r?masayuki | |
e3ac9dd1bb3dcb763f8e24b269cf696ec83141fa | Markus Stange — Bug 1016035 - Also mark widgetWheelEvents that are handled by APZ with mCanStartSwipe. r?kats | |
bff4002c7aec0d4617d5779de9142aa56b1421b9 | Markus Stange — Bug 1016035 - Don't set scroll overflow information on events that APZ already used for scrolling. r?masayuki | |
68675aa64bfc44e185ab9acab03019f1e3473740 | Markus Stange — Bug 1016035 - Make APZEventState report defaultPrevented=true when the event started a swipe. r?kats | |
e8ff28b0d25cb033dbe392c56b44cd9b57bad88c | Markus Stange — Bug 1016035 - Add mCanTriggerSwipe and TriggersSwipe(). r?masayuki | |
55462a571ebcaef89616d501e366c89a96702c74 | Markus Stange — Bug 1016035 - Send MayStartSwipe event before sending the wheel event. r?kats | |
cb8fd0b9b00b3c20304ab36346bd1f9c4282c585 | Markus Stange — Bug 1016035 - Split up MaybeTrackScrollEventAsSwipe into SendMayStartSwipe and TrackScrollEventAsSwipe. r?kats | |
c376dea552099475c2403780e23469e312039132 | Markus Stange — Bug 1016035 - Move swipe tracking code into DispatchAPZWheelInputEvent. r?kats | |
89c46230df4a4195835400901a1f04c00d1188f7 | Markus Stange — Bug 1016035 - Add a MozSwipeGestureMayStart event. r?kats | |
c275af8ce5d1b6e291f26d634bcdf3e3b3095d88 | Markus Stange — Bug 1016035 - Implement the swipe animation ourselves instead of calling the NSEvent trackSwipe API. r?kats | |
a79912272c150b363ddab30380eaf92c6eb6cde6 | Markus Stange — Bug 1016035 - Make the threshold in AxisPhysicsMSDModel::IsFinished controllable by the caller. r?kip | |
40a6723d8216f90d02cde197cc2dff1e5c2370eb | Markus Stange — Bug 1016035 - More swipe refactoring. r?kats | |
d13afd01221ac1edc945cef28e2cdc05987c453f | Markus Stange — Bug 1016035 - Refactor the code that decides whether we want to start a swipe. r?kats | |
461492165dc7a1d9c48e1b50ba438585ccc7fa49 | Markus Stange — Bug 1016035 - Move some code around. r?kats | |
f8decbc0a1cd5a02e3ef58f177ed3d587f1cdf5c | Markus Stange — Bug 1016035 - Remove the ability to swipe vertically. r?kats | |
41b19bc85e107abcc7e199f9c57b146e46890a51 | Markus Stange — Make the ContentReceivedInputBlock log message mention the preventDefault status. | |
883b54bf6de2362e97c909a424f8483a59bb6ece | Markus Stange — kats crash fix |