ladybird/Userland/Applications/SystemMonitor
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
..
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
GraphWidget.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
GraphWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
main.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
MemoryStatsWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
MemoryStatsWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
NetworkStatisticsWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
NetworkStatisticsWidget.h SystemMonitor: Add context menu for opening adapter in NetworkSettings 2022-11-02 12:00:26 +00:00
ProcessFileDescriptorMapWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProcessFileDescriptorMapWidget.h SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ProcessMemoryMapWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProcessMemoryMapWidget.h SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ProcessModel.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProcessModel.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProcessStateWidget.cpp Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
ProcessStateWidget.h SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ProcessUnveiledPathsWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProcessUnveiledPathsWidget.h SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00
ProcessWindow.gml LibGUI: Remove Label icons and replace instances with ImageWidget 2023-04-30 05:48:14 +02:00
SystemMonitor.gml SystemMonitor: Remove GML references to the deleted Hardware tab 2022-08-12 12:24:40 +02:00
ThreadStackWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ThreadStackWidget.h SystemMonitor: Convert most widgets to a failable factory 2023-05-22 06:12:17 +02:00