Age | Commit message (Expand) | Author |
2023-04-19 | LibWeb: Simplify StyleValue API now that `auto` isn't a length | Sam Atkins |
2023-04-19 | LibWeb: Verify we don't accidentally create an `auto` LengthStyleValue | Sam Atkins |
2023-04-19 | LibWeb: Stop creating `auto` LengthStyleValue for resolved style | Sam Atkins |
2023-04-19 | LibWeb: Stop parsing `auto` as a Length | Sam Atkins |
2023-04-19 | LibWeb: Check flex longhands first when parsing flex shorthand | Sam Atkins |
2023-04-19 | LibWeb: Properly handle `auto` in StyleProperties::length_percentage() | Sam Atkins |
2023-04-19 | LibWeb: Properly handle `auto` when parsing `background-size` | Sam Atkins |
2023-04-19 | LibWeb: Fix broken handling of `flex: <flex-grow>` shorthand | Andreas Kling |
2023-04-14 | LibWeb: Resolve more background-related properties | Karol Kosek |
2023-04-13 | LibWeb: Reimplement CalculatedStyleValue as a calculation node tree | Sam Atkins |
2023-04-13 | LibWeb: Expose type and raw values of basic CSS types | Sam Atkins |
2023-04-13 | LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^) | Sam Atkins |
2023-04-13 | LibWeb: Move StyleValue::absolutized() back where it belongs | Sam Atkins |
2023-04-09 | Everywhere: Remove unused DeprecatedString includes | Ben Wiederhake |
2023-04-09 | LibWeb: Port EventTarget to new {Fly}String | Kenneth Myhra |
2023-04-07 | LibWeb: Port {Mouse,UI,Wheel,}Event to new String | Kenneth Myhra |
2023-04-06 | LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String | Kenneth Myhra |
2023-04-06 | LibWeb: Implement the `:defined` pseudo class | Luke Wilde |
2023-04-03 | LibWeb: Expand background-position layers into x/y position lists | MacDue |
2023-04-03 | LibWeb: Add getter for separator to StyleValueList | MacDue |
2023-04-03 | LibWeb: Parse and plumb background-position-x/y | MacDue |
2023-04-03 | LibWeb: Add EdgeStyleValue | MacDue |
2023-04-03 | LibWeb: Add longhand properties for background-position | MacDue |
2023-04-02 | LibWeb: Don't apply presentational hints to associated pseudo elements | Andreas Kling |
2023-04-02 | LibWeb: Don't apply element inline style to associated pseudo elements | Andreas Kling |
2023-03-30 | LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-30 | LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp} | Sam Atkins |
2023-03-30 | LibWeb: Make `absolutized_length()` helper a Length method | Sam Atkins |
2023-03-30 | LibWeb: Move to_gfx_scaling_mode() helper | Sam Atkins |
2023-03-30 | LibWeb: Move PositionValue into its own files | Sam Atkins |
2023-03-30 | LibWeb: Move CSS::EdgeRect into its own files | Sam Atkins |
2023-03-30 | LibWeb: Move BackgroundSize enum to ComputedValues.h | Sam Atkins |
2023-03-30 | LibWeb: Move FlexBasis enum to ComputedValues.h | Sam Atkins |
2023-03-30 | LibWeb: Remove CalculatedStyleValue from Length | Sam Atkins |
2023-03-30 | LibWeb: Let CSS::Size contain a CalculatedStyleValue | Sam Atkins |
2023-03-30 | LibWeb: Remove CalculatedStyleValue from Time | Sam Atkins |
2023-03-30 | LibWeb: Remove CalculatedStyleValue from Frequency | Sam Atkins |
2023-03-30 | LibWeb: Remove CalculatedStyleValue from Angle | Sam Atkins |
2023-03-30 | LibWeb: Introduce CalculatedOr type | Sam Atkins |
2023-03-30 | LibWeb: Actually visit rules and media queries in imported style sheets | Andreas Kling |
2023-03-30 | LibWeb: Don't re-sort StyleSheetList on every new sheet insertion | Andreas Kling |
2023-03-29 | LibWeb: Parse Element.style url functions relative to the document | Luke Wilde |
2023-03-28 | LibWeb: Declare defaulted style value comparision operators inline | Andrew Kaster |
2023-03-27 | LibWeb: Stop returning the left padding for resolved padding-bottom | Sam Atkins |
2023-03-25 | LibWeb: Remove now-unused includes from StyleValue.cpp | Sam Atkins |
2023-03-25 | LibWeb: Split StyleValueList out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split RectStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split UnsetStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split UnresolvedStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split TimeStyleValue out of StyleValue.{h,cpp} | Sam Atkins |