提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 54a6ae9201 LibHTML: Make the HTML parser handle <div attr> and <div attr=""> 5 年之前
  Andreas Kling 0355146af9 LibHTML: Ignore case in <!DOCTYPE> tags :^) 5 年之前
  Andreas Kling 397acde846 LibHTML: Turn "&mdash;" into "-" in the parser for now 5 年之前
  Andreas Kling a377e8d3f5 LibHTML+IRCClient: Add an escape_html_entities() helper 5 年之前
  Andreas Kling ac2cc7d78f LibHTML: Make parse_html_document() return a RefPtr 5 年之前
  Andreas Kling 794f2d5645 LibHTML: Rename parse_html() => parse_html_document() 5 年之前
  Andreas Kling f5cf8d4ad8 Revert "LibHTML: Rename parse_html() => parse_html_document()" 5 年之前
  Andreas Kling f6439789db LibHTML: Rename parse_html() => parse_html_document() 5 年之前
  Andreas Kling 635717ed0f LibHTML: Add parse_html_fragment() 5 年之前
  Andreas Kling b472229781 LibHTML: Do DOM tree fixup before firing insertion callbacks 5 年之前
  Andreas Kling b083a233d8 LibHTML: Add Comment and CharacterData nodes and improve HTML parsing 5 年之前
  Andreas Kling 35def88c8b LibHTML: Move Element construction to a separate file 5 年之前
  Andreas Kling fdbad6284c LibHTML: Implement the <blink> element 5 年之前
  Andreas Kling fc53867937 LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType class 5 年之前
  Andreas Kling 850955053f LibHTML: Rename Document::normalize() to fixup() and always do it 5 年之前
  Andreas Kling edbf09ea29 LibHTML: Make the CSS and HTML parsers take StringViews 5 年之前
  Andreas Kling 71e8ddcd1c LibHTML: Start adding support for <link rel="stylesheet"> 5 年之前
  Andreas Kling 66caa7af2b LibHTML: Optionally pass document URL to the HTML parser 5 年之前
  Andreas Kling 09dccb3224 LibHTML: Flesh out <img> element with LayoutImage and LayoutReplaced 5 年之前
  Andreas Kling 8fb979148d LibHTML: Add support for <font color> 5 年之前
  Andreas Kling 9808d35554 LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb"> 5 年之前
  Andreas Kling 8f842375a2 LibHTML: Implement the <hr> element 5 年之前
  Andreas Kling a4fccc02ec LibHTML: Add a simple <style> element for inline CSS 5 年之前
  Andreas Kling 7912592f89 LibHTML: Add inserted_into() and removed_from() TreeNode callbacks 5 年之前
  Andreas Kling b94c7665a9 LibHTML: Add a way to get a Document's title 5 年之前
  Andreas Kling 5b942b519c LibHTML: Add HTMLHeadingElement for <h1> through <h6> 5 年之前
  Andreas Kling b477aff843 LibHTML: Detect hovering over links 5 年之前
  Andreas Kling 1b8509a0c9 LibHTML: Make sure every DOM Node belongs to a Document 5 年之前
  Sergey Bugaev db8a1a6aba LibHTML: Parse HTML escape sequences 5 年之前
  Andreas Kling 04b9dc2d30 Libraries: Create top level directory for libraries. 6 年之前