summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-08LibManual: Ensure page exists when opening a help URLTim Ledbetter
2023-05-08AK: Use consteval String factories on macOSTimothy Flynn
2023-05-08LibWeb: Convert Navigable::navigate's csp_navigation_type to an enumTimothy Flynn
2023-05-08Documentation: Homogenize Ladybird build instructionsmartinfalisse
2023-05-08LibGfx/JPEG: Fix faded 4-channels imagesLucas CHOLLET
2023-05-08LibGfx/JPEG: Discard the correct number of bytesLucas CHOLLET
2023-05-08LibWeb: Implement "populate session history entry" step in navigate()Aliaksandr Kalenik
2023-05-08LibWeb: Implement "clear the forward session history" for traversableAliaksandr Kalenik
2023-05-08LibWeb: Stop changing width of block-level flex containers during layoutAndreas Kling
2023-05-08LibWeb: Fix auto height calculation for table inside BFCAliaksandr Kalenik
2023-05-08LibWeb: Use layout-test-mode for layout testsmartinfalisse
2023-05-08LibWeb: Add `--layout-test-mode` flag to HeadlessBrowsermartinfalisse
2023-05-08LibWebView: Use Vector for arguments to WebContentmartinfalisse
2023-05-08Ladybird: Move arguments parsing before FontPluginQt initmartinfalisse
2023-05-08LibGfx/WebP: Move lossless decoder to its own fileNico Weber
2023-05-08LibGfx/WebP: Let decode_webp_chunk_VP8L_header() take ReadonlyBytesNico Weber
2023-05-08LibGfx/WebP: Store pointer to lossless data in VP8LHeader structNico Weber
2023-05-08LibGfx/WebP: Stop storing vp8_header and vp8l_header in contextNico Weber
2023-05-08LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_contents()Nico Weber
2023-05-08LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_image()Nico Weber
2023-05-08LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_prefix_codeNico Weber
2023-05-08LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_header()Nico Weber
2023-05-08LibWeb: Cache the root element font metrics when calculating themAndreas Kling
2023-05-08LibGUI: Use cursor position when calculating autoscroll deltaAhmed Hussein
2023-05-08LibWeb: Make HTMLObjectElement invalidate the document layoutAndreas Kling
2023-05-08Documentation: Add libslirp-dev as a required dependency for QEMUKenneth Myhra
2023-05-08LibWeb: Don't include Layout/Node.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include HTML/Window.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include WindowGlobalMixin from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include Layout/TreeBuilder.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include DOM/Attr.h from DOM/Element.hAndreas Kling
2023-05-08LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.hAndreas Kling
2023-05-08Tests: Add more tests for `JsonArray`Kemal Zebari
2023-05-08Ports: Update dosbox-staging to 0.77.1Kenneth Myhra
2023-05-08Ports: Clean up 'package.sh' for dosbox-stagingKenneth Myhra
2023-05-08Ports: Add opusfile 0.12Kenneth Myhra
2023-05-08Ports: Add libopus 1.3.1Kenneth Myhra
2023-05-08LibCrypto+LibTLS: Avoid crashing on invalid inputBen Wiederhake
2023-05-08LibWeb: Don't relayout when visibility changes between visible/hiddenAndreas Kling
2023-05-07Documentation: Update information regarding MSIx for NVMe :^)Pankaj Raghav
2023-05-07Kernel: Add MSIx support to NVMePankaj Raghav
2023-05-07Kernel: Pass NVMeController reference to NVMequeuePankaj Raghav
2023-05-07NVMe: Use an explicit Queue type instead of using an Optional irqPankaj Raghav
2023-05-07Kernel: Introduce PCIIRQHandlerPankaj Raghav
2023-05-07Kernel: Add APIs to PCI Device to use MSI(x)Pankaj Raghav
2023-05-07Kernel: Implement helpers to manipulate MSI(x) data structuresPankaj Raghav
2023-05-07Kernel: Implement {enable,disable}_msix interrupts in PCI DevicePankaj Raghav
2023-05-07Kernel: Use PCIIdentifier is_msix_capable API to retrieve MSIx statusPankaj Raghav