Historique des commits

Auteur SHA1 Message Date
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes il y a 1 an
  Andreas Kling 98cf845d8a LibWeb: Use HTML::EventNames::animation* instead of string literals il y a 1 an
  Andreas Kling 43c720db81 LibWeb: Remove a bunch of redundant Document::navigable() lookups il y a 1 an
  Aliaksandr Kalenik a9b8840a82 LibWeb: Add fast path for animated style properties update 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 ecce570cb7 LibWeb: Stop animation driver timer after document becomes inactive il y a 1 an
  Aliaksandr Kalenik fd63ffb8c3 LibWeb: Use Core::Timer instead for animation driver timer il y a 1 an
  Matthew Olsson e91f4dcd79 LibWeb: Use Performance for animation time instead of MonotonicTime il y a 1 an
  Aliaksandr Kalenik 91ec1d6f95 LibWeb: Maintain list of allocated shadow roots in Document il y a 1 an
  Aliaksandr Kalenik 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot il y a 1 an
  Aliaksandr Kalenik f19c92d78e LibWeb: Add ObservableArray::for_each() 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
  Andreas Kling 11b4216e65 LibWeb: Run IntersectionObserver steps only when needed il y a 1 an
  Matthew Olsson fc62989f1a LibWeb: Add missing visits for Document's pending animation event queue il y a 1 an
  Matthew Olsson 65858154de LibWeb: Dispatch Animation events il y a 1 an
  Matthew Olsson ae3326a447 LibWeb: Transition StyleComputer to Web Animations il y a 1 an
  Matthew Olsson 10fddb99fc LibWeb: Implement Document::remove_replaced_animations() il y a 1 an
  Matthew Olsson fe848487db LibWeb: Add Document::update_animations_and_send_events il y a 1 an
  Timothy Flynn af57bd5cca LibWeb: Stop parsing after `document.write` at the insertion point 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
  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
  Matthew Olsson 14200de80b LibWeb: Set DocumentTimeline origin time to zero il y a 1 an
  Aliaksandr Kalenik 88ad871e2b LibWeb: Do paint-order traversal in Document::element_from_point() il y a 1 an
  Aliaksandr Kalenik 9d2809146f LibWeb: Do paint-order traversal in Document::elements_from_point() il y a 1 an
  Andrew Kaster 6a0fe08604 LibWeb: Implement document.elementsFromPoint il y a 1 an