mirror of
https://github.com/RGBCube/serenity
synced 2025-05-21 15:05:07 +00:00
![]() 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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp |