summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-26LibWeb: Fix width calculation for floating replaced elementsAndi Gallo
2023-05-26LibWeb: Reset margin collapsing state only if box indeed add clearanceAliaksandr Kalenik
2023-05-26LibWeb: Avoid nullptr dereference when parsing grid sizesSam Atkins
2023-05-26LibJS/Bytecode: Make for..in iterate property names as stringAndreas Kling
2023-05-26Kernel/aarch64: Use the correct MMIO base address in the MMUCaoimhe
2023-05-26Documentation: Add note about testing UART on the Raspberry Pi 4BCaoimhe
2023-05-26LibWeb: Consume sign in `SVG::parse_elliptical_arg_argument`Cameron Youell
2023-05-26LibWeb: Get reference height from closest non-anonymous ancestorAndi Gallo
2023-05-26LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1Timothy Flynn
2023-05-26LibJS: Update spec numbers for the Well-Formed Unicode Strings proposalTimothy Flynn
2023-05-26LibWeb: Return DOMException instead of crashing when setting attributesPrestonLTaylor
2023-05-26LibGfx: Fix glyph render to create implied points in start/end of pathAliaksandr Kalenik
2023-05-25Browser: Download Widget file and directory text changessec05
2023-05-25LibWeb: Do the CORS cross-origin workaround to find MIME type for imagesAndreas Kling
2023-05-25LibWeb: Make Fetch::Infrastructure::HeaderList::is_empty() publicAndreas Kling
2023-05-25Kernel/aarch64: Fix build after #17842Daniel Bertalan
2023-05-25LibWeb: Don't crash on unimplemented CSS display typeAndreas Kling
2023-05-25LibWeb: Try failed font lookups again without weight and slopeAndreas Kling
2023-05-25LibWeb: Add CustomIdentStyleValue, along with parsing for itSam Atkins
2023-05-25Meta: Add myself to CODEOWNERS for LibSQLJelle Raaijmakers
2023-05-25LibSQL: Free heap storage when deleting rowsJelle Raaijmakers
2023-05-25LibSQL: Implement freeing heap storageJelle Raaijmakers
2023-05-25LibSQL: Find free blocks when opening a database fileJelle Raaijmakers
2023-05-25LibSQL: Keep track of free heap blocks when trimming storageJelle Raaijmakers
2023-05-25LibSQL: Reuse heap blocks when overwriting storageJelle Raaijmakers
2023-05-25LibSQL: Test `SQL::Heap` separatelyJelle Raaijmakers
2023-05-25LibSQL: Clean up TestSqlDatabaseJelle Raaijmakers
2023-05-25LibWeb: Handle invalid UTF-8 in Fetch's Body#text()0GreenClover0
2023-05-25LibWeb: Make input element placeholders look betterAndreas Kling
2023-05-25LibWeb: Make HTMLDivElement not "final"Andreas Kling
2023-05-25Documentation: Add Qt6 SVG module to Ladybird build deps on Archkuchikuu
2023-05-25Ladybird: Add shortcut to "Close Current Tab"Xexxa
2023-05-25Ladybird: Move "Settings" from "File" to "Edit"Xexxa
2023-05-25Ladybird: Add missing iconsXexxa
2023-05-25LibWeb: Stop generating now-unused `property_accepts_value()` functionSam Atkins
2023-05-25LibWeb: Remove now-unused `parse_css_value(ComponentValue)` methodSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for transform-originSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for text-decorationSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for text-decoration-lineSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for overflowSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for list-styleSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for contentSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for font and font-familySam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for flex-flowSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for border and its sided versionsSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for flexSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for background-sizeSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for background-repeatSam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for background-position[-x,-y]Sam Atkins
2023-05-25LibWeb: Use new StyleValue parsing for `background`Sam Atkins