1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:48:14 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
Andreas Kling ec24d7555a LibWeb: Add a simple internals objects only available during testing
This object is available as `window.internals` (or just `internals`) and
is only accessible while running in "test mode".

This first version only has one API: gc(), which triggers a garbage
collection immediately.

In the future, we can add more APIs here to help us test parts of the
engine that are hard or impossible to reach via public web APIs.
2023-08-06 15:26:34 +02:00
..
BindingsGenerator LibWeb: Add a simple internals objects only available during testing 2023-08-06 15:26:34 +02:00
CMakeLists.txt LibWeb: Generate parsing code for CSS math functions 2023-07-15 10:23:33 +02:00
GenerateAriaRoles.cpp LibWeb: Build out the ARIA role model 2023-07-06 11:21:36 +01:00
GenerateCSSEasingFunctions.cpp Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2023-07-13 05:10:41 +02:00
GenerateCSSEnums.cpp CodeGenerators: Port GenerateCSSEnums to new SourceGenerator API 2023-06-17 17:48:06 +01:00
GenerateCSSMathFunctions.cpp LibWeb: Generate parsing code for CSS math functions 2023-07-15 10:23:33 +02:00
GenerateCSSMediaFeatureID.cpp CodeGenerators: Port GenerateCSSMediaFeatureID to new SourceGen API 2023-06-17 17:48:06 +01:00
GenerateCSSPropertyID.cpp LibWeb: Implement the CSS all property 2023-07-29 19:16:08 +02:00
GenerateCSSTransformFunctions.cpp CodeGenerators: Port GenerateCSSTransformFunctions to new SourceGen API 2023-06-17 17:48:06 +01:00
GenerateCSSValueID.cpp CodeGenerators: Port GenerateCSSValueID to new SourceGenerator API 2023-06-17 17:48:06 +01:00
GenerateWindowOrWorkerInterfaces.cpp LibWeb: Add a simple internals objects only available during testing 2023-08-06 15:26:34 +02:00
GeneratorUtil.h CodeGenerators: Convert GeneratorUtil to String 2023-06-17 17:48:06 +01:00