serenity/Userland/Services/WebDriver
Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString
We have a new, improved string type coming up in AK (OOM aware, no null
state), and while it's going to use UTF-8, the name UTF8String is a
mouthful - so let's free up the String name by renaming the existing
class.
Making the old one have an annoying name will hopefully also help with
quick adoption :^)
2022-12-06 08:54:33 +01:00
..
Client.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Client.h WebContent+WebDriver: Implement POST /session/{id}/window endpoint 2022-12-04 09:33:55 -05:00
CMakeLists.txt LibWeb+WebDriver: Move the timeouts configuration object to LibWeb 2022-11-11 22:03:23 +00:00
main.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Session.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Session.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WebContentConnection.cpp WebDriver: Remove "Services/" prefix from local WebDriver includes 2022-11-14 13:43:24 -05:00
WebContentConnection.h WebDriver: Remove "Services/" prefix from local WebDriver includes 2022-11-14 13:43:24 -05:00