コミット履歴

作者 SHA1 メッセージ 日付
  Andreas Kling 870a954e11 LibWeb: Implement Element.outerHTML 1 年間 前
  Timothy Flynn 48fb343230 LibWeb: Change HTMLParser's factory to accept the encoding as StringView 1 年間 前
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 年間 前
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL 1 年間 前
  Timothy Flynn af57bd5cca LibWeb: Stop parsing after `document.write` at the insertion point 1 年間 前
  Bastiaan van der Plaat a681429dff LibWeb: Remove DOM element deprecated_get_attribute() 1 年間 前
  Sam Atkins 6ffda5f271 LibWeb: Make HTMLParser::the_end() callable from outside 1 年間 前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年間 前
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 年間 前
  Shannon Booth a8fd4fab00 LibWeb: Port HTMLParser::serialize_html_fragment from DeprecatedString 1 年間 前
  Shannon Booth 8fbf72b5bf LibWeb: Port HTMLToken prefix and namespace to Optional<FlyString> 1 年間 前
  Andreas Kling 6b20a109c6 LibWeb: Pass DOM namespace strings as FlyString in more places 1 年間 前
  Shannon Booth 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String 1 年間 前
  Shannon Booth bc54560e59 LibWeb: Add Web::HTML::parse_legacy_color_value 2 年 前
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues 2 年 前
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年 前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
  Andreas Kling 6e0f80fbe0 LibWeb: Make the HTMLParser GC-allocated 2 年 前
  Luke Wilde 7b8a6b8e7a LibWeb: Set HTMLParser::m_scripting_enabled as according to the spec 2 年 前
  Andreas Kling ab8432783e LibWeb: Implement aborting the HTML parser 2 年 前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年 前
  Andreas Kling 1956c52c68 LibWeb: Remove unused HTML::parse_html_document() 3 年 前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年 前
  Andreas Kling fda25f9505 LibWeb: Move HTML dimension value parsing from CSS to HTML namespace 3 年 前
  Simon Wanner 1d95745901 LibWeb: Implement the rest of the Adoption Agency Algorithm 3 年 前
  Luke Wilde 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically 3 年 前
  Andreas Kling 8b2499b112 LibWeb: Make document.write() work while document is parsing 3 年 前
  Lorenz Steinert db789813c9 LibWeb: Add basic support for dynamic markup insertion 3 年 前
  Linus Groh 892f6394b8 LibWeb: Implement state switch for "[CDATA[" in HTML parser 3 年 前
  Linus Groh 9130ecfd5e LibWeb: Remove unused HTMLParser function declaration 3 年 前