提交历史

作者 SHA1 备注 提交日期
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Bastiaan van der Plaat b439431488 LibWeb: Allow hr elements in select and optgroup elements 1 年之前
  Shannon Booth f976ec005c LibWeb: Port DOM::Document from DeprecatedString 1 年之前
  Sam Atkins 6c5450f9ce LibWeb: Report if anything is delaying load event, not the count 1 年之前
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 年之前
  Shannon Booth 87a4a5b302 LibWeb: Remove FIXMe's for HTML attribute serialization steps 1 年之前
  Shannon Booth 96fc1741b5 LibWeb: Return an Optional<String> from HTMLToken::attribute 1 年之前
  Shannon Booth 72bb928dd8 LibWeb: Add spec comments to HTMLParser::handle_in_body 1 年之前
  Shannon Booth a8fd4fab00 LibWeb: Port HTMLParser::serialize_html_fragment from DeprecatedString 1 年之前
  Shannon Booth 326b34c7c7 LibWeb: Port all callers of Element::namespace to Element::namespace_uri 1 年之前
  Shannon Booth c8a4fc6c1a LibWeb: Port HTML parser quirk public IDs to StringView 1 年之前
  Shannon Booth 1f8d72da8e LibWeb: Port HTMLToken::to_deprecated_string to new AK String 1 年之前
  Shannon Booth 4821d284c6 LibWeb: Add support for inline SVG element scripts 1 年之前
  Shannon Booth e5d45eeeb1 LibWeb: Properly append attributes to element when creating an Element 1 年之前
  Shannon Booth 8fbf72b5bf LibWeb: Port HTMLToken prefix and namespace to Optional<FlyString> 1 年之前
  Shannon Booth fcde808308 LibWeb: Avoid copy of local_name in HTMLParser::create_element_for 1 年之前
  Shannon Booth 907be5a96e LibWeb: Add spec comment for HTMLParser::adjusted_current_node 1 年之前
  Andreas Kling 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 年之前
  Andreas Kling 6b20a109c6 LibWeb: Pass DOM namespace strings as FlyString in more places 1 年之前
  Andreas Kling b341aeb5c1 LibWeb: Switch HTMLToken and HTMLTokenizer to String & FlyString 1 年之前
  Andreas Kling f052823f5f LibWeb: Use FlyString for create_element() namespace strings 1 年之前
  Shannon Booth 79ed72adb4 LibWeb: Port HTMLToken::make_start_tag from DeprecatedFlyString 1 年之前
  Shannon Booth 7aac7002d1 LibWeb: Port SVG::TagNames from DeprecatedFlyString 1 年之前
  Shannon Booth d8635fe541 LibWeb: Port HTMLParser local name and value from DeprecatedString 1 年之前
  Shannon Booth 4321606bba LibWeb: Port Element interface from DeprecatedString 1 年之前
  Shannon Booth ff72436448 LibWeb: Add a FlyString version of Element::tag_name 1 年之前
  Shannon Booth 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String 1 年之前
  Shannon Booth 60c32f39a1 LibWeb: Do not crash when parsing a SVG script element 1 年之前
  Shannon Booth 6de9d2820f LibWeb: Add spec comments to 'process the rules for foreign content' 1 年之前