1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb
Aliaksandr Kalenik 7efdd1c1ec LibWeb: Stub CacheStorage interface
With this change we can again open login form https://discord.com/login
instead of failing in js because `caches.open()` is not defined.
2025-06-05 23:02:21 +02:00
..
BindingsGenerator LibWeb: Stub CacheStorage interface 2025-06-05 23:02:21 +02:00
CMakeLists.txt LibWeb: Generate DescriptorID enum 2025-04-04 10:40:32 +01:00
GenerateAriaRoles.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
GenerateCSSDescriptors.cpp LibWeb/CSS: Parse @page bleed, marks, page-orientation descriptors 2025-05-15 09:53:29 +01:00
GenerateCSSEnums.cpp LibWeb/CSS: Set enum sizes for PropertyID and Keyword 2025-05-20 10:14:21 +12:00
GenerateCSSKeyword.cpp LibWeb/CSS: Set enum sizes for PropertyID and Keyword 2025-05-20 10:14:21 +12:00
GenerateCSSMathFunctions.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
GenerateCSSMediaFeatureID.cpp LibWeb/CSS: Correct how we evaluate boolean media-features 2025-05-23 10:17:58 +01:00
GenerateCSSPropertyID.cpp LibWeb: Serialize CSS declarations as shorthands where applicable 2025-05-29 12:04:28 +02: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 text-wrap CSS property 2025-06-04 12:48:36 +01: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