Age | Commit message (Expand) | Author |
---|---|---|
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+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-05-15 | LibWeb: Abstract the LibProtocol WebSockets connection | DexesTTP |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-30 | LibWeb: Make WebSocket::close() arguments optional to match IDL | Idan Horowitz |
2022-03-08 | LibWeb: Move Window from DOM directory & namespace to HTML | Linus Groh |
2022-03-02 | LibWeb: Send Origin on WebSocket connection | Michiel Visser |
2022-02-18 | LibWeb: Move WebSocket into the Web::WebSockets namespace | Linus Groh |