ladybird/Userland
Andreas Kling be26818448 LibWeb: Rename compute_intrinsic_height() => calculate_auto_height()
Change "compute" to "calculate" to make clearer that this is unrelated
to the CSS "computed height" concept.

Change "intrinsic" to "auto" to make clearer that this is not the same
as the intrinsic min-content and max-content sizing calculations.
2022-04-06 14:43:00 +02:00
..
Applets AK+Userland: Rename Array::front/back to first/last 2022-04-06 14:31:52 +02:00
Applications SystemMonitor: Keep current process selection expanded if needed 2022-04-06 12:47:50 +02:00
Demos Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevTools Userland: Remove a few gratuitous IPC namespace qualifiers 2022-04-03 15:18:20 +01:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Libraries LibWeb: Rename compute_intrinsic_height() => calculate_auto_height() 2022-04-06 14:43:00 +02:00
Services InspectorServer: Defer removal of InspectableProcess from table 2022-04-06 13:04:03 +02:00
Shell Shell: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
Utilities Utilities: Update arp to use newer APIs 2022-04-05 12:43:18 +02:00
CMakeLists.txt