1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 20:12:06 +00:00
serenity/Services/LaunchServer
Sergey Bugaev 602c3fdb3a AK: Rename FileSystemPath -> LexicalPath
And move canonicalized_path() to a static method on LexicalPath.

This is to make it clear that FileSystemPath/canonicalized_path() only
perform *lexical* canonicalization.
2020-05-26 14:35:10 +02:00
..
ClientConnection.cpp LaunchServer: Discover handlers from *.af files, allow launching based on a known handler 2020-05-18 11:27:27 +02:00
ClientConnection.h LaunchServer+LibDesktop: Add API to list handlers for a given URL 2020-05-12 18:49:24 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
LaunchClient.ipc LaunchServer: Add the LaunchServer to centralise file associations. 2020-05-09 15:12:56 +02:00
Launcher.cpp AK: Rename FileSystemPath -> LexicalPath 2020-05-26 14:35:10 +02:00
Launcher.h LaunchServer: Discover handlers from *.af files, allow launching based on a known handler 2020-05-18 11:27:27 +02:00
LaunchServer.ipc LaunchServer: Discover handlers from *.af files, allow launching based on a known handler 2020-05-18 11:27:27 +02:00
main.cpp LaunchServer: Discover handlers from *.af files, allow launching based on a known handler 2020-05-18 11:27:27 +02:00