Age | Commit message (Expand) | Author |
---|---|---|
2022-10-01 | LibWeb: Remove unecessary dependence on Window from DOM and WebIDL | 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-06 | LibWeb: Use cached_web_prototype() as much as possible | Andreas Kling |
2022-09-06 | LibWeb: Make MutationObserver GC-allocated | Andreas Kling |
2022-09-06 | LibWeb: Make MutationRecord 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-07-11 | LibWeb: Introduce Mutation{Record,Observer} and observer microtasks | Luke Wilde |