servo/support/android/apk
Martin Robinson 89bfa26f00
libservo|compositor: Have scroll offset directionality match that of WebRender and the web (#37752)
Previously, our Servo-specific spatial tree scroll offsets were opposite
to
that of WebRender and also the web platform. This is due to the fact,
likely, that `winit` wheel directionality is also flipped. This change
has both the Servo spatial tree and the API take offsets that are
consistent with the web.

Any possible changes to the meaning of wheel directionality will be
handled in a followup change.

This is a breaking change to the Servo API.

Testing: This change updates unit tests.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2025-07-03 13:04:06 +00:00
..
buildSrc Conversion to Gradle KTS (#33772) 2024-11-01 08:04:28 +00:00
gradle/wrapper Upgrade Android Gradle (#33681) 2024-10-09 05:25:22 +00:00
jni Update mozjs (SpiderMonkey) to 128.0 (#32769) 2024-07-29 07:20:15 +00:00
servoapp Conversion to Gradle KTS (#33772) 2024-11-01 08:04:28 +00:00
servoview libservo|compositor: Have scroll offset directionality match that of WebRender and the web (#37752) 2025-07-03 13:04:06 +00:00
servoview-local Conversion to Gradle KTS (#33772) 2024-11-01 08:04:28 +00:00
.gitignore Android: load url from Intent, plus fixed some warnings (#32160) 2024-04-29 13:14:10 +00:00
build.gradle.kts Conversion to Gradle KTS (#33772) 2024-11-01 08:04:28 +00:00
gradle.properties Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
gradlew Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
gradlew.bat Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
settings.gradle.kts Conversion to Gradle KTS (#33772) 2024-11-01 08:04:28 +00:00