ladybird/Ladybird/AppKit/UI
Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String
This commit un-deprecates DeprecatedString, and repurposes it as a byte
string.
As the null state has already been removed, there are no other
particularly hairy blockers in repurposing this type as a byte string
(what it _really_ is).

This commit is auto-generated:
  $ xs=$(ack -l \bDeprecatedString\b\|deprecated_string AK Userland \
    Meta Ports Ladybird Tests Kernel)
  $ perl -pie 's/\bDeprecatedString\b/ByteString/g;
    s/deprecated_string/byte_string/g' $xs
  $ clang-format --style=file -i \
    $(git diff --name-only | grep \.cpp\|\.h)
  $ gn format $(git ls-files '*.gn' '*.gni')
2023-12-17 18:25:10 +03:30
..
Event.h Ladybird+LibWeb: Add MouseEvent screenX and screenY support 2023-09-15 22:12:56 +02:00
Event.mm Ladybird+LibWeb: Add MouseEvent screenX and screenY support 2023-09-15 22:12:56 +02:00
Inspector.h Ladybird/AppKit: Port the Inspector to the WebView InspectorClient 2023-11-24 08:37:19 +01:00
Inspector.mm Ladybird+LibWebView: Add an Inspector action to clone a DOM node 2023-12-07 23:16:34 +01:00
InspectorController.h Ladybird: Implement a basic Inspector window for the AppKit chrome 2023-09-18 11:11:23 -06:00
InspectorController.mm Ladybird/AppKit: Port the Inspector to the WebView InspectorClient 2023-11-24 08:37:19 +01:00
LadybirdWebView.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LadybirdWebView.mm Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LadybirdWebViewBridge.cpp LibWeb: Refactor WebContentServer mouse input message to DevicePixel 2023-12-16 11:08:51 +01:00
LadybirdWebViewBridge.h LibWeb: Refactor WebContentServer mouse input message to DevicePixel 2023-12-16 11:08:51 +01:00
Palette.h Ladybird: Inform WebContent whether the AppKit chrome is in dark mode 2023-08-28 11:17:48 -04:00
Palette.mm Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Tab.h Ladybird/AppKit: Remove the standalone JavaScript console 2023-12-02 10:34:22 +01:00
Tab.mm Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TabController.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TabController.mm Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30