Aliaksandr Kalenik
|
a9d5a99568
LibGfx+LibWeb: Replace remaining OpenType implementation with Skia
|
10 月之前 |
Aliaksandr Kalenik
|
db74244fb2
LibWeb: Read header to check if a blob without mime type is WOFF/WOFF2
|
10 月之前 |
Sam Atkins
|
49b2eb5f51
LibWeb: Add Document::get_style_sheet_source()
|
10 月之前 |
Sam Atkins
|
8cbc211616
Meta: Make embed_as_string_view.py produce Strings instead
|
10 月之前 |
Sam Atkins
|
c29f4f69ef
LibWeb: Rename Document::for_each_css_style_sheet for clarity
|
10 月之前 |
Sam Atkins
|
3af6a69f1e
LibWeb: Introduce color-function-specific style values
|
10 月之前 |
Sam Atkins
|
37ea4e3b5f
LibWeb: Rename CSSColorValue::create() to create_from_color()
|
10 月之前 |
Sam Atkins
|
4e48afd9a7
LibWeb: Store ShadowStyleValue's color as a StyleValue
|
10 月之前 |
Sam Atkins
|
581d00293c
LibWeb: Rename ColorStyleValue -> CSSColorValue
|
10 月之前 |
Sam Atkins
|
f518811f73
LibWeb: Use CSSKeywordValue for CSS-wide keywords
|
10 月之前 |
Sam Atkins
|
6a74b01644
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
10 月之前 |
Sam Atkins
|
9559f0f123
LibWeb: Rename IdentifierStyleValue -> CSSKeywordValue
|
10 月之前 |
Sam Atkins
|
0e3487b9ab
LibWeb: Rename StyleValue -> CSSStyleValue
|
10 月之前 |
Andreas Kling
|
a10610a1ca
LibWeb: Don't crash on CSS `all: revert`
|
11 月之前 |
Andreas Kling
|
b42b7c8dd0
LibWeb: Use bitmaps for important/inherited bits in StyleProperties
|
11 月之前 |
Andreas Kling
|
c288bfb404
LibWeb: Only remember source CSSStyleDeclaration for animation-name
|
11 月之前 |
Aliaksandr Kalenik
|
4049cce40c
LibWeb: Add slots for pseudo-elements animation cache in Animatable
|
11 月之前 |
Andreas Kling
|
4c326fc5f6
LibWeb: Implement :host and :host(<compound-selector>) selector matching
|
11 月之前 |
Aliaksandr Kalenik
|
2ead999f2b
LibGfx+LibWeb: Remove typeface classes for WOFF fonts
|
11 月之前 |
Sam Atkins
|
9fb44cb057
LibWeb/CSS: Make StringStyleValue hold a FlyString
|
11 月之前 |
Colin Reeder
|
5c315b532e
LibWeb: Add more legacy -webkit- aliases
|
1 年之前 |
Aliaksandr Kalenik
|
c09b5b8df0
LibGfx+LibWeb: Rename Gfx::WOFF2::Font to Gfx::WOFF2::Typeface
|
1 年之前 |
Aliaksandr Kalenik
|
1d2e559e13
LibGfx+LibWeb: Rename Gfx::WOFF::Font to Gfx::WOFF::Typeface
|
1 年之前 |
Aliaksandr Kalenik
|
2f515827c0
Everywhere: Rename Gfx::OpenType::Font to Gfx::OpenType::Typeface
|
1 年之前 |
Colin Reeder
|
d427344f39
LibWeb: Handle inline-start and inline-end as float values
|
1 年之前 |
Aliaksandr Kalenik
|
d5926a3231
LibGfx+LibWeb: Rename Gfx::VectorFont to Gfx::Typeface
|
1 年之前 |
Aliaksandr Kalenik
|
e2726ce8e4
LibGfx+LibWeb: Remove Gfx::Typeface
|
1 年之前 |
Matthew Olsson
|
7950992fc2
LibWeb: Remove TimingFunction in favor of EasingStyleValue::Function
|
1 年之前 |
Matthew Olsson
|
667e313731
LibWeb: Parse easing values manually
|
1 年之前 |
Andreas Kling
|
7f2c833a39
LibWeb: Implement CSSKeyframesRule.cssRuleList
|
1 年之前 |