Commit History

Autor SHA1 Mensaxe Data
  Andrew Kaster a8091c009b LibWeb: Add assorted AOs related to populating the navigation API's SHEs hai 1 ano
  Aliaksandr Kalenik 7c2713c14f LibWeb: Move set_needs_display() from layout node to paintable hai 1 ano
  Shannon Booth bd2fe3dcaa LibWeb: Use FlyString in Document::get_elements_by_name hai 1 ano
  Shannon Booth 0695236408 LibWeb: Use cached element name and id where possible hai 1 ano
  Shannon Booth 41f84deb9f LibWeb: Port Element::name to a cached FlyString hai 1 ano
  Shannon Booth 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation hai 1 ano
  Andreas Kling f0722671c3 LibWeb: Cache the viewport rect across all of style computation hai 1 ano
  Andreas Kling 302752d092 LibWeb: Ignore layout/paint invalidations in subtree under display:none hai 1 ano
  Aliaksandr Kalenik 07928129dd LibWeb: Wait until new document becomes active before running scripts hai 1 ano
  MacDue daecf741d4 LibWeb: Ensure DocumentObserver document_completely_loaded() is called hai 1 ano
  Sam Atkins a20951fbc0 LibWeb: Support making a document active after it has completely loaded hai 1 ano
  Sam Atkins ad8ccd4c52 LibWeb: Update spec comment for Document::create_and_initialize() hai 1 ano
  Sam Atkins 40f7cab21e LibWeb: Implement Document::populate_with_html_head_and_body() hai 1 ano
  Shannon Booth 562e0d710c LibWeb: Port ProcessingInstruction from ByteString hai 1 ano
  Andreas Kling fe04d83ef5 LibWeb: Process all pending lazy loading intersection observations hai 1 ano
  Aliaksandr Kalenik cfcec5e18e LibWeb: Scroll to the top after navigating to a new document hai 1 ano
  Aliaksandr Kalenik 41b065dec9 LibWeb: Do not crash for empty fragment in determine_the_indicated_part hai 1 ano
  Aliaksandr Kalenik c5d91dce8b LibWeb: Scroll to the "start" in Document::scroll_to_fragment() hai 1 ano
  Aliaksandr Kalenik f6f80a1a72 LibWeb: Scroll to "nearest" instead of "start" in set_focused_element() hai 1 ano
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String hai 1 ano
  Andreas Kling 7c95ebc302 LibWeb: Make Document::page() return a Page& hai 1 ano
  Andreas Kling 70193c0009 LibWeb: Let Document have a direct GCPtr to its containing Web::Page hai 1 ano
  Andreas Kling 8730e56f62 LibWeb: Fix uninitialized value in find_a_potential_indicated_element() hai 1 ano
  Aliaksandr Kalenik 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated hai 1 ano
  Aliaksandr Kalenik 6ac43274b2 LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects hai 1 ano
  Shannon Booth 83758d4cdd LibWeb: Wrap PseudoElements stored in SimpleSelector in a class hai 1 ano
  Shannon Booth 0cb0d60ac5 LibWeb: Make BrowsingContextGroup & TraversableNavigable return a Page& hai 1 ano
  Shannon Booth 88f8ea7c60 LibWeb: Make BrowsingContex::page() return a Page& hai 1 ano
  Shannon Booth f976ec005c LibWeb: Port DOM::Document from DeprecatedString hai 1 ano
  Shannon Booth a8f5ebeddd LibWeb: Port DOM::Node from DeprecatedString hai 1 ano