Tomasz Strejczek
6fb2be96bf
Everywhere: Replace DateTime::to_string() with UnixDateTime::to_string()
...
Replace LibCore::DateTime::to_string() with
AK::UnixDateTime::to_string().
Remove unncessary #include <LibCore/DateTime.h>.
2025-06-19 18:42:45 -06:00
Timothy Flynn
64aaf73775
LibWeb: Avoid using JsonParser directly in WebDriver
...
No need to construct a temporary parser.
2025-03-20 10:50:24 +01:00
Timothy Flynn
fe2dff4944
AK+Everywhere: Convert JSON value serialization to String
...
This removes the use of StringBuilder::OutputType (which was ByteString,
and only used by the JSON classes). And it removes the StringBuilder
template parameter from the serialization methods; this was only ever
used with StringBuilder, so a template is pretty overkill here.
2025-02-20 19:27:51 -05:00
Timothy Flynn
9879ac0893
LibWeb+WebContent+WebDriver: Port WebDriver to String
2025-02-20 19:27:51 -05:00
Timothy Flynn
bc54c0cdfb
AK+Everywhere: Store JSON strings as String
2025-02-20 19:27:51 -05:00
Timothy Flynn
e591636419
AK+Everywhere: Store JSON object keys as String
2025-02-20 19:27:51 -05:00
Timothy Flynn
70eb0ba1cd
AK+Everywhere: Remove the char const*
JSON value constructor
2025-02-20 19:27:51 -05:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00