Ladybird: Add a simple TaskManager window for tracking child processes

This implementation uses a really basic WebView to update stats once
a second. In the future it might make more sense to both move the
details into LibWebView, and to create a native widget for each platform
to remove the overhead of having an extra WebView.
This commit is contained in:
Andrew Kaster
2024-03-26 11:38:12 -06:00
committed by Andrew Kaster
parent 096feaaeb8
commit 31c0d00ab1
8 changed files with 185 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ list(TRANSFORM FONTS PREPEND "${SERENITY_SOURCE_DIR}/Base/res/fonts/")
set(16x16_ICONS
app-browser.png
app-system-monitor.png
audio-volume-high.png
audio-volume-muted.png
close-tab.png
@@ -48,6 +49,7 @@ set(16x16_ICONS
)
set(32x32_ICONS
app-browser.png
app-system-monitor.png
filetype-folder.png
filetype-unknown.png
msgbox-warning.png