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