1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 06:37:36 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
Linus Groh fb1dca2c4b LibWeb: Move WebSocket into the Web::WebSockets namespace
WebSockets got moved from the HTML standard to their own, the new
WebSockets Standard (https://websockets.spec.whatwg.org).

Move the IDL file and implementation into a new WebSockets directory and
C++ namespace accordingly.
2022-02-18 19:34:08 +00:00
..
WrapperGenerator LibWeb: Move WebSocket into the Web::WebSockets namespace 2022-02-18 19:34:08 +00:00
CMakeLists.txt Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
Generate_CSS_PropertyID_cpp.cpp LibWeb: Type-check calc() in in property_accepts_value() 2022-02-04 13:52:02 +01:00
Generate_CSS_PropertyID_h.cpp AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01:00
Generate_CSS_ValueID_cpp.cpp AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01:00
Generate_CSS_ValueID_h.cpp AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01:00