Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-09 | LibWeb: Add Exposed attribute and IDL spec links where missing | Andrew Kaster | |
The intent is to use these to autogenerate prototype declarations for Window and WorkerGlobalScope classes. And the spec links are just nice to have :^) | |||
2022-03-31 | LibWeb: Replace ad-hoc EventHandler type with callback function typedef | Idan Horowitz | |
2022-02-18 | LibWeb: Move WebSocket into the Web::WebSockets namespace | Linus Groh | |
WebSockets got moved from the HTML standard to their own, the new WebSockets Standard (https://websockets.spec.whatwg.org). Move the IDL file and implementation into a new WebSockets directory and C++ namespace accordingly. |