summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-19LibAudio: Improve FLAC seekingkleines Filmröllchen
2023-03-19Meta: Use non-VGA VirtIO GPU variants when running on macOSLiav A
2023-03-19Kernel/Graphics: Use longer timeout settings in VirtIO GPU commandsLiav A
2023-03-19Kernel: Simplify VirtIOGPU attach_physical_range_to_framebuffer methodLiav A
2023-03-19Kernel/VirtIO: Ignore the VIRTIO_PCI_CAP_PCI_CFG configuration typeLiav A
2023-03-19Meta: Move global VM creation to fuzzer "global" structureTimothy Flynn
2023-03-19FileManager: Extract .zip files to a temporary folder when openedCaoimhe
2023-03-19LibCore: Improve the `TempFile` wrapperCaoimhe
2023-03-19LibCore: Add syscall wrapper for `mkdtemp()`Caoimhe
2023-03-18LibWeb: Add temporary hack for `line-height: calc(...)`Andreas Kling
2023-03-18LibWeb: Don't deref HTMLInputElement parent if its nullMathis Wiehl
2023-03-18LibWeb: Honor `pointer-events: none` when hitting a PaintableBoxAndreas Kling
2023-03-18LibWeb: Traverse shadow boundaries when looking for focus candidatesAndreas Kling
2023-03-18LibWeb+Browser+Ladybird: Add menu action to dump paint treeAndreas Kling
2023-03-18LibWeb: Specify height as 1lh to fix the size of empty text boxesSimon Wanner
2023-03-18LibWeb+LibWebView: Show shadow roots in the DOM inspectorSimon Wanner
2023-03-18Tests/LibWeb: Add two tests for lh and rlh unitsSimon Wanner
2023-03-18LibWeb: Add support for the lh and rlh length unitsSimon Wanner
2023-03-18LibWeb: Port MutationRecord types to FlyStringTimothy Flynn
2023-03-18LibWeb: Initialize static web strings during main-thread VM creationTimothy Flynn
2023-03-18LibJS: Add a PrimitiveString::create overload for FlyStringTimothy Flynn
2023-03-18AK: Export FlyString from the forwarding headerTimothy Flynn
2023-03-18LibWeb: Fix bogus callback comparisons in EventTargetAndreas Kling
2023-03-18Meta: Disable the misc-no-recursion check in clang-tidyAndreas Kling
2023-03-18LibWeb: Clarify stacking context creation for viewport boxAndreas Kling
2023-03-18LibWeb: Invalidate sibling styles on input element checked state changeMathis Wiehl
2023-03-18Fuzzers: Skip trying to parse invalid UTF-8 in LibJS FuzzersAndrew Kaster
2023-03-18LibWeb: Consider deprecated application/font-woff mime typeMathis Wiehl
2023-03-18LibWeb: Load alternative font urls if others failMathis Wiehl
2023-03-18LibWeb: Treat flex item's cyclic percentage cross size as autoAndreas Kling
2023-03-18LibWeb: Print unimplemented calc() expressions in the debug logAndreas Kling
2023-03-17Userland: Use more common WAV MIME typekleines Filmröllchen
2023-03-17LibVT: Fix integer overflow when parsing long OSC sequencesDaniel Bertalan
2023-03-17Meta: Ensure the main thread VM is created before use in the CSS fuzzerTimothy Flynn
2023-03-17LibWeb: Move initialization of the MainThreadVM to WebContent's main()Timothy Flynn
2023-03-17LibJS: Propagate errors from VM creationTimothy Flynn
2023-03-17LibJS: Move creation of fallible VM objects to its creation factoryTimothy Flynn
2023-03-17LibWeb: Give generated constructor functions a nameLuke Wilde
2023-03-17LibGfx/OpenType: Fix bound-checkgohai
2023-03-17Browser: Have the bookmark button use the editor dialogKemal Zebari
2023-03-17Ports/cmake: Update CMake to version 3.26.0EWouters
2023-03-17Toolchain: Update CMake to version 3.26.0 in `BuildCMake.sh`EWouters
2023-03-17LibJS: Fix a bunch of unwind related errors in GenerateCFGHendiadyoin1
2023-03-17LibGfx/OpenType: Add some initial support for GPOS glyph positioningAndreas Kling
2023-03-17LibWeb: Fix is<HTML::HTMLProgressElement>() checkMacDue
2023-03-16LibWeb: Remove remaining WebAssemblyObject data to the namespace fileTimothy Flynn
2023-03-16LibWeb: Port the WebAssembly namespace to IDLTimothy Flynn
2023-03-16LibWeb: Add a custom extended attribute for namespace-level GC visitorsTimothy Flynn
2023-03-16LibWeb: More fully implement the LegacyNamespace IDL extended attributeTimothy Flynn
2023-03-16LibWeb: Add LibJS includes to generated IDL namespace filesTimothy Flynn