summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-12LibVideo/Matroska: Fix out-of-bounds access when seeking to cuesZaggy1024
2023-02-12LibWeb: Implement location.hash setterAndreas Kling
2023-02-12LibWeb: Use 'auto& vm =' once at beginning to reduce noiseKenneth Myhra
2023-02-12LibPDF: Check for end of stream in Reader::matches_regular_character()Julian Offenhäuser
2023-02-12LibPDF: Return an error if we fail to load a replacement fontJulian Offenhäuser
2023-02-12LibPDF: Allow filter DecodeParms array entries to be nullJulian Offenhäuser
2023-02-12LibPDF: Allow reading documents with incremental updatesJulian Offenhäuser
2023-02-12LibGUI: Callback with the clamped value of Sliders on a jump to cursorZaggy1024
2023-02-12Base: Add a test using FormData and FormDataEventKenneth Myhra
2023-02-12LibWeb: Implement algorithm 'construct the entry list given a form'Kenneth Myhra
2023-02-12AK: Add function 'shallow_clone()' to HashMapKenneth Myhra
2023-02-12LibWeb: Add accessor function HTMLFormElement::constructing_entry_list()Kenneth Myhra
2023-02-12LibWeb: Implement HTMLFormElement::get_submittable_elements()Kenneth Myhra
2023-02-12LibWeb: Introduce the FormDataEvent interfaceKenneth Myhra
2023-02-12LibWeb: Introduce the FormData interface from the XHR specificationKenneth Myhra
2023-02-12LibWeb: Add convert string into scalar value from Infra specKenneth Myhra
2023-02-12LibWeb: Re-implement checkbox painting using the UA stylesheetLinus Groh
2023-02-11LibJS: Port Symbol to StringLinus Groh
2023-02-11LibJS: Unify Symbol::description() and raw_description()Linus Groh
2023-02-11LibJS: Remove unused forwarding getters from SymbolObjectLinus Groh
2023-02-11LibJS: Rename Symbol::to_deprecated_string() to descriptive_string()Linus Groh
2023-02-11LibWeb: Scale font size to device pixelsAliaksandr Kalenik
2023-02-11LibGfx: Introduce with_size method for FontAliaksandr Kalenik
2023-02-11Assistant: Allow arguments in AppProvider queriesTim Ledbetter
2023-02-11LibDesktop: Pass an optional arguments list to AppFile::spawn()Tim Ledbetter
2023-02-11FileManager: Show directory size and file count in PropertiesWindowTim Ledbetter
2023-02-11FileManager: Propagate errors from PropertiesWindow initializationTim Ledbetter
2023-02-11LibJS/Temporal: Allow annotations after YYYY-MM and MM-DDLuke Wilde
2023-02-11WindowServer: Restore cursor animationKarol Kosek
2023-02-11LibGUI: Remove the `Core::File` overload of `write_to_file()`Lucas CHOLLET
2023-02-11LibGUI: Base `write_to_file(StringView path)` on the stream overloadLucas CHOLLET
2023-02-11FileManager: Factorize code to handle drag-and-dropLucas CHOLLET
2023-02-11AK: Move try_make_ref_counted() to NonnullRefPtr.hNico Weber
2023-02-11AK: Move try_make() to NonnullOwnPtr.hNico Weber
2023-02-11Meta: Mark myself as a CODEOWNER of a few more thingsLinus Groh
2023-02-11LibWeb: Implement Headers.getSetCookie()Linus Groh
2023-02-11LibWeb: Fix UAF in convert_header_names_to_a_sorted_lowercase_set()Linus Groh
2023-02-11LibWeb: Add tests for flex formatting contextAliaksandr Kalenik
2023-02-11Ports: Add GemRBJulian Offenhäuser
2023-02-11Ports: Build python3 port with shared librariesJulian Offenhäuser
2023-02-11AK: Move adopt_nonnull_ref_or_enomem() to NonnullRefPtr.hNico Weber
2023-02-11AK: Move adopt_nonnull_own_or_enomem() to NonnullOwnPtr.hNico Weber
2023-02-11LibGfx: Make ICC code handle out-of-memory situations betterNico Weber
2023-02-11LibJS: Add missing assignment to offset_string in ZDT conversionLuke Wilde
2023-02-10LibGfx: Add scaffolding for curves in lutAToBType and lutBToATypeNico Weber
2023-02-11Toolchain: Add fuse2fs to serenity.nixBaitinq
2023-02-11Tests: Add a few tests to verify vectors are using inline storageMacDue
2023-02-11AK: Always initialize vector capacity to inline_capacityMacDue
2023-02-10Keymaps: Stop pt-br's r-shift printing "?"Victor Panisa
2023-02-10LibVideo/VP9: Rename `round_2()` to `rounded_right_shift()` for clarityZaggy1024