summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-31LibAudio: Modernize WAV loaderkleines Filmröllchen
2023-05-31WebP/Lossy: Add a missing clamp() in `TM_PRED` predictionNico Weber
2023-05-31WebP/Lossy: Remove an unnecessary branchNico Weber
2023-05-31NotificationServer: Stop notifications showing in the top left at firstRummskartoffel
2023-05-31WebP/Lossy: Add support for images with more than one partitionNico Weber
2023-05-31Ladybird: Look for helper processes at `{app_dir}/{helper}/{helper}`Sigmund Lahn
2023-05-31LibVideo/PlaybackManager: Return duration zero when an error occursZaggy1024
2023-05-31LibWeb: Make solve_replaced_size_constraint() into FormattingContextAndreas Kling
2023-05-31LibWeb: Move layout box rect helpers into FormattingContextAndreas Kling
2023-05-31LibWeb: Remove unnecessary static formatting context functionsAndreas Kling
2023-05-31LibWeb: Change calc node representation from float to doublestelar7
2023-05-31pgrep: Add `-x` option to only select exact matchesTim Ledbetter
2023-05-31pgrep: Add `-U` option to filter matches by UID or login nameTim Ledbetter
2023-05-31pgrep: Add `-l` option to list the process name as well as its pidTim Ledbetter
2023-05-31pgrep: Add `-c` option to show the number of matchesTim Ledbetter
2023-05-31pgrep: Add `--ignore-case` as an alias for the `-i` optionTim Ledbetter
2023-05-31pgrep: Return 1 rather than 0 if there are no matchesTim Ledbetter
2023-05-31killall: Continue killing processes if `kill()` call failsTim Ledbetter
2023-05-31killall: Don't parse SIGINVAL as signal 0Tim Ledbetter
2023-05-31killall: Prefer StringView over DeprecatedStringTim Ledbetter
2023-05-31LibWeb: Allow calculated values in transformstelar7
2023-05-31LibWeb: Lazy evaluate optional to avoid crashstelar7
2023-05-31LibWeb: Serialize Resolution according to specstelar7
2023-05-31LibWeb: Serialize Frequency according to specstelar7
2023-05-31LibWeb: Serialize Angle according to specstelar7
2023-05-31LibWeb: Serialize Time according to specstelar7
2023-05-30LibWeb: Render svg-as-image with 1:1 scaling factorSimon Wanner
2023-05-30LibWeb/Tests: Add missing newline in inset-shorthand-property.txtSimon Wanner
2023-05-30WebContent: Wait for Resource to load in wait_for_navigation_to_completeAliaksandr Kalenik
2023-05-30LibWeb: Add `Page::has_ongoing_navigation()`Aliaksandr Kalenik
2023-05-30WebP/Lossy: Use correct test image for coefficient skippingNico Weber
2023-05-30LibWeb/WebDriver: Support resolve with callback in execute_async_scriptAliaksandr Kalenik
2023-05-30Meta: Update cacert.pemFabian Dellwing
2023-05-30LibWeb: Make 'optional BufferSource' IDL arguments actually optionalAli Mohammad Pur
2023-05-30CI: Do not expect `test-results.log` to exist on AArch64Daniel Bertalan
2023-05-30LibWeb: Set margin, padding and border for replaced boxesAndi Gallo
2023-05-30LibWeb: Make font selection closer to specificationAndi Gallo
2023-05-30LibWeb: Adjust change event timing for input elementsstelar7
2023-05-30LibJS: Align MathObject::atan closer to specShannon Booth
2023-05-30LibJS: Add spec comments to MathObject::atanShannon Booth
2023-05-30WebP/Lossy: Add test for lossy webp with uncompressed alphaNico Weber
2023-05-30WebP/Lossy: Add an additional test caseNico Weber
2023-05-30WebP/Lossy: Tweak some commentsNico Weber
2023-05-30WebP/Lossy: Check that file contains enough data for first partitionNico Weber
2023-05-30LibWeb: Add support for parsing 'inset' shorthand CSS propertyFalseHonesty
2023-05-30LibWeb: Restore protection against empty HTMLImageElement resourcesTimothy Flynn
2023-05-30Shell: Prefer File and FileSystem over DeprecatedFileBen Wiederhake
2023-05-30Shell: Rewrite Shell::possibly_print_error without deprecated APIBen Wiederhake
2023-05-30Shell: Rewrite Shell::runnable_path_for without deprecated APIBen Wiederhake
2023-05-29LibWeb: Output names of inner table boxes in layout dumpAliaksandr Kalenik