Age | Commit message (Expand) | Author |
---|---|---|
2022-10-09 | LibWeb: Re-implement HTML::Navigator using IDL | Andrew Kaster |
2022-09-25 | LibWeb: Move ExceptionOr from DOM/ to WebIDL/ | Linus Groh |
2022-09-24 | LibWeb: Move CallbackType from Bindings/ to WebIDL/ | Linus Groh |
2022-09-21 | LibWeb: Remove WRAPPER_HACK() macro | Linus Groh |
2022-09-06 | LibWeb: Remove now-unused Bindings::Wrappable class | 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-02-09 | LibWeb: Add initial implementation for WorkerGlobalScope | Andrew Kaster |