Historique des commits

Auteur SHA1 Message Date
  Shannon Booth 51a52a867c LibWeb: Use "current high resolution time" AO where relevant il y a 1 an
  Aliaksandr Kalenik 664611bae4 LibWeb: Forbid interleaving execution of HTML tasks with same source il y a 1 an
  Matthew Olsson 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() il y a 1 an
  Andreas Kling 2ef37c0b06 LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated il y a 1 an
  Aliaksandr Kalenik 7fb09bf95b LibWeb: Skip not runnable in spin_processing_tasks_with_source_until() il y a 1 an
  Matthew Olsson ffc648196a LibWeb: Dispatch animation events before requestAnimationFrame callbacks il y a 1 an
  Aliaksandr Kalenik ca363f0024 LibWeb: Add basic "top layer" support il y a 1 an
  Aliaksandr Kalenik b31fb36ed3 LibWeb: Reschedule repaint for navigables with ongoing painting il y a 1 an
  Timothy Flynn 4806cf9527 LibWeb: Return the ID of queued global events il y a 1 an
  Aliaksandr Kalenik e09816c37c LibWeb: Run only tasks with navigation source in "apply history step" il y a 1 an
  Andreas Kling 4e4b9f440f Revert "LibWeb: Run IntersectionObserver steps only when needed" il y a 1 an
  Andreas Kling 43c720db81 LibWeb: Remove a bunch of redundant Document::navigable() lookups il y a 1 an
  Andreas Kling 11b4216e65 LibWeb: Run IntersectionObserver steps only when needed il y a 1 an
  Aliaksandr Kalenik c3f5dbb101 LibWeb: Paint page only if something that requires repaint happened il y a 1 an
  Matthew Olsson ae3326a447 LibWeb: Transition StyleComputer to Web Animations il y a 1 an
  Aliaksandr Kalenik fcf293a8df LibWeb: Implement gathering and broadcasting of resize observations il y a 1 an
  Aliaksandr Kalenik 8ba18dfd40 LibWeb: Schedule repainting from EventLoop::process() il y a 1 an
  Andrew Kaster 2cd93e6b58 LibWeb: Pump the task queue when spinning until a goal condition il y a 1 an
  Andreas Kling 93e4a0de16 LibWeb: Move has_a_rendering_opportunity() to Navigable il y a 1 an
  Andrew Kaster 6e64bf5464 LibWeb: Remove outdated old_queue_global_event_with_document il y a 1 an
  Luke Wilde 165abafb80 LibWeb: Add initial implementation of IntersectionObserver il y a 2 ans
  Sam Atkins 6d93e03211 LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks il y a 2 ans
  Andreas Kling bc6e61adec LibWeb: Don't churn HTML::EventLoop while in microtask checkpoint il y a 2 ans
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Linus Groh 7de9179a6d LibWeb/HTML: Port Window.performance to IDL il y a 2 ans
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues il y a 2 ans
  Linus Groh 2a66fc6cae LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads il y a 2 ans
  Linus Groh 32ad939e44 LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h il y a 2 ans
  Linus Groh 4ea6cc56be LibWeb: Move unsafe_shared_current_time() to HighResolutionTime il y a 2 ans
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes il y a 2 ans