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:
parent
40ec976781
commit
8026c63e10
3 changed files with 78 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue