Historial de Commits

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