ladybird/Userland
Timothy Flynn adfe120d1e headless-browser: Migrate service management to the browser Application
We currently run all tests in a single WebView instance. That instance
owns the process-wide RequestClient / ImageDecoderClient, so if we were
to create a second instance, we'd run into trouble.

This migrates ownership of these services to the Application class, and
makes the Application own the WebView. In the future, this will let the
Application own a list of views.
2024-10-06 19:24:25 +02:00
..
Libraries LibWeb: Simplify static position calculation for block-level boxes 2024-10-06 18:51:16 +02:00
Services WebContent+WebDriver: Handle when new windows are immediately closed 2024-10-06 01:42:24 +01:00
Utilities headless-browser: Migrate service management to the browser Application 2024-10-06 19:24:25 +02:00