Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling d65bebd8cf LibWeb: Cache parsed inline style of DOM elements há 4 anos atrás
  Andreas Kling d477039abc LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilder há 4 anos atrás
  Andreas Kling 5aeab9878e LibWeb: Rename LayoutNode classes and move them into Layout namespace há 4 anos atrás
  Luke 397049aae8 LibWeb: Move innerText from DOM::Element to HTML::HTMLElement há 4 anos atrás
  Luke e8a9e8aed5 LibWeb: Add namespace to Element há 4 anos atrás
  Nico Weber 2460980d2c LibWeb: Implement Element.innerText há 5 anos atrás
  Andreas Kling 01022eb5d6 LibWeb: Allow focusing individual (focusable) elements with Tab key há 5 anos atrás
  Luke bc15144972 LibWeb: Move contentEditable from Element to HTMLElement há 5 anos atrás
  Andreas Kling 7811cf3520 LibWeb: Implement the Element.contentEditable IDL attribute há 5 anos atrás
  Andreas Kling 07e13e9868 LibWeb: Only allow editing of elements with contenteditable="true" há 5 anos atrás
  Andreas Kling cc4109c03b LibWeb: Move the HTML parser into HTML/Parser/ há 5 anos atrás
  Andreas Kling c46439f240 LibWeb: Move HTML classes into the Web::HTML namespace há 5 anos atrás
  Andreas Kling 1f008c95b6 LibWeb: Move CSS classes into the Web::CSS namespace há 5 anos atrás
  Andreas Kling 11ff9d0f17 LibWeb: Move DOM classes into the Web::DOM namespace há 5 anos atrás
  Andreas Kling 71556e39a4 LibWeb: Switch to using AK::is and AK::downcast há 5 anos atrás
  Andreas Kling 3cb50a4714 LibWeb: Rename Element::tag_name() => local_name() há 5 anos atrás
  Andreas Kling 5975a425bd LibWeb: Turn floated display:inline elements into block-level elements há 5 anos atrás
  Andreas Kling 244fe1089c LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group há 5 anos atrás
  Andreas Kling 92d831c25b LibWeb: Implement fragment parsing and use it for Element.innerHTML há 5 anos atrás
  Andreas Kling 440b4ece22 LibWeb: Move border width and color into LayoutStyle há 5 anos atrás
  Andreas Kling bc178ee743 LibWeb: Add CSS::Display enum and StyleProperties::display() há 5 anos atrás
  Andreas Kling 5e83a97fa2 LibWeb: Rename LayoutNode::style() => specified_style() há 5 anos atrás
  Andreas Kling d883607e8f LibWeb: Force a full relayout if an element's CSS display changes há 5 anos atrás
  Andreas Kling 28dcef4757 LibWeb: Add LayoutTableRowGroup to implement display: table-row-group há 5 anos atrás
  Andreas Kling 83cda9e79e LibWeb: Don't assign style to LayoutWidgets há 5 anos atrás
  Andreas Kling 762617a028 LibWeb: Don't create a layout node for <noscript> when scripting enabled há 5 anos atrás
  Andreas Kling 0e777c0ac6 LibWeb: Fall back to block layout for unimplemented CSS display values há 5 anos atrás
  Andreas Kling 5069d380a8 LibWeb: Let Element cache its list of classes há 5 anos atrás
  Andreas Kling e73ad78ba6 LibWeb: Add support for "display: inline-block" há 5 anos atrás
  Andreas Kling 493cbb7956 LibWeb: Fall back to LayoutInline for any unrecognized CSS display há 5 anos atrás