Commit History

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