index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-05-31
LibWeb: Allow calculated values in transform
stelar7
2023-05-31
LibWeb: Lazy evaluate optional to avoid crash
stelar7
2023-05-31
LibWeb: Serialize Resolution according to spec
stelar7
2023-05-31
LibWeb: Serialize Frequency according to spec
stelar7
2023-05-31
LibWeb: Serialize Angle according to spec
stelar7
2023-05-31
LibWeb: Serialize Time according to spec
stelar7
2023-05-30
LibWeb: Render svg-as-image with 1:1 scaling factor
Simon Wanner
2023-05-30
LibWeb: Add `Page::has_ongoing_navigation()`
Aliaksandr Kalenik
2023-05-30
LibWeb/WebDriver: Support resolve with callback in execute_async_script
Aliaksandr Kalenik
2023-05-30
LibWeb: Make 'optional BufferSource' IDL arguments actually optional
Ali Mohammad Pur
2023-05-30
LibWeb: Set margin, padding and border for replaced boxes
Andi Gallo
2023-05-30
LibWeb: Make font selection closer to specification
Andi Gallo
2023-05-30
LibWeb: Adjust change event timing for input elements
stelar7
2023-05-30
LibJS: Align MathObject::atan closer to spec
Shannon Booth
2023-05-30
LibJS: Add spec comments to MathObject::atan
Shannon Booth
2023-05-30
WebP/Lossy: Tweak some comments
Nico Weber
2023-05-30
WebP/Lossy: Check that file contains enough data for first partition
Nico Weber
2023-05-30
LibWeb: Add support for parsing 'inset' shorthand CSS property
FalseHonesty
2023-05-30
LibWeb: Restore protection against empty HTMLImageElement resources
Timothy Flynn
2023-05-29
LibWeb: Output names of inner table boxes in layout dump
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableCellBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableRowBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableRowGroupBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Support `min-content` for `width`, `min-width` and `max-width`
Andreas Kling
2023-05-29
LibWeb: Support `max-content` for `width`, `min-width` and `max-width`
Andreas Kling
2023-05-29
WebP/Lossy: Implement prediction and inverse DCT
Nico Weber
2023-05-29
WebP/Lossy: Add function for inverse 4x4 DCT from spec
Nico Weber
2023-05-29
LibGUI: Allow FilteringProxyModel to optionally sort results by score
Tim Ledbetter
2023-05-29
WebP/Lossy: Implement macroblock coefficient decoding
Nico Weber
2023-05-29
WebP/Lossy: Add static data needed for decoding coefficients
Nico Weber
2023-05-29
LibWeb: Update workarounds for fetching CORS cross-origin responses
Timothy Flynn
2023-05-29
LibWeb: Handover the fetch response's internal body data upon completion
Timothy Flynn
2023-05-29
LibWeb: Remove Layout::TableBox
Aliaksandr Kalenik
2023-05-29
FileSystemAccessServer: Don't transmit unused data
Ben Wiederhake
2023-05-29
LibWeb: Only update style for the element being animated by CSS
Andreas Kling
2023-05-29
LibWeb: Respect the CSS animation-direction property for animations
Ali Mohammad Pur
2023-05-29
LibWeb: Respect the animation-fill-mode CSS property
Ali Mohammad Pur
2023-05-29
LibWeb: Make sure finished animations are not restarted
Ali Mohammad Pur
2023-05-29
LibWeb: Add preliminary support for CSS animations
Ali Mohammad Pur
2023-05-29
LibWeb: Add CSS::Time::to_milliseconds()
Ali Mohammad Pur
2023-05-29
LibWeb: Keep track of CSS property source declarations
Ali Mohammad Pur
2023-05-29
LibWeb: Add CSS CompositeStyleValue
Ali Mohammad Pur
2023-05-29
LibWeb: Visit CSS block tokens for var() tokens as well
Ali Mohammad Pur
2023-05-29
LibWeb: Allow '0' as a CSS dimension value
Ali Mohammad Pur
2023-05-28
LibWeb: Use HashMap instead of Vector to store grid areas in GFC
Aliaksandr Kalenik
2023-05-28
LibGUI: Fix crooked close button on active tabs in the TabWidget
Karol Kosek
2023-05-28
LibWeb: Wrap child text sequences of grid container in anonymous blocks
Aliaksandr Kalenik
2023-05-28
LibWeb: Treat unresolvable percentages as auto to resolve sizes in GFC
Aliaksandr Kalenik
2023-05-28
LibWeb: Support reverse flex layout with space-around/space-between
Andreas Kling
2023-05-28
WebP/Lossy: It's 'macroblock', not 'metablock'
Nico Weber
[next]