1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

LibWeb: Remove the InProcessWebView widget

Let's simplify our offering by only having the OutOfProcessWebView.
This commit is contained in:
Andreas Kling 2022-04-06 14:57:14 +02:00
parent e076f9997f
commit 59e8dedea2
5 changed files with 0 additions and 511 deletions

View file

@ -233,7 +233,6 @@ set(SOURCES
HTML/WorkerLocation.cpp
HighResolutionTime/Performance.cpp
ImageDecoding.cpp
InProcessWebView.cpp
IntersectionObserver/IntersectionObserver.cpp
Layout/BlockContainer.cpp
Layout/BlockFormattingContext.cpp