Historique des commits

Auteur SHA1 Message Date
  Aliaksandr Kalenik 42d5883d57 LibWeb: Set animation update flag from Animation::invalidate_effect() il y a 1 an
  Aliaksandr Kalenik b7d28ee57d LibWeb: Change update_style() to update animated style only if needed il y a 1 an
  Aliaksandr Kalenik 96d67ded3e LibWeb: Always run layout and style updates from event loop processing il y a 1 an
  Andreas Kling cf60f52a78 LibWeb: Add DOM tree version counter il y a 1 an
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library il y a 1 an
  Andreas Kling b98a2be96b LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM il y a 1 an
  Aliaksandr Kalenik fd63ffb8c3 LibWeb: Use Core::Timer instead for animation driver timer il y a 1 an
  Aliaksandr Kalenik 91ec1d6f95 LibWeb: Maintain list of allocated shadow roots in Document il y a 1 an
  Aliaksandr Kalenik 7c322ec710 LibWeb: Implement adoptedStyleSheets attribute for Document il y a 1 an
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL il y a 1 an
  Matthew Olsson ae3326a447 LibWeb: Transition StyleComputer to Web Animations il y a 1 an
  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