Historique des commits

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