1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 09:17:45 +00:00

LibWeb: Introduce RemoteBrowsingContext

Remote browsing context represents top level browsing context that
lives in another WebContent process.
This commit is contained in:
Aliaksandr Kalenik 2023-03-14 13:44:54 +03:00 committed by Tim Flynn
parent 40ec976781
commit 8026c63e10
3 changed files with 78 additions and 0 deletions

View file

@ -283,6 +283,7 @@ set(SOURCES
HTML/Plugin.cpp
HTML/PluginArray.cpp
HTML/PromiseRejectionEvent.cpp
HTML/RemoteBrowsingContext.cpp
HTML/Scripting/ClassicScript.cpp
HTML/Scripting/Environments.cpp
HTML/Scripting/ExceptionReporter.cpp