1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:18:11 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators
Sam Atkins c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
The goal here is to move the parser-internal classes into this namespace
so they can have more convenient names without causing collisions. The
Parser itself won't collide, and would be more convenient to just
remain `CSS::Parser`, but having a namespace and a class with the same
name makes C++ unhappy.
2022-04-12 23:03:46 +02:00
..
IPCCompiler Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LibEDID Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LibTimeZone Everywhere: Deduplicate day/month name constants 2022-03-18 23:48:50 +00:00
LibUnicode LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35 2022-03-30 14:24:32 +01:00
LibWeb LibWeb: Move CSS Parser into new Web::CSS::Parser namespace 2022-04-12 23:03:46 +02:00
StateMachineGenerator Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt Meta+LibEDID: Download and generate the PNP ID database 2022-01-23 22:45:21 +00:00