Andreas Kling
|
38b2cba6a2
LibWeb: Honor font-weight and font-style when using downloaded fonts
|
2 yıl önce |
Andreas Kling
|
fb722e69f3
LibWeb: Resolve CSS custom properties on pseudo elements
|
2 yıl önce |
Andreas Kling
|
3f4de06fc2
LibWeb: Cache the root element font metrics when calculating them
|
2 yıl önce |
Sam Atkins
|
d732a83de8
LibWeb: Propagate errors from absolutizing StyleValues
|
2 yıl önce |
Sam Atkins
|
3c171593f8
LibWeb: Merge StyleComputer root-element font-metric calculation methods
|
2 yıl önce |
Andreas Kling
|
620a34a463
LibWeb: Don't apply element inline style to associated pseudo elements
|
2 yıl önce |
Simon Wanner
|
554c4af90f
LibWeb: Add support for the lh and rlh length units
|
2 yıl önce |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 yıl önce |
Andreas Kling
|
c598c092c2
LibWeb: Actually instantiate ::before/::after pseudo elements when found
|
2 yıl önce |
Andreas Kling
|
3e970540b4
LibWeb: Don't compute full style for ::before/::after unless matched
|
2 yıl önce |
Andreas Kling
|
4bfdc4db17
LibWeb: Make CSS rule cache smarter about pseudo elements
|
2 yıl önce |
Andreas Kling
|
72569bca1c
LibWeb: Implement the CSS rule cache optimization for UA style as well
|
2 yıl önce |
Andreas Kling
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 yıl önce |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 yıl önce |
Sam Atkins
|
6cc5e09c71
LibWeb: Port StyleComputer to new Strings
|
2 yıl önce |
Sam Atkins
|
1c77867c78
LibWeb: Port FontCache to new Strings
|
2 yıl önce |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 yıl önce |
Sam Atkins
|
4084c66ad2
LibWeb: Use CSS Pixels for viewport rects
|
2 yıl önce |
Sam Atkins
|
8cc0bdf777
LibWeb: Resolve Lengths to CSSPixels
|
2 yıl önce |
Thomas Queiroz
|
eacfcac932
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
|
2 yıl önce |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 yıl önce |
Andreas Kling
|
ab9aa9da0d
LibWeb: Do CSS var() expansion in a separate pass
|
2 yıl önce |
Sam Atkins
|
54be317fa9
LibWeb: Use TokenStreams when expanding unresolved CSS values
|
2 yıl önce |
Andreas Kling
|
12042f0757
LibWeb: Make CSSRule and all its subclasses GC-allocated
|
2 yıl önce |
Sam Atkins
|
fff2c35f51
LibWeb: Move ComponentValue to CSS::Parser namespace
|
3 yıl önce |
Andreas Kling
|
6e70670e0b
LibWeb: Load fonts from style sheet once when sheet is added
|
3 yıl önce |
Sam Atkins
|
8b538b1578
LibWeb: Rename StyleComponentValueRule -> ComponentValue
|
3 yıl önce |
Andreas Kling
|
1f9aed2617
LibWeb: Load and use fonts described by @font-face rules :^)
|
3 yıl önce |
Andreas Kling
|
aa45cdf71d
LibWeb: Give StyleComputer a helper for getting the current viewport
|
3 yıl önce |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 yıl önce |