1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 04:07:35 +00:00
serenity/Userland/Libraries/LibWeb/CodeGenerators
Andreas Kling 0d515dea5d LibWeb: Allow specifying a custom C++ implementation for IDL attributes
The "ImplementedAs" extended attribute can now be specified on IDL
attributes to provide the name of a custom C++ implementation instead
of assuming it will have the same name as the attribute.
2021-03-08 11:50:36 +01:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Generate_CSS_PropertyID_cpp.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Generate_CSS_PropertyID_h.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Generate_CSS_ValueID_cpp.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Generate_CSS_ValueID_h.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WrapperGenerator.cpp LibWeb: Allow specifying a custom C++ implementation for IDL attributes 2021-03-08 11:50:36 +01:00