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 |
|
stasoid
|
32ddeb82d6
|
LibURL+LibWeb: Remove leading slash when converting url to path
...on Windows
|
2025-04-10 19:04:21 -06:00 |
|
Timothy Flynn
|
f070264800
|
Everywhere: Remove sv suffix from format string literals
This prevents the compile-time checks that would catch errors in the
format invocation (which would usually lead to a runtime crash).
|
2025-04-08 20:00:18 -04:00 |
|
Timothy Flynn
|
6078143241
|
LibWeb+WebContent: Remove "chrome" from generated page template strings
|
2025-03-15 19:57:27 -04:00 |
|
Psychpsyo
|
e8c228fb93
|
LibWeb: Properly escape URL on error page
|
2024-11-17 22:14:14 +01:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|