Idan Horowitz
3ee8b5e534
LibWeb: Cache and reuse resolved IDL imports instead of rejecting them
...
This ensures that transitive imports succeed even if they were directly
imported beforehand.
2022-04-02 12:22:48 +04:30
Idan Horowitz
1c4f128fd1
LibWeb: Add support for IDL callback functions
2022-03-31 01:10:47 +02:00
Idan Horowitz
c14cb65215
LibWeb: Add support for IDL typedefs
2022-03-31 01:10:47 +02:00
Idan Horowitz
f0cd28dedd
LibWeb: Stop generating C++ includes for non-code-generating IDL files
...
Specifically, IDL files that do not include interface or enumeration
declarations do not generate any code, and as such should not be
included.
2022-03-31 01:10:47 +02:00
Ali Mohammad Pur
c38163494a
WrapperGenerator: Add support for IDL mixin interfaces
2022-02-17 19:55:27 +01:00
Ali Mohammad Pur
e9c76d339b
Meta: Split and refactor the WrapperGenerator a bit
...
The single 4000-line WrapperGenerator.cpp file was proving to be a pain
to hack, and was filled with spaghetti, split it into a bunch of files
to lessen the impact of the spaghetti.
Also refactor the whole parser to use a class instead of a giant
function with a million lambdas.
2022-02-17 19:55:27 +01:00