ladybird/DevTools
Andreas Kling c258c9a4b2 FormCompiler: Oops, need to use JsonValue::serialized() for properties
When assigning properties, we were relying on the JSON serialization
code to wrap strings in double-quotes ("). JsonValue::to_string() does
not wrap string values, so what we want here is serialized(). :^)
2019-08-07 22:09:33 +02:00
..
FormCompiler FormCompiler: Oops, need to use JsonValue::serialized() for properties 2019-08-07 22:09:33 +02:00
IPCCompiler IPCCompiler: Don't generate "OwnPtr<void>" as a handle() return type 2019-08-03 21:34:08 +02:00
VisualBuilder JSON: Templatize the JSON serialization code 2019-08-07 21:29:32 +02:00