Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 0412e17bac LibWeb: Factor out attribute serialization into a separate function vor 1 Jahr
  Timothy Flynn 48fb343230 LibWeb: Change HTMLParser's factory to accept the encoding as StringView vor 1 Jahr
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library vor 1 Jahr
  Andreas Kling b98a2be96b LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM vor 1 Jahr
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL vor 1 Jahr
  Timothy Flynn af57bd5cca LibWeb: Stop parsing after `document.write` at the insertion point vor 1 Jahr
  Bastiaan van der Plaat a681429dff LibWeb: Remove DOM element deprecated_get_attribute() vor 1 Jahr
  Shannon Booth 4135c3885c LibWeb: Only wait for document to be ready for scripts if executing one vor 1 Jahr
  Aliaksandr Kalenik 07928129dd LibWeb: Wait until new document becomes active before running scripts vor 1 Jahr
  Sam Atkins 6ffda5f271 LibWeb: Make HTMLParser::the_end() callable from outside vor 1 Jahr
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Bastiaan van der Plaat b439431488 LibWeb: Allow hr elements in select and optgroup elements vor 1 Jahr
  Shannon Booth f976ec005c LibWeb: Port DOM::Document from DeprecatedString vor 1 Jahr
  Sam Atkins 6c5450f9ce LibWeb: Report if anything is delaying load event, not the count vor 1 Jahr
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks vor 1 Jahr
  Shannon Booth 87a4a5b302 LibWeb: Remove FIXMe's for HTML attribute serialization steps vor 1 Jahr
  Shannon Booth 96fc1741b5 LibWeb: Return an Optional<String> from HTMLToken::attribute vor 1 Jahr
  Shannon Booth 72bb928dd8 LibWeb: Add spec comments to HTMLParser::handle_in_body vor 1 Jahr
  Shannon Booth a8fd4fab00 LibWeb: Port HTMLParser::serialize_html_fragment from DeprecatedString vor 1 Jahr
  Shannon Booth 326b34c7c7 LibWeb: Port all callers of Element::namespace to Element::namespace_uri vor 1 Jahr
  Shannon Booth c8a4fc6c1a LibWeb: Port HTML parser quirk public IDs to StringView vor 1 Jahr
  Shannon Booth 1f8d72da8e LibWeb: Port HTMLToken::to_deprecated_string to new AK String vor 1 Jahr
  Shannon Booth 4821d284c6 LibWeb: Add support for inline SVG element scripts vor 1 Jahr
  Shannon Booth e5d45eeeb1 LibWeb: Properly append attributes to element when creating an Element vor 1 Jahr
  Shannon Booth 8fbf72b5bf LibWeb: Port HTMLToken prefix and namespace to Optional<FlyString> vor 1 Jahr
  Shannon Booth fcde808308 LibWeb: Avoid copy of local_name in HTMLParser::create_element_for vor 1 Jahr
  Shannon Booth 907be5a96e LibWeb: Add spec comment for HTMLParser::adjusted_current_node vor 1 Jahr
  Andreas Kling 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString vor 1 Jahr
  Andreas Kling 6b20a109c6 LibWeb: Pass DOM namespace strings as FlyString in more places vor 1 Jahr