Age | Commit message (Expand) | Author |
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 |
2023-03-25 | LibWeb: Split TransformationStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split TextDecorationStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split StringStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ShadowStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ResolutionStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split PositionStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split OverflowStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split NumericStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ListStyleStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split LengthStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split InitialStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split InheritStyleValue out of StyleValue.{h,cpp} | Sam Atkins |