Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 年之前 |
Andreas Kling
|
23569f8690
LibWeb: Allow fractional font sizes in CSS
|
1 年之前 |
Sam Atkins
|
ff02de4ad0
LibWeb: Serialize StringStyleValue with quotes
|
1 年之前 |
Sam Atkins
|
f7209fb9d4
LibWeb: Implement `font-size: math`
|
1 年之前 |
Sam Atkins
|
6476dea898
LibWeb: Implement the `math-depth` CSS property
|
1 年之前 |
Sam Atkins
|
f3124c492b
LibWeb: Add `display: math`
|
1 年之前 |
Sam Atkins
|
125d161b3f
LibWeb: Move `<display-foo>` definitions into Enums.json
|
1 年之前 |
Zaggy1024
|
0e78037c68
LibWeb: Use fractions to calculate font absolute size mappings
|
1 年之前 |
Zaggy1024
|
c9849aeadd
LibWeb: Use a switch instead of `HashMap` to get absolute size mappings
|
1 年之前 |
Andreas Kling
|
4da1f4e836
LibWeb: Make FontPlugin::generic_font_name() return FlyString
|
1 年之前 |
Andreas Kling
|
13db3c5ce0
LibGfx: Convert FontDatabase APIs to use FlyString
|
1 年之前 |
Sam Atkins
|
7d10484660
LibWeb: Move UnresolvedStyleValue resolution into the CSS Parser
|
1 年之前 |
Sam Atkins
|
cab8b3e180
LibWeb: Move a FIXME comment where it belongs
|
1 年之前 |
Sam Atkins
|
733ad57f39
LibWeb: Expose Parser::Function name as FlyString const&
|
1 年之前 |
Andreas Kling
|
e013306df8
LibWeb: Allow font-size: 0
|
1 年之前 |
Andreas Kling
|
d54cd23615
LibWeb: Never blockify HTML <br> elements
|
1 年之前 |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
1 年之前 |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 年之前 |
Sam Atkins
|
240ec9aeed
LibWeb: Treat invalid StyleValues that included var() as `unset`
|
1 年之前 |
Andreas Kling
|
13e2ca6b59
LibWeb: Parse `src: local(...)` in CSS @font-face rules
|
1 年之前 |
Andreas Kling
|
e924ea002f
LibWeb: Add Referer HTTP header to CSS font requests
|
1 年之前 |
Andreas Kling
|
418f9ceadd
LibWeb: Invalidate font cache when web fonts are downloaded
|
1 年之前 |
Andreas Kling
|
7cd975268c
LibWeb: Use Gfx::FontDatabase::for_each_typeface_with_family_name()
|
1 年之前 |
Sam Atkins
|
6dcd8d4a2c
LibWeb: Add support for "User" CascadeOrigin
|
1 年之前 |
Sam Atkins
|
7fe97ee6c5
LibWeb: Make StyleValue::to_string() infallible
|
1 年之前 |
Sam Atkins
|
a48b2c1c66
LibWeb: Fill in missing kinds of calc() expansion in StyleComputer
|
1 年之前 |
Sam Atkins
|
eca144a75e
LibWeb: Make absolutizing StyleValues infallible
|
1 年之前 |
Sam Atkins
|
28c2836c24
LibWeb: Make external StyleValue-parsing methods infallible
|
1 年之前 |
Sam Atkins
|
8a8cc18cf4
LibWeb: Make StyleValue constructors infallible
|
1 年之前 |
Andreas Kling
|
10020ba182
LibWeb: Don't override computed font-weight with value from used font
|
1 年之前 |