Историја ревизија

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