Історія комітів

Автор SHA1 Опис Дата
  Andreas Kling 981758a8b1 LibWeb: Use the specified CSS values from element in more places 4 роки тому
  Andreas Kling ba8990fb6c LibWeb: Rename Element::resolved_style() => specified_css_values() 4 роки тому
  Andreas Kling 07dd73c351 LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes 4 роки тому
  Linus Groh 3436317c08 LibWeb: Escape text nodes in innerHTML getter 4 роки тому
  Linus Groh 4833f0066e LibWeb: Include element attributes in innerHTML getter 4 роки тому
  Andreas Kling 613764b83c LibWeb: Actually apply recomputed style to element's layout node 4 роки тому
  Andreas Kling 4a9dcd974a LibWeb: Remove unused Element::set_attributes() 4 роки тому
  Linus Groh 5e7945e26f LibWeb: Add a simple StyleInvalidator class 4 роки тому
  Andreas Kling 59afcddcfe LibWeb: Mark element style dirty on style/id attribute change too 4 роки тому
  Andreas Kling 294ec3b6a5 LibWeb: Mark element style dirty when class attribute changes 4 роки тому
  Andreas Kling 6af55a234f LibWeb: Make DOM::Node::set_needs_style_update() schedule the update 4 роки тому
  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 4 роки тому
  Andreas Kling 01022eb5d6 LibWeb: Allow focusing individual (focusable) elements with Tab key 4 роки тому
  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 роки тому