Andreas Kling
|
3945e1a82a
|
LibJS: Make JS::Cell a Weakable
This makes things easier downstream of Cell, and is preparation for
using weak pointers in prototype chain property caches.
|
2024-05-04 21:42:59 +02:00 |
|
Andreas Kling
|
4db1712f90
|
LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated
These objects had confusing ownership semantics. Let's just throw them
all on the GC heap and stop worrying about it.
|
2024-04-21 09:12:25 +02:00 |
|
Ben Abraham
|
ae346cff6b
|
LibWeb: Add partially functioning Worker API
Add a partial implementation of HTML5 Worker API.
Messages can be sent from the inner context externally.
|
2022-02-17 22:45:21 +01:00 |
|