Timothy Flynn
|
fa49de8956
|
LibWeb: Do not mark CSSFontFeatureValuesMap::map_entries as virtual
This is a final class, and thus this cannot be overridden. Caught by
clang 21.
|
2026-02-17 15:18:46 +01:00 |
|
Timothy Flynn
|
2387f633ec
|
LibWeb: Initialize plain member in CSSFontFeatureValuesMap
We should always be in the habit of initializing plain types. Let's not
open ourselves up to UB.
|
2026-02-17 15:18:46 +01:00 |
|
Callum Law
|
784911fb6d
|
LibWeb: Implement CSSFontFeatureValuesRule
|
2026-02-17 12:25:27 +00:00 |
|
Callum Law
|
fcdc05a4ee
|
LibWeb: Implement CSSFontFeatureValuesMap
This will be used within `CSSFontFeatureValuesRule`
|
2026-02-17 12:25:27 +00:00 |
|