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-01-24
LibWeb: Propagate more StringBuilder errors in from StyleValues
MacDue
2023-01-24
LibWeb: Remove some unchecked .value() calls in StyleValue
MacDue
2023-01-22
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
Timothy Flynn
2023-01-21
LibWeb: Parse `grid-area` CSS property
martinfalisse
2023-01-21
LibWeb: Parse `grid-template-areas` CSS property
martinfalisse
2023-01-21
LibWeb: Parse min and max-content
martinfalisse
2023-01-21
LibWeb: Use String class in certain CSS Grid classes
martinfalisse
2023-01-17
LibWeb: Support display inline-table
Aliaksandr Kalenik
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-14
LibWeb: Use failable StringBuilder methods in StyleValue
MacDue
2023-01-14
LibWeb: Remove some unnecessary .release_value()s in StyleValue
MacDue
2023-01-13
LibWeb: Fix more ignored .to_string() errors in StyleValue
MacDue
2023-01-12
LibWeb: Fix ignored .to_string() errors in StyleValue
MacDue
2023-01-10
LibWeb: Move passing of Web object prototypes out of constructors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-05
LibWeb: Use CSS Pixels for viewport rects
Sam Atkins
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Replace all px Length creation with Length::make_px(CSSPixels)
Sam Atkins
2023-01-05
LibWeb: Convert AbstractImageStyleValue to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert Layout::Node to new pixel units
Sam Atkins
2023-01-05
LibWeb: Create CSS::Sizes from CSSPixels
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2023-01-04
Everywhere: Remove some redundant `inline` keywords
Nico Weber
2023-01-04
LibWeb: Add spec-mandated rules for embedded content to Default.css
implicitfield
2023-01-04
LibWeb: Support "start" and "end" values for justify-content
implicitfield
2023-01-03
LibWeb: Parse `border-collapse` property for HTML table
martinfalisse
2023-01-03
LibWeb: CSS don't set resolve-failures (var/attr)
Vetrox
2023-01-01
LibWeb: Allow use of calculated property for line-height
martinfalisse
2022-12-31
LibWeb: Mark the border-style properties as layout affecting
Luke Wilde
2022-12-21
LibGfx: Rename TTF/TrueType to OpenType
Andreas Kling
2022-12-20
LibWeb: Fix passing size/position to paint_radial_gradient()
MacDue
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibWeb: Convert gradient painting to new pixel units
Sam Atkins
2022-12-11
LibWeb: Support `calc()` values in `background-position`
MacDue
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-10
LibWeb: Allow creating Lengths from CSSPixels
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Make Page aware of the display scale
Sam Atkins
2022-12-10
LibWeb: Remove unused StyleProperties::length_or_fallback function
Karol Kosek
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-07
Meta+Userland: Pass Gfx::FloatSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
LibWeb: Support `repeating-radial-gradient()`s
MacDue
2022-12-02
LibWeb: Add null checks before derefencing Bitmaps in ImageStyleValue
Marco Cutecchia
2022-12-01
LibWeb: Support displaying HTMLInputElement placeholder values
Timothy Flynn
2022-12-01
LibWeb: Ensure the number of pseudo elements stays up-to-date
Timothy Flynn
2022-11-30
LibWeb: Handle <relative-size> values in the `font-size` CSS property
Mateusz Górzyński
[next]