1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 23:28:12 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
Luke Wilde 165abafb80 LibWeb: Add initial implementation of IntersectionObserver
The main missing features are rootMargin, proper nested browsing
context support and content clip/clip-path support.

This makes images appear on some sites, such as YouTube and
howstuffworks.com.
2023-07-07 05:27:25 +02:00
..
BindingsGenerator LibWeb: Add initial implementation of IntersectionObserver 2023-07-07 05:27:25 +02:00
CMakeLists.txt LibWeb: Build out the ARIA role model 2023-07-06 11:21:36 +01:00
GenerateAriaRoles.cpp LibWeb: Build out the ARIA role model 2023-07-06 11:21:36 +01:00
GenerateCSSEnums.cpp CodeGenerators: Port GenerateCSSEnums to new SourceGenerator API 2023-06-17 17:48:06 +01:00
GenerateCSSMediaFeatureID.cpp CodeGenerators: Port GenerateCSSMediaFeatureID to new SourceGen API 2023-06-17 17:48:06 +01:00
GenerateCSSPropertyID.cpp LibWeb: Generate function for what properties resolve percentages to 2023-07-06 09:28:16 +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 AK: Propagate errors from SourceGenerator::fork() 2023-06-17 17:48:06 +01:00
GeneratorUtil.h CodeGenerators: Convert GeneratorUtil to String 2023-06-17 17:48:06 +01:00