Age | Commit message (Expand) | Author |
---|---|---|
2022-09-13 | LibWeb: Visit all edge-members in WorkerGlobalScope | Hendiadyoin1 |
2022-09-06 | LibWeb: Make DOMException GC-allocated | Andreas Kling |
2022-09-06 | LibWeb: Make WorkerNavigator GC-allocated | Andreas Kling |
2022-09-06 | LibWeb: Make WorkerLocation GC-allocated | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-09-06 | LibWeb: Move event listeners, handlers and callbacks to the GC heap | Andreas Kling |
2022-08-23 | LibWeb: Replace GlobalObject with Realm in wrapper functions | Linus Groh |
2022-04-20 | LibWeb: Fix various spec comment inconsistencies | Linus Groh |
2022-03-17 | Libraries: Use default constructors/destructors in LibWeb | Lenny Maiorani |
2022-02-09 | LibWeb: Add initial implementation for WorkerGlobalScope | Andrew Kaster |