Andreas Kling
|
0176d42f49
LibWeb: Make DOMTokenList GC-allocated
|
2 rokov pred |
Andreas Kling
|
a56b3f9862
LibWeb: Make NamedNodeMap GC-allocated
|
2 rokov pred |
Andreas Kling
|
72bacba97b
LibWeb: Make CSSStyleDeclaration GC-allocated
|
2 rokov pred |
martinfalisse
|
e4c5799026
LibWeb: Add GridFormattingContext
|
2 rokov pred |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 rokov pred |
Itamar
|
9498555256
LibWeb: Trigger a relayout after setting Element.innerHTML
|
3 rokov pred |
Sam Atkins
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
3 rokov pred |
Andreas Kling
|
a8afb883c1
LibWeb: Implement CSS declaration block's "updating flag"
|
3 rokov pred |
Andreas Kling
|
07a3002d39
LibWeb: Bring Element.client{Left,Top} closer to spec
|
3 rokov pred |
Andreas Kling
|
25f6d2e2ab
LibWeb: Update layout in Element.getBoundingClientRect()
|
3 rokov pred |
Andreas Kling
|
bb17f74fb1
LibWeb: Bring Element.client{Width,Height} closer to spec
|
3 rokov pred |
Simon Wanner
|
b19e134999
LibWeb: Invalidate layout after the computed font changes
|
3 rokov pred |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 rokov pred |
Elisée Maurer
|
34db0dab41
LibWeb: Implement Element.toggleAttribute()
|
3 rokov pred |
Andreas Kling
|
427beb97b5
LibWeb: Streamline how inline CSS style declarations are constructed
|
3 rokov pred |
Sam Atkins
|
da1a819858
LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute()
|
3 rokov pred |
Linus Groh
|
3cb7c463a7
LibWeb: Convert Element to use TRY for error propagation
|
3 rokov pred |
Andreas Kling
|
8c88ee1165
LibWeb: Only invalidate stacking context tree for opacity/z-index change
|
3 rokov pred |
Andreas Kling
|
2b7775118d
LibWeb: Clear element.style when the "style" attribute is removed
|
3 rokov pred |
Andreas Kling
|
3b037726e9
LibWeb: Invalidate layout after setting Element.innerHTML
|
3 rokov pred |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 rokov pred |
Andreas Kling
|
d71b0e4638
LibWeb: Don't discard update_style_recursively() return value
|
3 rokov pred |
Andreas Kling
|
f1711a562a
LibWeb: Avoid layout invalidation for some CSS property changes
|
3 rokov pred |
Andreas Kling
|
28721874e8
LibWeb: Schedule a relayout after setting Element.innerHTML
|
3 rokov pred |
Andreas Kling
|
b1096c2ae4
LibWeb: Make Element::set_shadow_root() disconnect any previous root
|
3 rokov pred |
Andreas Kling
|
e31fe3eeb8
LibWeb: Rename Element::specified_css_values() => computed_css_values()
|
3 rokov pred |
Andreas Kling
|
43ef813f3d
LibWeb: Rename Element::computed_style() to resolved_css_values()
|
3 rokov pred |
Andreas Kling
|
a033dfc885
LibWeb: Actually connect ShadowRoot to its host element
|
3 rokov pred |
Andreas Kling
|
201afb50c7
LibWeb: Make Element::recompute_style() really compare properties
|
3 rokov pred |
Andreas Kling
|
ba606d9057
LibWeb: Move PaintingBox to its own .cpp and .h files
|
3 rokov pred |