summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-09Tests/LibWeb: Split input/grid/template-areas.html into smaller testsAliaksandr Kalenik
2023-05-09Ports: De-special case `./package.sh dev`Jelle Raaijmakers
2023-05-09Ports: Only remove dir contents on `clean`, not the dir itselfJelle Raaijmakers
2023-05-09Ports: Alphabetize commands in `.port_include.sh`Jelle Raaijmakers
2023-05-09LibGfx/WebP: Add two missing closing quotes for spec commentsNico Weber
2023-05-09LibGfx/WebP: Move lossy decoder to its own fileNico Weber
2023-05-09LibGfx/WebP: Give VP8 decoding functions same interface as VP8L onesNico Weber
2023-05-09LibGfx/WebP: Tell decode_webp_chunk_VP8() if it needs an alpha channelNico Weber
2023-05-09LibGfx/WebP: Remove pointless decode_webp_chunk_VP8L() functionNico Weber
2023-05-09LibGfx/WebP: Remove context.error() now that it is a no-opNico Weber
2023-05-09LibGfx/WebP: Redo error handlingNico Weber
2023-05-09LibGfx/WebP: Change ImageData optional-nessNico Weber
2023-05-09LibGfx/WebP: Minor cosmetical changes in WebPLoaderLossless.hNico Weber
2023-05-09AK: Remove `must_set()` from `JsonArray`Kemal Zebari
2023-05-09Base: Add some Arrows & General Punctuation to Csilla Regular 12Cubic Love
2023-05-09Base: Improve some application man pagesCubic Love
2023-05-09Ladybird: Allow right clicking and inspecting elementsMacDue
2023-05-09Userland: Show "Ladybird" instead of "Browser" in titles, menus, etcAndreas Kling
2023-05-08Applets/ClipboardHistory: Add persistent storageLucas CHOLLET
2023-05-08LibManual: Allow querying on a help URLTim Ledbetter
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