Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 71556e39a4 LibWeb: Switch to using AK::is and AK::downcast hace 5 años
  Andreas Kling 3cb50a4714 LibWeb: Rename Element::tag_name() => local_name() hace 5 años
  Andreas Kling 5975a425bd LibWeb: Turn floated display:inline elements into block-level elements hace 5 años
  Andreas Kling 244fe1089c LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group hace 5 años
  Andreas Kling 92d831c25b LibWeb: Implement fragment parsing and use it for Element.innerHTML hace 5 años
  Andreas Kling 440b4ece22 LibWeb: Move border width and color into LayoutStyle hace 5 años
  Andreas Kling bc178ee743 LibWeb: Add CSS::Display enum and StyleProperties::display() hace 5 años
  Andreas Kling 5e83a97fa2 LibWeb: Rename LayoutNode::style() => specified_style() hace 5 años
  Andreas Kling d883607e8f LibWeb: Force a full relayout if an element's CSS display changes hace 5 años
  Andreas Kling 28dcef4757 LibWeb: Add LayoutTableRowGroup to implement display: table-row-group hace 5 años
  Andreas Kling 83cda9e79e LibWeb: Don't assign style to LayoutWidgets hace 5 años
  Andreas Kling 762617a028 LibWeb: Don't create a layout node for <noscript> when scripting enabled hace 5 años
  Andreas Kling 0e777c0ac6 LibWeb: Fall back to block layout for unimplemented CSS display values hace 5 años
  Andreas Kling 5069d380a8 LibWeb: Let Element cache its list of classes hace 5 años
  Andreas Kling e73ad78ba6 LibWeb: Add support for "display: inline-block" hace 5 años
  Andreas Kling 493cbb7956 LibWeb: Fall back to LayoutInline for any unrecognized CSS display hace 5 años
  Andreas Kling 68b04d5c78 LibWeb: Implement getting and setting element.innerHTML hace 5 años
  Andreas Kling 7309642ca8 LibWeb: Use FlyString for Element tag names hace 5 años
  Andreas Kling 7f83f77377 LibWeb: Use FlyString for element attribute names hace 5 años
  Andreas Kling 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb hace 5 años