提交历史

作者 SHA1 备注 提交日期
  Kenneth Myhra a3661fd7f2 LibWeb: Let queue_global_task() take a JS::HeapFunction 1 年之前
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 年之前
  Kenneth Myhra d5c7959c45 LibWeb: Let queue_a_microtask() take a JS::HeapFunction 1 年之前
  Aliaksandr Kalenik 9d69563da4 LibWeb: Revert blocking of task by source in EventLoop 1 年之前
  Shannon Booth 51a52a867c LibWeb: Use "current high resolution time" AO where relevant 1 年之前
  Aliaksandr Kalenik 664611bae4 LibWeb: Forbid interleaving execution of HTML tasks with same source 1 年之前
  Matthew Olsson 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 年之前
  Andreas Kling 2ef37c0b06 LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated 1 年之前
  Aliaksandr Kalenik 7fb09bf95b LibWeb: Skip not runnable in spin_processing_tasks_with_source_until() 1 年之前
  Matthew Olsson ffc648196a LibWeb: Dispatch animation events before requestAnimationFrame callbacks 1 年之前
  Aliaksandr Kalenik ca363f0024 LibWeb: Add basic "top layer" support 1 年之前
  Aliaksandr Kalenik b31fb36ed3 LibWeb: Reschedule repaint for navigables with ongoing painting 1 年之前
  Timothy Flynn 4806cf9527 LibWeb: Return the ID of queued global events 1 年之前
  Aliaksandr Kalenik e09816c37c LibWeb: Run only tasks with navigation source in "apply history step" 1 年之前
  Andreas Kling 4e4b9f440f Revert "LibWeb: Run IntersectionObserver steps only when needed" 1 年之前
  Andreas Kling 43c720db81 LibWeb: Remove a bunch of redundant Document::navigable() lookups 1 年之前
  Andreas Kling 11b4216e65 LibWeb: Run IntersectionObserver steps only when needed 1 年之前
  Aliaksandr Kalenik c3f5dbb101 LibWeb: Paint page only if something that requires repaint happened 1 年之前
  Matthew Olsson ae3326a447 LibWeb: Transition StyleComputer to Web Animations 1 年之前
  Aliaksandr Kalenik fcf293a8df LibWeb: Implement gathering and broadcasting of resize observations 1 年之前
  Aliaksandr Kalenik 8ba18dfd40 LibWeb: Schedule repainting from EventLoop::process() 1 年之前
  Andrew Kaster 2cd93e6b58 LibWeb: Pump the task queue when spinning until a goal condition 1 年之前
  Andreas Kling 93e4a0de16 LibWeb: Move has_a_rendering_opportunity() to Navigable 1 年之前
  Andrew Kaster 6e64bf5464 LibWeb: Remove outdated old_queue_global_event_with_document 1 年之前
  Luke Wilde 165abafb80 LibWeb: Add initial implementation of IntersectionObserver 2 年之前
  Sam Atkins 6d93e03211 LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks 2 年之前
  Andreas Kling bc6e61adec LibWeb: Don't churn HTML::EventLoop while in microtask checkpoint 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Linus Groh 7de9179a6d LibWeb/HTML: Port Window.performance to IDL 2 年之前
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues 2 年之前