Andreas Kling
|
861d46be3e
|
LibWeb: Use a HashTable when querying SessionHistoryTraversalQueue
Instead of asking "do you have an entry not in this Vector", let's ask
"do you have an entry not in this HashTable".
|
2024-08-06 16:33:23 +02:00 |
|
Andreas Kling
|
1cb5385a29
|
LibCore: Stop obsessing about tiny OOMs in Core::Timer
Work towards #20405
|
2024-04-17 07:16:52 +02:00 |
|
Andreas Kling
|
53d0dd4a2e
|
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
2024-04-16 07:40:01 +02:00 |
|
Aliaksandr Kalenik
|
8fa636d8d5
|
LibWeb: Make SessionHistoryTraversalQueue GC-allocated
- Add missing visit of a navigable in SHTQ entry
- Use HeapFunction instead of SafeFunction for entry callback
|
2024-04-10 17:18:03 +02:00 |
|