Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 884ae80699 LibHTML+Browser: Show target URL of hovered links in Browser statusbar hace 5 años
  Andreas Kling 96f34d26c9 LibHTML: Batch style updates and make them start from the root hace 5 años
  Andreas Kling f4f5ede10a LibHTML: Simplify Node::create_layout_node() hace 5 años
  Andreas Kling f7cd5662ef LibHTML: Move layout tree building to a LayoutTreeBuilder class hace 5 años
  Andreas Kling 735f02900b LibHTML: Implement basic partial style invalidation hace 5 años
  Andreas Kling fc53867937 LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType class hace 5 años
  Andreas Kling 15f3e64862 LibHTML: Rename "style_properties" to "style" everywhere hace 5 años
  Andreas Kling a239ef34d5 LibHTML: Add Node::first_ancestor_of_type<T>() hace 5 años
  Andreas Kling f52f2736e1 LibHTML: Add is<ElementType> and to<ElementType> helper functions hace 5 años
  Andreas Kling 5a6c36dc91 LibHTML: Add Node::{next,previous}_element_sibling() hace 5 años
  Andreas Kling f150134de9 LibHTML: Make Node::create_layout_node() virtual hace 5 años
  Andreas Kling 9808d35554 LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb"> hace 5 años
  Andreas Kling a7ca719c4e LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style() hace 5 años
  Andreas Kling 4e35bbffdd LibHTML: LayoutText should always use parent's style properties hace 5 años
  Andreas Kling ed39e0f6f7 LibHTML: Non-element (Text) Nodes should get style from their parent hace 5 años
  Andreas Kling 0c6af2d5b4 LibHTML: Add Node::text_content() hace 5 años
  Andreas Kling f38b0f667e LibHTML: Implement basic HTMLElement.title support hace 5 años
  Andreas Kling b477aff843 LibHTML: Detect hovering over links hace 5 años
  Andreas Kling 1b8509a0c9 LibHTML: Make sure every DOM Node belongs to a Document hace 5 años
  Sergey Bugaev 599edba7a3 LibHTML: Move layout tree building to Node hace 5 años
  Andreas Kling 04b9dc2d30 Libraries: Create top level directory for libraries. hace 6 años