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-28
LibWeb: Support reverse flex layout with space-around/space-between
Andreas Kling
2023-05-28
WebP/Lossy: It's 'macroblock', not 'metablock'
Nico Weber
2023-05-28
LibWeb: Add missing check in CrossOriginGetOwnPropertyHelper
Andi Gallo
2023-05-28
Toolchain+Ports: Use `ftpmirror.gnu.org` for faster downloads
Daniel Bertalan
2023-05-28
Toolchain: Fix Linux `libisl` detection in `BuildGDB.sh`
Daniel Bertalan
2023-05-28
LibTest: Use the 16 standard ANSI colors in status output
Daniel Bertalan
2023-05-28
LibJS: Fix reading cached source ranges
MacDue
2023-05-28
LibJS: Fix crash when trying to get source range
MacDue
2023-05-28
SpaceAnalyzer: Migrate to `Core::Directory::for_each_entry()`
Sam Atkins
2023-05-28
LibCore: Add wrapper for fstatat()
Sam Atkins
2023-05-28
AK: Verify that we don't call Error::from_errno(0)
Sam Atkins
2023-05-28
LibCore: Don't record false DirIterator errors
Sam Atkins
2023-05-28
Terminal: Migrate to `Core::Directory::for_each_entry()`
Sam Atkins
2023-05-28
DisplaySettings: Migrate to `Core::Directory::for_each_entry()`
Sam Atkins
2023-05-28
Ladybird: Add placeholder to LocationEdit
Rafał Babiarz
2023-05-28
LibWeb: Apply rules for parsing a legacy color value
Shannon Booth
2023-05-28
LibWeb: Add Web::HTML::parse_legacy_color_value
Shannon Booth
2023-05-28
LibGfx: Add Color::from_named_css_color_string
Shannon Booth
2023-05-28
LibWasm: Create AK::StackInfo once per AbstractMachine
Andreas Kling
2023-05-28
CI: Add testing for AArch64 :^)
Daniel Bertalan
2023-05-28
LibC: Ensure that `struct group::gr_mem` pointers are aligned
Daniel Bertalan
2023-05-28
Kernel/aarch64: Add RPi/MMIO.cpp to `SOURCES_RUNNING_WITHOUT_MMU`
Daniel Bertalan
2023-05-28
LibCrypto: Add workaround for false -Warray-bounds warning
Daniel Bertalan
2023-05-28
Toolchain: Disable libstdc++ PCH compilation
Daniel Bertalan
2023-05-28
Tests/Kernel: Do not build TestEFault on AArch64
Daniel Bertalan
2023-05-28
Kernel/aarch64: Make `Processor::capture_stack_trace` stub non-crashing
Daniel Bertalan
2023-05-28
Toolchain+CI: Remove cache handling logic from `BuildIt.sh`
Daniel Bertalan
2023-05-28
CI: Update `actions/cache` to v3
Daniel Bertalan
2023-05-28
LibWeb: Improve support for selecting an image source
Andi Gallo
2023-05-28
LibWeb: Skip children based on media when updating the source set
Andi Gallo
2023-05-28
LibJS: Make Error stack traces lazier
Andreas Kling
2023-05-28
headless-browser: Call fflush() between tests when running on TTY
Andreas Kling
2023-05-27
WebP/Lossy: Variable naming fix for constants from last pull request
Nico Weber
2023-05-27
WebP/Lossy: Add code to read macroblock metadata
Nico Weber
2023-05-27
WebP/Lossy: Add static data tables for reading macroblock metadata
Nico Weber
2023-05-27
LibWeb: Fix goofy CRC2D.arc() behaviour
MacDue
2023-05-27
Ladybird: Run all layout & text tests in the same process
Andreas Kling
2023-05-27
LibWeb: Resolve border[-color,-style,-width] properties
Sam Atkins
2023-05-27
LibWeb: Add helper for creating resolved values for sided shorthands
Sam Atkins
2023-05-27
LibWeb: Alphabetize `style_value_for_property()` property list
Sam Atkins
2023-05-27
LibWeb: Resolve background-size property
Sam Atkins
2023-05-27
LibWeb: Resolve background-position[-x,-y] properties
Sam Atkins
2023-05-27
LibWeb: Resolve appearance property
Sam Atkins
2023-05-27
LibWeb: Resolve align-{content,items,self} properties
Sam Atkins
2023-05-27
LibWeb: Resolve accent-color property
Sam Atkins
2023-05-27
LibWeb: Remove `CSS::` prefix from ResolvedCSSStyleDeclaration.cpp code
Sam Atkins
2023-05-27
LibWebView: Don't re-create WebContent proceses when repeatedly crashing
Andrew Kaster
2023-05-27
Chess+ChessEngine: Fix stockfish by setting correct blocking flag
Ben Wiederhake
2023-05-27
AK: Enable Core::File to switch blocking-mode during use
Ben Wiederhake
2023-05-27
LibWeb: Make SVG transform parser less crashy
MacDue
[next]