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-16 | LibWeb: Add imports to all IDL files that depend on others | Ali Mohammad Pur | |
2021-09-19 | LibWeb: Implement basic support for MessageChannel and MessagePort | Andreas Kling | |
This patch adds a basic initial implementation of these API's. Since LibWeb currently doesn't support workers, this implementation of messaging doesn't bother with serializing and deserializing messages. |