Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 08d60d7521 LibWeb: Make HTML::Task IDs a sequential, distinct numeric type hace 11 meses
  Timur Sultanov 93b6334966 LibWeb: Schedule Microtasks on Microtask queue hace 11 meses
  Andrew Kaster 5d8784318d LibWeb: Initialize HTML::EventLoop with its type hace 1 año
  Victor Tran 31698281b6 LibWeb: Stop deadlocking on unit tests hace 1 año
  Aliaksandr Kalenik 72b4d44d07 LibWeb: Reschedule HTML event loop processing if navigable needs repaint hace 1 año
  Aliaksandr Kalenik b8d18ebcf7 LibWeb+WebContent: Change event loop to synchronously paint next frame hace 1 año
  Timothy Flynn 9cc186b929 LibWeb: Implement the "queue a task" steps as a distinct AO hace 1 año
  Kenneth Myhra a3661fd7f2 LibWeb: Let queue_global_task() take a JS::HeapFunction hace 1 año
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration hace 1 año
  Kenneth Myhra d5c7959c45 LibWeb: Let queue_a_microtask() take a JS::HeapFunction hace 1 año
  Aliaksandr Kalenik 9d69563da4 LibWeb: Revert blocking of task by source in EventLoop hace 1 año
  Shannon Booth 51a52a867c LibWeb: Use "current high resolution time" AO where relevant hace 1 año
  Aliaksandr Kalenik 664611bae4 LibWeb: Forbid interleaving execution of HTML tasks with same source hace 1 año
  Matthew Olsson 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() hace 1 año
  Andreas Kling 2ef37c0b06 LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated hace 1 año
  Aliaksandr Kalenik 7fb09bf95b LibWeb: Skip not runnable in spin_processing_tasks_with_source_until() hace 1 año
  Matthew Olsson ffc648196a LibWeb: Dispatch animation events before requestAnimationFrame callbacks hace 1 año
  Aliaksandr Kalenik ca363f0024 LibWeb: Add basic "top layer" support hace 1 año
  Aliaksandr Kalenik b31fb36ed3 LibWeb: Reschedule repaint for navigables with ongoing painting hace 1 año
  Timothy Flynn 4806cf9527 LibWeb: Return the ID of queued global events hace 1 año
  Aliaksandr Kalenik e09816c37c LibWeb: Run only tasks with navigation source in "apply history step" hace 1 año
  Andreas Kling 4e4b9f440f Revert "LibWeb: Run IntersectionObserver steps only when needed" hace 1 año
  Andreas Kling 43c720db81 LibWeb: Remove a bunch of redundant Document::navigable() lookups hace 1 año
  Andreas Kling 11b4216e65 LibWeb: Run IntersectionObserver steps only when needed hace 1 año
  Aliaksandr Kalenik c3f5dbb101 LibWeb: Paint page only if something that requires repaint happened hace 1 año
  Matthew Olsson ae3326a447 LibWeb: Transition StyleComputer to Web Animations hace 1 año
  Aliaksandr Kalenik fcf293a8df LibWeb: Implement gathering and broadcasting of resize observations hace 1 año
  Aliaksandr Kalenik 8ba18dfd40 LibWeb: Schedule repainting from EventLoop::process() hace 1 año
  Andrew Kaster 2cd93e6b58 LibWeb: Pump the task queue when spinning until a goal condition hace 1 año
  Andreas Kling 93e4a0de16 LibWeb: Move has_a_rendering_opportunity() to Navigable hace 1 año