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
/
LibWeb
/
CSS
Age
Commit message (
Expand
)
Author
2023-05-25
LibWeb: Implement smarter CSS StyleValue parsing
Sam Atkins
2023-05-25
LibWeb: Cache initial property values when parsing `background`
Sam Atkins
2023-05-25
LibWeb: Teach the CSS parser about extra color keywords
Sam Atkins
2023-05-25
LibWeb: Make `property_id_from_string()` return Optional
Sam Atkins
2023-05-25
LibWeb: Make `value_id_from_string()` return Optional
Sam Atkins
2023-05-25
LibWeb: Fill in some missing property data and bodge extra types
Sam Atkins
2023-05-25
LibWeb: Remove "Invalid" StyleValue type
Sam Atkins
2023-05-24
LibWeb: Stop aggressively quantizing font-weight values
Andreas Kling
2023-05-24
LibWeb: Include weight and style in CSSFontFaceRule serialization
Andreas Kling
2023-05-24
LibWeb: Honor font-weight and font-style when using downloaded fonts
Andreas Kling
2023-05-24
LibWeb: Parse font-weight and font-style inside @font-face rules
Andreas Kling
2023-05-24
LibWeb: Move resolution of font weights and slopes to StyleValue
Andreas Kling
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-24
LibWeb: Honor the font-size even if the font-family is not found
Andreas Kling
2023-05-24
LibWeb: Resolve CSS variables if present in SVG presentation attributes
Andreas Kling
2023-05-23
LibWeb: Reject invalid tokens in `calc()` expressions
Sam Atkins
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-22
LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rows
Aliaksandr Kalenik
2023-05-22
LibWeb: Check if line name is present in GridTrackSizeList::to_string()
Aliaksandr Kalenik
2023-05-21
LibWeb+LibJS: Don't lazily construct web prototypes in cell constructors
Andreas Kling
2023-05-20
LibWeb: Implement SVG opacity properties
MacDue
2023-05-19
LibWeb: Use box sampling instead of bilinear scaling when downscaling
Jelle Raaijmakers
2023-05-19
Revert "LibWeb: Use box sampling instead of bilinear scaling when downscaling"
Andreas Kling
2023-05-19
LibWeb: Use box sampling instead of bilinear scaling when downscaling
Jelle Raaijmakers
2023-05-18
LibWeb: Remove unitless-length quirk from properties that don't need it
Sam Atkins
2023-05-17
LibWeb: Resolve CSS custom properties on pseudo elements
Andreas Kling
2023-05-17
LibWeb: Rename flexible_length to flex_factor in GridSize
Aliaksandr Kalenik
2023-05-17
LibWeb: Support flex-basis: calc(...)
Andreas Kling
2023-05-17
LibWeb: Fix off-by-one in CSS calc() "negate" operation
Andreas Kling
2023-05-15
LibWeb: Basic support for CSS `text-indent: <length-percentage>`
Andreas Kling
2023-05-14
LibWeb: Change implicit background-size height to auto
Rimvydas Naktinis
2023-05-13
LibWeb: Add a class to represent the "source set" concept from HTML
Andreas Kling
2023-05-13
LibWeb: Make PercentageOr<T> equality comparison work for calc() values
Andreas Kling
2023-05-11
LibWeb: Parse calc() function in grid sizes
Aliaksandr Kalenik
2023-05-11
LibWeb: Use LengthPercentage in CSS::GridSize
Aliaksandr Kalenik
2023-05-10
LibWeb: Don't resolve CSS property values for unconnected elements
Andreas Kling
2023-05-10
LibWeb: Handle CSS "color: currentcolor"
Andreas Kling
2023-05-08
LibWeb: Cache the root element font metrics when calculating them
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h
Andreas Kling
2023-05-08
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
Andreas Kling
2023-05-06
LibWeb: Remove weird CSS::Length::resolved() API
Andreas Kling
2023-05-06
LibWeb: Stop using weird resolved() in FilterValueListStyleValue
Andreas Kling
2023-05-06
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
Andreas Kling
2023-05-06
LibWeb: Add to_px() helpers to CSS::Size and CSS::PercentageOr<T>
Andreas Kling
2023-05-06
LibWeb: Put debug spam about unimplemented calc() expansion behind flag
Andreas Kling
2023-05-06
LibWeb: Propagate errors from parse_css_value and property_initial_value
Sam Atkins
2023-05-06
LibWeb: Propagate errors from ResolvedCSSStyleDeclaration
Sam Atkins
2023-05-06
LibWeb: Propagate errors when parsing StyleValues
Sam Atkins
2023-05-06
LibWeb: Propagate errors from absolutizing StyleValues
Sam Atkins
[next]