Linus Groh
|
3cb7c463a7
LibWeb: Convert Element to use TRY for error propagation
|
3 år sedan |
Andreas Kling
|
8c88ee1165
LibWeb: Only invalidate stacking context tree for opacity/z-index change
|
3 år sedan |
Andreas Kling
|
2b7775118d
LibWeb: Clear element.style when the "style" attribute is removed
|
3 år sedan |
Andreas Kling
|
3b037726e9
LibWeb: Invalidate layout after setting Element.innerHTML
|
3 år sedan |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 år sedan |
Andreas Kling
|
d71b0e4638
LibWeb: Don't discard update_style_recursively() return value
|
3 år sedan |
Andreas Kling
|
f1711a562a
LibWeb: Avoid layout invalidation for some CSS property changes
|
3 år sedan |
Andreas Kling
|
28721874e8
LibWeb: Schedule a relayout after setting Element.innerHTML
|
3 år sedan |
Andreas Kling
|
b1096c2ae4
LibWeb: Make Element::set_shadow_root() disconnect any previous root
|
3 år sedan |
Andreas Kling
|
e31fe3eeb8
LibWeb: Rename Element::specified_css_values() => computed_css_values()
|
3 år sedan |
Andreas Kling
|
43ef813f3d
LibWeb: Rename Element::computed_style() to resolved_css_values()
|
3 år sedan |
Andreas Kling
|
a033dfc885
LibWeb: Actually connect ShadowRoot to its host element
|
3 år sedan |
Andreas Kling
|
201afb50c7
LibWeb: Make Element::recompute_style() really compare properties
|
3 år sedan |
Andreas Kling
|
ba606d9057
LibWeb: Move PaintingBox to its own .cpp and .h files
|
3 år sedan |
Andreas Kling
|
9461e44afa
LibWeb: Use Layout::Box::paint_box() accessor in more places
|
3 år sedan |
Andreas Kling
|
f6497b64ac
LibWeb: Rename Painting::Box => Paintable
|
3 år sedan |
Andreas Kling
|
a4d51b3dc2
LibWeb: Add Painting::Box and move things from Layout::Box into it
|
3 år sedan |
Sam Atkins
|
6de2b62906
LibWeb: Display pseudo-elements in the DOM inspector
|
3 år sedan |
Andreas Kling
|
6499cf4d28
LibWeb: Always relayout document on element style change
|
3 år sedan |
networkException
|
3e7869d57d
LibWeb: Remove outdated FIXME comment in Namespaces validate_and_extract
|
3 år sedan |
Andreas Kling
|
7d052250f2
LibWeb: Don't create unwanted layout nodes when recomputing style
|
3 år sedan |
Andreas Kling
|
bfa7aad0f6
LibWeb: Support (and validate) prefixes in Document.createElementNS()
|
3 år sedan |
Andreas Kling
|
7231c1c895
LibWeb: Fix bogus result from "validate and extract" DOM operation
|
3 år sedan |
Andreas Kling
|
29144f9238
LibWeb: Allow all ASCII whitespace chars between element class names
|
3 år sedan |
Sam Atkins
|
5390e05851
LibWeb: Extract code for creating a Layout::Node based on display type
|
3 år sedan |
Sam Atkins
|
7bb721bea2
LibWeb: Make `display: foo` box constructors take the Element by pointer
|
3 år sedan |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
3 år sedan |
Edwin Hoksberg
|
c646afc26c
LibWeb: Support Element.closest(selectors)
|
3 år sedan |
Andreas Kling
|
bdf0254b16
LibWeb: Add Element::did_remove_attribute() virtual
|
3 år sedan |
Andreas Kling
|
c52dc87a42
LibWeb: Don't crash on unknown CSS display types, fall back to inline
|
3 år sedan |