mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
LibWeb+LibWebView+WebContent: Add an about:processes page
The intent is that this will replace the separate Task Manager window. This will allow us to more easily add features such as actual process management, better rendering of the process table, etc. Included in this page is the ability to sort table rows. This also lays the ground work for more internal `about` pages, such as about:config.
This commit is contained in:
Notes:
github-actions[bot]
2025-03-19 14:04:39 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/843209c6a96 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3967 Reviewed-by: https://github.com/shannonbooth
@@ -79,7 +79,7 @@ void WindowEnvironmentSettingsObject::setup(Page& page, URL::URL const& creation
|
||||
|
||||
// Non-Standard: We cannot fully initialize window object until *after* the we set up
|
||||
// the realm's [[HostDefined]] internal slot as the internal slot contains the web platform intrinsics
|
||||
MUST(window.initialize_web_interfaces({}));
|
||||
MUST(window.initialize_web_interfaces({}, creation_url));
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/window-object.html#script-settings-for-window-objects:responsible-document
|
||||
|
||||
Reference in New Issue
Block a user