Historique des commits

Auteur SHA1 Message Date
  Matthew Olsson fe848487db LibWeb: Add Document::update_animations_and_send_events il y a 1 an
  Aliaksandr Kalenik fcf293a8df LibWeb: Implement gathering and broadcasting of resize observations il y a 1 an
  Aliaksandr Kalenik fb8edcea00 LibWeb: Flesh out implementation of ResizeObserver interfaces il y a 1 an
  Tim Ledbetter 02c2b1e67e LibWeb: Implement `document.createCDATASection()` il y a 1 an
  Tim Ledbetter 70b9cddc48 LibWeb: Align `Document::document_type()` default with the specification il y a 1 an
  Andrew Kaster 5d2a36f244 LibWeb: Stub out all the functions from the execCommand spec il y a 1 an
  Andrew Kaster 94149db073 LibWeb: Implement Document named properties with light caching il y a 1 an
  Tim Ledbetter c24652bd2e LibWeb: Implement `document.scrollingElement` il y a 1 an
  Andrew Kaster 6a0fe08604 LibWeb: Implement document.elementsFromPoint il y a 1 an
  Tim Ledbetter 774119bb57 LibWeb: Implement `document.designMode` il y a 1 an
  Aliaksandr Kalenik fc40d35012 LibWeb: Move paint properties invalidation flag into Document il y a 1 an
  Tim Ledbetter 69df94ec5c LibWeb: Implement `document.elementFromPoint()` il y a 1 an
  Timothy Flynn a17074422e LibWeb: Reset form association when any element with an ID changes il y a 1 an
  Aliaksandr Kalenik 531025465a LibWeb: Remove list_of_descendant_browsing_contexts() il y a 1 an
  Aliaksandr Kalenik 2175c85cea LibWeb: Remove did_stop_being_active_document_in_browsing_context() il y a 1 an
  Andrew Kaster 6c1944ee61 LibWeb: Flesh out apply the history step to setup the navigation API il y a 1 an
  Andrew Kaster a8091c009b LibWeb: Add assorted AOs related to populating the navigation API's SHEs il y a 1 an
  Shannon Booth bd2fe3dcaa LibWeb: Use FlyString in Document::get_elements_by_name il y a 1 an
  Shannon Booth 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation il y a 1 an
  Aliaksandr Kalenik 07928129dd LibWeb: Wait until new document becomes active before running scripts il y a 1 an
  Sam Atkins a20951fbc0 LibWeb: Support making a document active after it has completely loaded il y a 1 an
  Sam Atkins 40f7cab21e LibWeb: Implement Document::populate_with_html_head_and_body() il y a 1 an
  Andreas Kling 7c95ebc302 LibWeb: Make Document::page() return a Page& il y a 1 an
  Andreas Kling 70193c0009 LibWeb: Let Document have a direct GCPtr to its containing Web::Page il y a 1 an
  Aliaksandr Kalenik 41a3c19cfe LibWeb: Make HTML::DecodedImageData to be GC-allocated il y a 1 an
  Aliaksandr Kalenik 6ac43274b2 LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects il y a 1 an
  Shannon Booth 83758d4cdd LibWeb: Wrap PseudoElements stored in SimpleSelector in a class il y a 1 an
  Shannon Booth f976ec005c LibWeb: Port DOM::Document from DeprecatedString il y a 1 an
  Sam Atkins 2805e16c1c LibWeb: Let NavigableContainers delay the document load event il y a 1 an
  Sam Atkins 6c5450f9ce LibWeb: Report if anything is delaying load event, not the count il y a 1 an