mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Instead of using WebRender hit testing to update the cursor, base it on layout hit tests. This allows removing the majority of WebRender hit test items and finally opens up the possibility of adding support for custom cursors. In addition, this change fixes an issue where cursors were not set properly on areas of the viewport that extended past the page content. Testing: This is difficult to test as verifying that the cursor changed properly is beyond the capabilities of Servo's test harnesses. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com> |
||
---|---|---|
.. | ||
background.rs | ||
clip.rs | ||
conversions.rs | ||
gradient.rs | ||
hit_test.rs | ||
mod.rs | ||
stacking_context.rs |