Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling b98a2be96b LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM hace 1 año
  Aliaksandr Kalenik fd63ffb8c3 LibWeb: Use Core::Timer instead for animation driver timer hace 1 año
  Aliaksandr Kalenik 91ec1d6f95 LibWeb: Maintain list of allocated shadow roots in Document hace 1 año
  Aliaksandr Kalenik 7c322ec710 LibWeb: Implement adoptedStyleSheets attribute for Document hace 1 año
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL hace 1 año
  Matthew Olsson ae3326a447 LibWeb: Transition StyleComputer to Web Animations hace 1 año
  Matthew Olsson fe848487db LibWeb: Add Document::update_animations_and_send_events hace 1 año
  Aliaksandr Kalenik fcf293a8df LibWeb: Implement gathering and broadcasting of resize observations hace 1 año
  Aliaksandr Kalenik fb8edcea00 LibWeb: Flesh out implementation of ResizeObserver interfaces hace 1 año
  Tim Ledbetter 02c2b1e67e LibWeb: Implement `document.createCDATASection()` hace 1 año
  Tim Ledbetter 70b9cddc48 LibWeb: Align `Document::document_type()` default with the specification hace 1 año
  Andrew Kaster 5d2a36f244 LibWeb: Stub out all the functions from the execCommand spec hace 1 año
  Andrew Kaster 94149db073 LibWeb: Implement Document named properties with light caching hace 1 año
  Tim Ledbetter c24652bd2e LibWeb: Implement `document.scrollingElement` hace 1 año
  Andrew Kaster 6a0fe08604 LibWeb: Implement document.elementsFromPoint hace 1 año
  Tim Ledbetter 774119bb57 LibWeb: Implement `document.designMode` hace 1 año
  Aliaksandr Kalenik fc40d35012 LibWeb: Move paint properties invalidation flag into Document hace 1 año
  Tim Ledbetter 69df94ec5c LibWeb: Implement `document.elementFromPoint()` hace 1 año
  Timothy Flynn a17074422e LibWeb: Reset form association when any element with an ID changes hace 1 año
  Aliaksandr Kalenik 531025465a LibWeb: Remove list_of_descendant_browsing_contexts() hace 1 año
  Aliaksandr Kalenik 2175c85cea LibWeb: Remove did_stop_being_active_document_in_browsing_context() hace 1 año
  Andrew Kaster 6c1944ee61 LibWeb: Flesh out apply the history step to setup the navigation API hace 1 año
  Andrew Kaster a8091c009b LibWeb: Add assorted AOs related to populating the navigation API's SHEs hace 1 año
  Shannon Booth bd2fe3dcaa LibWeb: Use FlyString in Document::get_elements_by_name hace 1 año
  Shannon Booth 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation hace 1 año
  Aliaksandr Kalenik 07928129dd LibWeb: Wait until new document becomes active before running scripts hace 1 año
  Sam Atkins a20951fbc0 LibWeb: Support making a document active after it has completely loaded hace 1 año
  Sam Atkins 40f7cab21e LibWeb: Implement Document::populate_with_html_head_and_body() hace 1 año
  Andreas Kling 7c95ebc302 LibWeb: Make Document::page() return a Page& hace 1 año
  Andreas Kling 70193c0009 LibWeb: Let Document have a direct GCPtr to its containing Web::Page hace 1 año