Historique des commits

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