ladybird/Documentation
Aliaksandr Kalenik db5fd614ac LibWeb: Require layout update for less properties in getComputedStyle()
Some properties like `justify-items`, `grid`, or `display` do affect
layout, but their used values can be obtained without performing a
layout calculation.

This change introduces a new helper,
`property_needs_layout_for_getcomputedstyle()`, specifically for use by
`CSSStyleProperties::property()`. It returns true only for properties
such as `width`, `height`, `margin`, `padding`, `top`, and `left`, where
an up-to-date layout is required to return the correct used value.
2025-09-12 11:06:16 +02:00
..
EditorConfiguration Documentation: Rectify incorrect preset name 2025-08-29 11:54:16 +02:00
HumanInterfaceGuidelines Documentation: Remove SerenityOS references where appropriate 2024-11-23 14:29:48 +01:00
Images Documentation: Add a document describing our DevTools server 2025-02-19 08:45:51 -05:00
AddNewIDLFile.md Meta: Clarify what IDL files need adding to idl_files.cmake 2025-02-10 16:07:18 +00:00
AdvancedBuildInstructions.md Documentation: Fix capitalization and add Markdown 2025-08-20 14:48:29 +02:00
BrowsingContextsAndNavigables.md Documentation: Flatten the Browser/ directory 2024-10-23 09:02:46 +02:00
BuildInstructionsLadybird.md Everywhere: Fix even more typos 2025-08-27 08:48:01 +02:00
BuildProfilingInstructions.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
CodingStyle.md Meta: Replace lint-clang-format.sh with lint-clang-format.py 2025-08-14 10:57:31 +02:00
CSSGeneratedFiles.md LibWeb: Require layout update for less properties in getComputedStyle() 2025-09-12 11:06:16 +02:00
CSSProperties.md LibWeb: Move and rename CSSStyleValue to StyleValues/StyleValue.{h,cpp} 2025-08-08 15:19:03 +01:00
DevTools.md Documentation: Fix grammar error 2025-08-20 14:48:29 +02:00
EventLoop.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
FAQ.md Meta: Remove Polar from FUNDING.yml and FAQ.md 2025-07-10 10:04:33 +02:00
GettingStartedContributing.md Documentation: Mention TODOs and FIXMEs as potential sources of work 2025-01-05 12:02:16 +01:00
LibWebFromLoadingToPainting.md LibWeb: Move and rename CSSStyleValue to StyleValues/StyleValue.{h,cpp} 2025-08-08 15:19:03 +01:00
LibWebPatterns.md LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Patterns.md Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
Porting.md Documentation: Fix capitalization of "Windows" 2025-08-06 21:17:49 -06:00
ProcessArchitecture.md Documentation: Remove SerenityOS references where appropriate 2024-11-23 14:29:48 +01:00
README.md Documentation: Document how to add a new CSS property 2025-02-26 11:32:14 +00:00
SmartPointers.md Documentation: Remove extra <hr>s from the smart pointers reference 2024-08-17 11:51:06 -06:00
StringFormatting.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
Testing.md Documentation: Update Testing.md to reflect changes in CMake presets 2025-07-04 16:29:28 +01:00
Troubleshooting.md Documentation: Troubleshoot double free race condition on exit 2025-07-20 13:30:31 -04:00

Ladybird Documentation

Ladybird development moves quickly, so some of these might be out of date. Please let us know if something here is wrong, or submit a PR with any additions or corrections! If you have any questions that are not answered here or in the FAQ, you are welcome to ask on Discord.

Building and Running

Configuring Editors

Development

Browser/LibWeb