ladybird/Userland/Services/LaunchServer
networkException 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers
URL had properly named replacements for protocol(), set_protocol() and
create_with_file_protocol() already. This patch removes these function
and updates all call sites to use the functions named according to the
specification.

See https://url.spec.whatwg.org/#concept-url-scheme
2022-09-29 09:39:04 +01:00
..
CMakeLists.txt Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
ConnectionFromClient.cpp Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ConnectionFromClient.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
LaunchClient.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
Launcher.cpp AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
Launcher.h LaunchServer: Let open_file_url use app defaults 2022-07-27 17:11:25 +01:00
LaunchServer.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
main.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00