Callum Law
|
b86377b9dc
|
LibWeb: Clamp CSS <integer> value to i32 at parse time
This matches the behavior of other browsers. Previously we implemented
this at used-value time for z-index specifically.
|
2026-03-26 12:30:01 +01:00 |
|
Callum Law
|
0e8956ee30
|
LibWeb: Round up on half when rounding to nearest integer in CSS
|
2026-03-26 12:30:01 +01:00 |
|
Tim Ledbetter
|
17ee0e3a19
|
LibWeb: Use StringBuilder when serializing more CSS types
|
2026-01-09 10:00:58 +01:00 |
|
Callum Law
|
bc2ca96f50
|
LibWeb: Make signature of CSS::{Percentage,Number}::to_string consistent
By making this consistent with the other numeric data type classes we
can simplify cases where we are dealing with variants containing these
types.
|
2025-08-11 17:10:04 +01:00 |
|
Timothy Flynn
|
7280ed6312
|
Meta: Enforce newlines around namespaces
This has come up several times during code review, so let's just enforce
it using a new clang-format 20 option.
|
2025-05-14 02:01:59 -06:00 |
|
Sam Atkins
|
46b9497a66
|
LibWeb/CSS: Make non-finite Numbers serialize as themselves
We're required to serialize NaN, infinity, and -infinity as their
keyword names, even after they've been converted to Numbers.
|
2025-01-30 19:31:54 +01:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|