summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-26Tests: Implement multi-value returns in test-wasmAli Mohammad Pur
2023-02-26LibWeb: Implement the js-api portion of Wasm multi-valueAli Mohammad Pur
2023-02-26LibWasm+LibWeb: Sneak a JS::Completion into Wasm::ResultAli Mohammad Pur
2023-02-25LibDSP: Don't crash on out-of-bounds parameter valuekleines Filmröllchen
2023-02-25AK: Add FixedPoint::clampkleines Filmröllchen
2023-02-25Piano: Move octave controls into main widgetkleines Filmröllchen
2023-02-25LibGUI: Use full text width for Label's preferred widthkleines Filmröllchen
2023-02-25Piano: Clean up code style with help from clang-tidykleines Filmröllchen
2023-02-25Piano: Improve handling of possibly null parameter labelkleines Filmröllchen
2023-02-25Piano: Rename KnobsWidget to TrackControlsWidgetkleines Filmröllchen
2023-02-26Tests: Use MUST more in TestImageDecoderNico Weber
2023-02-26LibWeb: Port IDL implementations Blob and File to new StringKenneth Myhra
2023-02-26LibWeb: Add to_ascii_upper_case() from the Infra specKenneth Myhra
2023-02-26LibWeb: Add to_ascii_lower_case() from the Infra specKenneth Myhra
2023-02-26BindingsGenerator: Use JS::Value::to_string() when new StringKenneth Myhra
2023-02-26BindingsGenerator: Conditionally check dictionary member is stringKenneth Myhra
2023-02-25LibCore+Utilities: Replace uses of strpbrk with find_any_of()Andrew Kaster
2023-02-25LibGfx: Decode WebP canvas sizeNico Weber
2023-02-25AK: Use the same consteval condition on _short_string as its factoryTimothy Flynn
2023-02-25LibUnicode: Add a unit test for Unicode grapheme and word segmentationTimothy Flynn
2023-02-25LibUnicode: Skip over emoji sequences in grapheme boundary segmentationTimothy Flynn
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-25AK: Add operator""_{short_,}string to create a String from a literalLinus Groh
2023-02-25Meta: Document how to manipulate CMake caches for the fuzzing buildkleines Filmröllchen
2023-02-25Meta: Allow disabling LibWeb fuzzerskleines Filmröllchen
2023-02-25LibGfx: Parse WebP VP8L chunk headerNico Weber
2023-02-25LibGfx: Fix lossless fourcc in VP8X chunk decoderNico Weber
2023-02-25LibGfx: Add link to webp overviewNico Weber
2023-02-25LibGfx: Parse some of WebP 'VP8 ' chunkNico Weber
2023-02-25LibGfx: Parse WebP VP8X chunkNico Weber
2023-02-25LibGfx: Add a FIXME to WebPImageDecoderPlugin::icc_data()Nico Weber
2023-02-25LibGfx: Add a WebPLoadingContext::error() helperNico Weber
2023-02-25LibDSP: Get rid of DeprecatedStringkleines Filmröllchen
2023-02-25Kernel: Mark sys$prctl() as not needing the big lockLiav A
2023-02-25Lagom: Build `file` in lagom buildsNico Weber
2023-02-25Lagom: Build LibELF on arm64Nico Weber
2023-02-24LibDeviceTree: Use unchecked_append() in path parsingMacDue
2023-02-24Revert "LibDeviceTree: Propagate try_append() errors while parsing paths"Linus Groh
2023-02-24Kernel+Userland: Refine preventing syscall annotations of Regions optionLiav A
2023-02-24Kernel: Do 2 validations in annotate_mapping syscall outside a spinlockLiav A
2023-02-24Kernel: Properly lock Process protected data in the prctl syscallLiav A
2023-02-24LibTimeZone: Propagate try_append() errors while building timezone dataMacDue
2023-02-24LibUnicode: Propagate try_append() errors when building emoji dataMacDue
2023-02-24LibDeviceTree: Propagate try_append() errors while parsing pathsMacDue
2023-02-24Kernel/FileSystem: Simplify the ProcFS significantlyLiav A
2023-02-24Kernel: Fix typo proccess => process in a name of Process methodLiav A
2023-02-24AK+Kernel: Add includes before removing Kernel/ProcessExposed.hLiav A
2023-02-24Browser+LibWeb+WebContent: Store cookie expiry times in UTCTimothy Flynn
2023-02-24LibIPC: Add a built-in encoder/decoder for AK::TimeTimothy Flynn
2023-02-24LibWeb: Consider transform property while finding containing blockAliaksandr Kalenik