ladybird/Ladybird/WebDriver
Timothy Flynn 11fe34ce0f headless-browser: Re-implement headless-browser using an OOPWV
headless-browser currently uses its own PageClient to load web pages
in-process. Due to this, it also needs to set up a whole bunch of other
objects needed to run LibWeb, e.g. image decoders, request servers, etc.

This changes headless-browser to instead implement a WebView to launch
WebContent out-of-process. This implementation is almost entirely empty,
but can be filled in as-needed. For example, we may want to print
JavaScript console messages.
2023-03-13 07:21:00 +00:00
..
CMakeLists.txt Ladybird: Spawn ladybird and headless-browser using helpers in WebDriver 2023-02-02 05:35:44 -07:00
main.cpp headless-browser: Re-implement headless-browser using an OOPWV 2023-03-13 07:21:00 +00:00