summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-28AK: Verify that we don't call Error::from_errno(0)Sam Atkins
2023-05-28LibCore: Don't record false DirIterator errorsSam Atkins
2023-05-28Terminal: Migrate to `Core::Directory::for_each_entry()`Sam Atkins
2023-05-28DisplaySettings: Migrate to `Core::Directory::for_each_entry()`Sam Atkins
2023-05-28Ladybird: Add placeholder to LocationEditRafał Babiarz
2023-05-28LibWeb: Apply rules for parsing a legacy color valueShannon Booth
2023-05-28LibWeb: Add Web::HTML::parse_legacy_color_valueShannon Booth
2023-05-28LibGfx: Add Color::from_named_css_color_stringShannon Booth
2023-05-28LibWasm: Create AK::StackInfo once per AbstractMachineAndreas Kling
2023-05-28CI: Add testing for AArch64 :^)Daniel Bertalan
2023-05-28LibC: Ensure that `struct group::gr_mem` pointers are alignedDaniel Bertalan
2023-05-28Kernel/aarch64: Add RPi/MMIO.cpp to `SOURCES_RUNNING_WITHOUT_MMU`Daniel Bertalan
2023-05-28LibCrypto: Add workaround for false -Warray-bounds warningDaniel Bertalan
2023-05-28Toolchain: Disable libstdc++ PCH compilationDaniel Bertalan
2023-05-28Tests/Kernel: Do not build TestEFault on AArch64Daniel Bertalan
2023-05-28Kernel/aarch64: Make `Processor::capture_stack_trace` stub non-crashingDaniel Bertalan
2023-05-28Toolchain+CI: Remove cache handling logic from `BuildIt.sh`Daniel Bertalan
2023-05-28CI: Update `actions/cache` to v3Daniel Bertalan
2023-05-28LibWeb: Improve support for selecting an image sourceAndi Gallo
2023-05-28LibWeb: Skip children based on media when updating the source setAndi Gallo
2023-05-28LibJS: Make Error stack traces lazierAndreas Kling
2023-05-28headless-browser: Call fflush() between tests when running on TTYAndreas Kling
2023-05-27WebP/Lossy: Variable naming fix for constants from last pull requestNico Weber
2023-05-27WebP/Lossy: Add code to read macroblock metadataNico Weber
2023-05-27WebP/Lossy: Add static data tables for reading macroblock metadataNico Weber
2023-05-27LibWeb: Fix goofy CRC2D.arc() behaviourMacDue
2023-05-27Ladybird: Run all layout & text tests in the same processAndreas Kling
2023-05-27LibWeb: Resolve border[-color,-style,-width] propertiesSam Atkins
2023-05-27LibWeb: Add helper for creating resolved values for sided shorthandsSam Atkins
2023-05-27LibWeb: Alphabetize `style_value_for_property()` property listSam Atkins
2023-05-27LibWeb: Resolve background-size propertySam Atkins
2023-05-27LibWeb: Resolve background-position[-x,-y] propertiesSam Atkins
2023-05-27LibWeb: Resolve appearance propertySam Atkins
2023-05-27LibWeb: Resolve align-{content,items,self} propertiesSam Atkins
2023-05-27LibWeb: Resolve accent-color propertySam Atkins
2023-05-27LibWeb: Remove `CSS::` prefix from ResolvedCSSStyleDeclaration.cpp codeSam Atkins
2023-05-27LibWebView: Don't re-create WebContent proceses when repeatedly crashingAndrew Kaster
2023-05-27Chess+ChessEngine: Fix stockfish by setting correct blocking flagBen Wiederhake
2023-05-27AK: Enable Core::File to switch blocking-mode during useBen Wiederhake
2023-05-27LibWeb: Make SVG transform parser less crashyMacDue
2023-05-27LibWeb: Protect against null deref during Web::Page initializationAndreas Kling
2023-05-27HackStudio: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-27LibCoredump: Avoid unnecessary conversion to DeprecatedStringBen Wiederhake
2023-05-27LibWeb: Only forward scroll requests for the top-level browsing contextAndreas Kling
2023-05-27LibWeb: Don't tell UI process about subframe title changesAndreas Kling
2023-05-27Ladybird: Use the DALL-E ladybird globe as the application iconAndreas Kling
2023-05-27LibWeb: Make resolved serialization of CSS `display` prefer short formAndreas Kling
2023-05-27WebP/Lossy: Add code to read the frame header in the first partitionNico Weber
2023-05-27WebP/Lossy: Add WebPLoaderLossyTables.hNico Weber
2023-05-27WebP/Lossy: Add a comment with a summary of the file formatNico Weber