Sam Atkins
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
3 tahun lalu |
Andreas Kling
|
a8afb883c1
LibWeb: Implement CSS declaration block's "updating flag"
|
3 tahun lalu |
Andreas Kling
|
07a3002d39
LibWeb: Bring Element.client{Left,Top} closer to spec
|
3 tahun lalu |
Andreas Kling
|
25f6d2e2ab
LibWeb: Update layout in Element.getBoundingClientRect()
|
3 tahun lalu |
Andreas Kling
|
bb17f74fb1
LibWeb: Bring Element.client{Width,Height} closer to spec
|
3 tahun lalu |
Simon Wanner
|
b19e134999
LibWeb: Invalidate layout after the computed font changes
|
3 tahun lalu |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 tahun lalu |
Elisée Maurer
|
34db0dab41
LibWeb: Implement Element.toggleAttribute()
|
3 tahun lalu |
Andreas Kling
|
427beb97b5
LibWeb: Streamline how inline CSS style declarations are constructed
|
3 tahun lalu |
Sam Atkins
|
da1a819858
LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute()
|
3 tahun lalu |
Linus Groh
|
3cb7c463a7
LibWeb: Convert Element to use TRY for error propagation
|
3 tahun lalu |
Andreas Kling
|
8c88ee1165
LibWeb: Only invalidate stacking context tree for opacity/z-index change
|
3 tahun lalu |
Andreas Kling
|
2b7775118d
LibWeb: Clear element.style when the "style" attribute is removed
|
3 tahun lalu |
Andreas Kling
|
3b037726e9
LibWeb: Invalidate layout after setting Element.innerHTML
|
3 tahun lalu |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 tahun lalu |
Andreas Kling
|
d71b0e4638
LibWeb: Don't discard update_style_recursively() return value
|
3 tahun lalu |
Andreas Kling
|
f1711a562a
LibWeb: Avoid layout invalidation for some CSS property changes
|
3 tahun lalu |
Andreas Kling
|
28721874e8
LibWeb: Schedule a relayout after setting Element.innerHTML
|
3 tahun lalu |
Andreas Kling
|
b1096c2ae4
LibWeb: Make Element::set_shadow_root() disconnect any previous root
|
3 tahun lalu |
Andreas Kling
|
e31fe3eeb8
LibWeb: Rename Element::specified_css_values() => computed_css_values()
|
3 tahun lalu |
Andreas Kling
|
43ef813f3d
LibWeb: Rename Element::computed_style() to resolved_css_values()
|
3 tahun lalu |
Andreas Kling
|
a033dfc885
LibWeb: Actually connect ShadowRoot to its host element
|
3 tahun lalu |
Andreas Kling
|
201afb50c7
LibWeb: Make Element::recompute_style() really compare properties
|
3 tahun lalu |
Andreas Kling
|
ba606d9057
LibWeb: Move PaintingBox to its own .cpp and .h files
|
3 tahun lalu |
Andreas Kling
|
9461e44afa
LibWeb: Use Layout::Box::paint_box() accessor in more places
|
3 tahun lalu |
Andreas Kling
|
f6497b64ac
LibWeb: Rename Painting::Box => Paintable
|
3 tahun lalu |
Andreas Kling
|
a4d51b3dc2
LibWeb: Add Painting::Box and move things from Layout::Box into it
|
3 tahun lalu |
Sam Atkins
|
6de2b62906
LibWeb: Display pseudo-elements in the DOM inspector
|
3 tahun lalu |
Andreas Kling
|
6499cf4d28
LibWeb: Always relayout document on element style change
|
3 tahun lalu |
networkException
|
3e7869d57d
LibWeb: Remove outdated FIXME comment in Namespaces validate_and_extract
|
3 tahun lalu |