Histórico de Commits

Autor SHA1 Mensagem Data
  Sam Atkins 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums há 3 anos atrás
  Sam Atkins c0db19f63c LibWeb: Use a Variant for SimpleSelector's contents há 3 anos atrás
  Sam Atkins d60b3be29a LibWeb: Implement the :focus-within selector há 3 anos atrás
  Andreas Kling bdd42c9b0e LibWeb: Add basic support for :lang() CSS selector há 3 anos atrás
  Andreas Kling 3f55271c8e LibWeb: Don't crash when dumping layout tree pre-layout há 3 anos atrás
  Sam Atkins 5b0187477b LibWeb: Implement `:nth-[last-]child(n of foo)` syntax há 3 anos atrás
  Sam Atkins 993653317c LibWeb: Implement the :where() selector há 3 anos atrás
  Sam Atkins c148ed50bb LibWeb: Implement the :is() selector há 3 anos atrás
  Andreas Kling e31fe3eeb8 LibWeb: Rename Element::specified_css_values() => computed_css_values() há 3 anos atrás
  Andreas Kling ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files há 3 anos atrás
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places há 3 anos atrás
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable há 3 anos atrás
  Andreas Kling 7af03df4c3 LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines há 3 anos atrás
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it há 3 anos atrás
  Andreas Kling 7dae895704 LibWeb: Align actual baselines, not just bottoms há 3 anos atrás
  Andreas Kling ed44f9e290 LibWeb: Small improvements to layout tree dumps há 3 anos atrás
  Andreas Kling c6cf240f9a LibWeb: Store bottom edge location with each LineBox há 3 anos atrás
  Sam Atkins a57128467a LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^) há 3 anos atrás
  Sam Atkins 817cd13d59 LibWeb: Implement the ::marker pseudo-element há 3 anos atrás
  Sam Atkins caef4ec157 LibWeb: Move PseudoElement enum up a level há 3 anos atrás
  Andreas Kling 7c33a084fb LibWeb: Support CSS :only-of-type selector há 3 anos atrás
  Sam Atkins a99d02e14d LibWeb: Add an enum for !important há 3 anos atrás
  Andreas Kling 0608de8c12 LibWeb: Rename Layout::Box::size() to content_size() há 3 anos atrás
  Sam Atkins 1d5d27aa22 LibWeb: Include custom properties in CSS dump há 3 anos atrás
  Andreas Kling e2dbaa6ceb LibWeb: Include flex-direction in layout tree dumps há 3 anos atrás
  Sam Atkins 57a25139a5 LibWeb: Implement `@supports` rule :^) há 3 anos atrás
  Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer há 3 anos atrás
  Andreas Kling 85a0772147 LibWeb: Start work towards modern CSS "display" values há 3 anos atrás
  Sam Atkins 3e74c194f9 LibWeb: Add CSSMediaRule há 3 anos atrás
  Sam Atkins eb83d2617c LibWeb: Use a CSSRuleList inside CSSStyleSheet há 3 anos atrás