serenity/Userland
Andi Gallo e4d0c077c3 LibWeb: Don't skip width computation for intrinsic table width
The shortcut we put in place didn't resolve percentage widths and
ignored border spacing. We can still return early after we compute the
width per the specifications.
2023-06-20 18:24:19 +02:00
..
Applets LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
Applications Browser: Set DownloadWidget progress bar minimum value correctly 2023-06-19 18:50:52 +02:00
BuggieBox
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools GMLPlayground: Add a Statusbar 2023-06-17 20:36:03 +02:00
DynamicLoader
Games Snake: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
Libraries LibWeb: Don't skip width computation for intrinsic table width 2023-06-20 18:24:19 +02:00
Services Everywhere: Correctly report progress of downloads larger than 4GiB 2023-06-19 06:13:19 +02:00
Shell Shell: Stop lying about string types 2023-06-13 01:49:02 +02:00
Utilities headless-browser: Paint while running layout tests (but discard results) 2023-06-20 11:34:09 +02:00
CMakeLists.txt