summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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: Add `Page::has_ongoing_navigation()`Aliaksandr Kalenik
2023-05-30LibWeb/WebDriver: Support resolve with callback in execute_async_scriptAliaksandr Kalenik
2023-05-30LibWeb: Make 'optional BufferSource' IDL arguments actually optionalAli Mohammad Pur
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: 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-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-29LibGUI: Allow FilteringProxyModel to optionally sort results by scoreTim 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-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-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