index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-26
LibWeb: Fix width calculation for floating replaced elements
Andi Gallo
2023-05-26
LibWeb: Reset margin collapsing state only if box indeed add clearance
Aliaksandr Kalenik
2023-05-26
LibWeb: Avoid nullptr dereference when parsing grid sizes
Sam Atkins
2023-05-26
LibJS/Bytecode: Make for..in iterate property names as string
Andreas Kling
2023-05-26
Kernel/aarch64: Use the correct MMIO base address in the MMU
Caoimhe
2023-05-26
Documentation: Add note about testing UART on the Raspberry Pi 4B
Caoimhe
2023-05-26
LibWeb: Consume sign in `SVG::parse_elliptical_arg_argument`
Cameron Youell
2023-05-26
LibWeb: Get reference height from closest non-anonymous ancestor
Andi Gallo
2023-05-26
LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1
Timothy Flynn
2023-05-26
LibJS: Update spec numbers for the Well-Formed Unicode Strings proposal
Timothy Flynn
2023-05-26
LibWeb: Return DOMException instead of crashing when setting attributes
PrestonLTaylor
2023-05-26
LibGfx: Fix glyph render to create implied points in start/end of path
Aliaksandr Kalenik
2023-05-25
Browser: Download Widget file and directory text changes
sec05
2023-05-25
LibWeb: Do the CORS cross-origin workaround to find MIME type for images
Andreas Kling
2023-05-25
LibWeb: Make Fetch::Infrastructure::HeaderList::is_empty() public
Andreas Kling
2023-05-25
Kernel/aarch64: Fix build after #17842
Daniel Bertalan
2023-05-25
LibWeb: Don't crash on unimplemented CSS display type
Andreas Kling
2023-05-25
LibWeb: Try failed font lookups again without weight and slope
Andreas Kling
2023-05-25
LibWeb: Add CustomIdentStyleValue, along with parsing for it
Sam Atkins
2023-05-25
Meta: Add myself to CODEOWNERS for LibSQL
Jelle Raaijmakers
2023-05-25
LibSQL: Free heap storage when deleting rows
Jelle Raaijmakers
2023-05-25
LibSQL: Implement freeing heap storage
Jelle Raaijmakers
2023-05-25
LibSQL: Find free blocks when opening a database file
Jelle Raaijmakers
2023-05-25
LibSQL: Keep track of free heap blocks when trimming storage
Jelle Raaijmakers
2023-05-25
LibSQL: Reuse heap blocks when overwriting storage
Jelle Raaijmakers
2023-05-25
LibSQL: Test `SQL::Heap` separately
Jelle Raaijmakers
2023-05-25
LibSQL: Clean up TestSqlDatabase
Jelle Raaijmakers
2023-05-25
LibWeb: Handle invalid UTF-8 in Fetch's Body#text()
0GreenClover0
2023-05-25
LibWeb: Make input element placeholders look better
Andreas Kling
2023-05-25
LibWeb: Make HTMLDivElement not "final"
Andreas Kling
2023-05-25
Documentation: Add Qt6 SVG module to Ladybird build deps on Arch
kuchikuu
2023-05-25
Ladybird: Add shortcut to "Close Current Tab"
Xexxa
2023-05-25
Ladybird: Move "Settings" from "File" to "Edit"
Xexxa
2023-05-25
Ladybird: Add missing icons
Xexxa
2023-05-25
LibWeb: Stop generating now-unused `property_accepts_value()` function
Sam Atkins
2023-05-25
LibWeb: Remove now-unused `parse_css_value(ComponentValue)` method
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for transform-origin
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for text-decoration
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for text-decoration-line
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for overflow
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for list-style
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for content
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for font and font-family
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for flex-flow
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for border and its sided versions
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for flex
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for background-size
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for background-repeat
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for background-position[-x,-y]
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for `background`
Sam Atkins
[next]