ladybird/Userland/Libraries/LibIDL
Shannon Booth 1b6346ee1c LibWeb: Add support for implementing an IDL class with a different name
Add support for the extended attribute "ImplementedAs" for IDL
interfaces too. This allows a class which implements an IDL interface to
have a different class name than the interface itself.
2024-02-25 08:54:31 +01:00
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
IDLParser.cpp LibWeb: Add support for implementing an IDL class with a different name 2024-02-25 08:54:31 +01:00
IDLParser.h LibIDL: Emit an error when two decls of the same function are present 2024-02-16 15:26:43 +01:00
Types.cpp AK+LibIDL: Put IDL dbgln statement behind a debug flag 2023-11-15 23:42:53 +01:00
Types.h LibWeb: Add support for implementing an IDL class with a different name 2024-02-25 08:54:31 +01:00