Timothy Flynn
06796f5f7f
LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI
...
Passing the browser command line and executable path to every WebContent
process just in case we load about:version always felt a bit weird. We
now use the WebUI framework to load this information on demand.
2026-04-21 06:59:11 -04:00
Ben Wiederhake
aeaa68c6fa
AK: Remove unused include from NumberFormat
2026-02-17 12:38:51 +00:00
Timothy Flynn
ac246caa0c
LibWeb: Remove now-unused Resource and ResourceClient
...
And deal with the fallout of transitive includes.
2025-11-05 18:27:36 +01:00
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