ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb
Shannon Booth 084cceab5c LibWeb: Split out SimilarOriginWindowAgent from HTML::Agent
To allow for adding the concept of a WorkerAgent to be reused
between shared and dedicated workers. An event loop is the
commonality between the different agent types, though, there
are some differences between those event loops which we customize
on the construction of the HTML::EventLoop.
2025-04-25 14:07:51 +02:00
..
BindingsGenerator LibWeb: Split out SimilarOriginWindowAgent from HTML::Agent 2025-04-25 14:07:51 +02:00
CMakeLists.txt LibWeb: Generate DescriptorID enum 2025-04-04 10:40:32 +01:00
GenerateAriaRoles.cpp AK+Everywhere: Remove now-unecessary use of ByteString with JSON types 2025-02-20 19:27:51 -05:00
GenerateCSSDescriptors.cpp LibWeb: Make storage of CSS::StyleValues const-correct 2025-04-16 10:41:44 -06:00
GenerateCSSEnums.cpp CodeGenerators: Fix clang-18 crash by specifying types explicitly 2025-02-22 12:38:11 -05:00
GenerateCSSKeyword.cpp LibWeb/CSS: Use NumericCalculationNode for constants 2025-02-27 21:42:43 +01:00
GenerateCSSMathFunctions.cpp LibWeb: Make storage of CSS::CalculationNodes const-correct 2025-04-16 10:41:44 -06:00
GenerateCSSMediaFeatureID.cpp AK+Everywhere: Remove now-unecessary use of ByteString with JSON types 2025-02-20 19:27:51 -05:00
GenerateCSSPropertyID.cpp LibWeb: Make storage of CSS::StyleValues const-correct 2025-04-16 10:41:44 -06:00
GenerateCSSPseudoClass.cpp LibWeb: Make :hover invalidation logic reusable for all pseudo classes 2025-04-17 19:45:55 +02:00
GenerateCSSPseudoElement.cpp LibWeb: Implement functional pseudo-element parsing 2025-03-25 07:54:13 +00:00
GenerateCSSStyleProperties.cpp CodeGenerators: Move some utilities out of GenerateCSSStyleProperties 2025-03-27 11:53:09 +00:00
GenerateCSSTransformFunctions.cpp AK+Everywhere: Store JSON strings as String 2025-02-20 19:27:51 -05:00
GenerateNamedCharacterReferences.cpp LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
GenerateWebGLRenderingContext.cpp AK+Everywhere: Change StringView case conversions to return String 2025-04-07 17:44:38 +02:00
GenerateWindowOrWorkerInterfaces.cpp LibJS: Replace PropertyKey(char[]) with PropertyKey(FlyString) 2025-03-24 22:27:17 +00:00
GeneratorUtil.h CodeGenerators: Move some utilities out of GenerateCSSStyleProperties 2025-03-27 11:53:09 +00:00