Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 73af2f8d02 LibHTML: DOM fixup should handle a completely empty document há 5 anos atrás
  Andreas Kling 96f34d26c9 LibHTML: Batch style updates and make them start from the root há 5 anos atrás
  Andreas Kling 5a34225999 LibHTML: Implement basic tiled background image support há 5 anos atrás
  Andreas Kling f4f5ede10a LibHTML: Simplify Node::create_layout_node() há 5 anos atrás
  Andreas Kling f7cd5662ef LibHTML: Move layout tree building to a LayoutTreeBuilder class há 5 anos atrás
  Andreas Kling 735f02900b LibHTML: Implement basic partial style invalidation há 5 anos atrás
  Andreas Kling 667b31746a LibHTML: Rename Document's invalidate_{style,layout}() to update_foo() há 5 anos atrás
  Andreas Kling 61ef17b87a LibHTML: Implement basic :hover pseudo-class support há 5 anos atrás
  Andreas Kling 2c035f5072 LibHTML: Split layout invalidation into style and layout invalidation há 5 anos atrás
  Andreas Kling 49ac0c2e24 LibHTML: Move layout root from HtmlView to Document há 5 anos atrás
  Andreas Kling b083a233d8 LibHTML: Add Comment and CharacterData nodes and improve HTML parsing há 5 anos atrás
  Andreas Kling 35def88c8b LibHTML: Move Element construction to a separate file há 5 anos atrás
  Andreas Kling ebacef36ee LibHTML: Fix relative URL completion when document URL ends in a slash há 5 anos atrás
  Andreas Kling a259832266 LibHTML: Document::detach_from_frame() should actually detach há 5 anos atrás
  Andreas Kling fc53867937 LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType class há 5 anos atrás
  Andreas Kling 850955053f LibHTML: Rename Document::normalize() to fixup() and always do it há 5 anos atrás
  Andreas Kling 31ac19543a LibHTML: Use an enum for CSS property ID's há 5 anos atrás
  Andreas Kling 3bee9d3d3c LibHTML: Templatize Node::first_child_of_type<T>() há 5 anos atrás
  Andreas Kling f52f2736e1 LibHTML: Add is<ElementType> and to<ElementType> helper functions há 5 anos atrás
  Conrad Pankoff ef8b754a46 LibHTML: Add function for invalidating the document layout há 5 anos atrás
  Andreas Kling 83a6474d82 LibHTML: Parse link, alink and vlink in <body> and pass to Document há 5 anos atrás
  Andreas Kling f150134de9 LibHTML: Make Node::create_layout_node() virtual há 5 anos atrás
  Andreas Kling 78d65c1c64 LibHTML: Add load(URL) and reload() functions to HtmlView há 5 anos atrás
  Andreas Kling 9808d35554 LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb"> há 5 anos atrás
  Andreas Kling 7bc9310170 LibHTML: Add a Frame class and use it for document layout width há 5 anos atrás
  Andreas Kling b94c7665a9 LibHTML: Add a way to get a Document's title há 5 anos atrás
  Andreas Kling 1b8509a0c9 LibHTML: Make sure every DOM Node belongs to a Document há 5 anos atrás
  Sergey Bugaev c1ef63379c LibHTML: Add Document::normalize() há 5 anos atrás
  Andreas Kling 04b9dc2d30 Libraries: Create top level directory for libraries. há 6 anos atrás