summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2023-05-29LibWeb: Remove Layout::TableCellBoxAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableRowBoxAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableRowGroupBoxAliaksandr Kalenik
2023-05-29LibWeb: Support `min-content` for `width`, `min-width` and `max-width`Andreas Kling
2023-05-29LibWeb: Support `max-content` for `width`, `min-width` and `max-width`Andreas Kling
2023-05-29WebP/Lossy: Implement prediction and inverse DCTNico Weber
2023-05-29WebP/Lossy: Add function for inverse 4x4 DCT from specNico Weber
2023-05-29Help: Sort search results by scoreTim Ledbetter
2023-05-29LibGUI: Allow FilteringProxyModel to optionally sort results by scoreTim Ledbetter
2023-05-29Help: Perform a fuzzy match on the page title when searchingTim Ledbetter
2023-05-29WebP/Lossy: Implement macroblock coefficient decodingNico Weber
2023-05-29WebP/Lossy: Add static data needed for decoding coefficientsNico Weber
2023-05-29LibWeb: Update workarounds for fetching CORS cross-origin responsesTimothy Flynn
2023-05-29LibWeb: Handover the fetch response's internal body data upon completionTimothy Flynn
2023-05-29LibWeb: Remove Layout::TableBoxAliaksandr Kalenik
2023-05-29watch: Avoid overflow for large interval valuesTim Ledbetter
2023-05-29userdel: Removal of files does not require creation rightsBen Wiederhake
2023-05-29AudioApplet: Read and apply config value only onceBen Wiederhake
2023-05-29AudioApplet: Store default config value in a single placeBen Wiederhake
2023-05-29FileSystemAccessServer: Don't transmit unused dataBen Wiederhake
2023-05-29LibWeb: Only update style for the element being animated by CSSAndreas Kling
2023-05-29LibWeb: Respect the CSS animation-direction property for animationsAli Mohammad Pur
2023-05-29LibWeb: Respect the animation-fill-mode CSS propertyAli Mohammad Pur
2023-05-29LibWeb: Make sure finished animations are not restartedAli Mohammad Pur
2023-05-29LibWeb: Add preliminary support for CSS animationsAli Mohammad Pur
2023-05-29LibWeb: Add CSS::Time::to_milliseconds()Ali Mohammad Pur
2023-05-29LibWeb: Keep track of CSS property source declarationsAli Mohammad Pur
2023-05-29LibWeb: Add CSS CompositeStyleValueAli Mohammad Pur
2023-05-29LibWeb: Visit CSS block tokens for var() tokens as wellAli Mohammad Pur
2023-05-29LibWeb: Allow '0' as a CSS dimension valueAli Mohammad Pur
2023-05-29Ladybird+Browser: Add a 'Dump All Resolved Styles' debug optionAli Mohammad Pur
2023-05-28headless-browser: Disable content filtering when running testsAndreas Kling
2023-05-28headless-browser: Print a diff when a test failure occursAndreas Kling
2023-05-28WebContent+headless-browser: Use document.body.innerText for text testsAndreas Kling
2023-05-28LibWeb: Use HashMap instead of Vector to store grid areas in GFCAliaksandr Kalenik
2023-05-28LibGUI: Fix crooked close button on active tabs in the TabWidgetKarol Kosek
2023-05-28LibWeb: Wrap child text sequences of grid container in anonymous blocksAliaksandr Kalenik
2023-05-28LibWeb: Treat unresolvable percentages as auto to resolve sizes in GFCAliaksandr Kalenik
2023-05-28LibWeb: Support reverse flex layout with space-around/space-betweenAndreas Kling
2023-05-28WebP/Lossy: It's 'macroblock', not 'metablock'Nico Weber
2023-05-28LibWeb: Add missing check in CrossOriginGetOwnPropertyHelperAndi Gallo
2023-05-28LibTest: Use the 16 standard ANSI colors in status outputDaniel Bertalan