servo/components/layout_2020/table
Oriol Brufau 557a0ceb89
Protect against arithmetic underflow in TableBuilder::current_y() (#34247)
It doesn't seem like any web page could trigger the underflow,
but this makes the code more robust.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2024-11-14 16:03:39 +00:00
..
construct.rs Protect against arithmetic underflow in TableBuilder::current_y() (#34247) 2024-11-14 16:03:39 +00:00
layout.rs Use a RwLock to cache inline_content_sizes() (#34232) 2024-11-13 09:56:02 +00:00
mod.rs fonts: Add support for generic font families and font size configuration (#32673) 2024-07-08 17:17:48 +00:00