Commit History

Author SHA1 Message Date
  Aliaksandr Kalenik b7d28ee57d LibWeb: Change update_style() to update animated style only if needed 1 year ago
  Aliaksandr Kalenik 96d67ded3e LibWeb: Always run layout and style updates from event loop processing 1 year ago
  Aliaksandr Kalenik cf7c933312 LibWeb: Add fast path to calculate invalidations for animated css props 1 year ago
  Andreas Kling 4e4b9f440f Revert "LibWeb: Run IntersectionObserver steps only when needed" 1 year ago
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 year ago
  Andreas Kling 1987318cc2 LibWeb: Move selection state from layout tree to paint tree 1 year ago
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 year ago
  Andreas Kling 98cf845d8a LibWeb: Use HTML::EventNames::animation* instead of string literals 1 year ago
  Andreas Kling 43c720db81 LibWeb: Remove a bunch of redundant Document::navigable() lookups 1 year ago
  Aliaksandr Kalenik a9b8840a82 LibWeb: Add fast path for animated style properties update 1 year ago
  Andreas Kling b98a2be96b LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 1 year ago
  Aliaksandr Kalenik ecce570cb7 LibWeb: Stop animation driver timer after document becomes inactive 1 year ago
  Aliaksandr Kalenik fd63ffb8c3 LibWeb: Use Core::Timer instead for animation driver timer 1 year ago
  Matthew Olsson e91f4dcd79 LibWeb: Use Performance for animation time instead of MonotonicTime 1 year ago
  Aliaksandr Kalenik 91ec1d6f95 LibWeb: Maintain list of allocated shadow roots in Document 1 year ago
  Aliaksandr Kalenik 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot 1 year ago
  Aliaksandr Kalenik f19c92d78e LibWeb: Add ObservableArray::for_each() 1 year ago
  Aliaksandr Kalenik 7c322ec710 LibWeb: Implement adoptedStyleSheets attribute for Document 1 year ago
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL 1 year ago
  Andreas Kling 11b4216e65 LibWeb: Run IntersectionObserver steps only when needed 1 year ago
  Matthew Olsson fc62989f1a LibWeb: Add missing visits for Document's pending animation event queue 1 year ago
  Matthew Olsson 65858154de LibWeb: Dispatch Animation events 1 year ago
  Matthew Olsson ae3326a447 LibWeb: Transition StyleComputer to Web Animations 1 year ago
  Matthew Olsson 10fddb99fc LibWeb: Implement Document::remove_replaced_animations() 1 year ago
  Matthew Olsson fe848487db LibWeb: Add Document::update_animations_and_send_events 1 year ago
  Timothy Flynn af57bd5cca LibWeb: Stop parsing after `document.write` at the insertion point 1 year ago
  Aliaksandr Kalenik fcf293a8df LibWeb: Implement gathering and broadcasting of resize observations 1 year ago
  Aliaksandr Kalenik fb8edcea00 LibWeb: Flesh out implementation of ResizeObserver interfaces 1 year ago
  Tim Ledbetter 02c2b1e67e LibWeb: Implement `document.createCDATASection()` 1 year ago
  Andrew Kaster 5d2a36f244 LibWeb: Stub out all the functions from the execCommand spec 1 year ago