ladybird/Userland/Services
Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable
This will make it easier to support both string types at the same time
while we convert code, and tracking down remaining uses.

One big exception is Value::to_string() in LibJS, where the name is
dictated by the ToString AO.
2022-12-06 08:54:33 +01:00
..
AudioServer AudioServer: Detect improperly detached audio clients 2022-11-25 17:43:16 -07:00
ChessEngine AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Clipboard AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ConfigServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CrashDaemon AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DHCPClient Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
EchoServer Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
FileOperation Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
FileSystemAccessServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ImageDecoder Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
InspectorServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
KeyboardPreferenceLoader Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
LaunchServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
LoginServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
LookupServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
NetworkServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
NotificationServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
RequestServer AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SpiceAgent AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SQLServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
SystemServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Taskbar Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
TelnetServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
WebContent Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
WebDriver AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WebServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
WebSocket AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WindowServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
CMakeLists.txt WebDriver: Add new WebDriver service 2022-10-12 23:07:42 +02:00