mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
LibWeb: Remove RemoteBrowsingContext and AbstractBrowsingContext
With the transition to Navigables, and a working implementation of window.open(), we no longer need this abstraction layer.
This commit is contained in:
parent
6e75440d5a
commit
9645daaf6c
11 changed files with 23 additions and 154 deletions
|
@ -226,7 +226,6 @@ set(SOURCES
|
|||
Geometry/DOMRect.cpp
|
||||
Geometry/DOMRectList.cpp
|
||||
Geometry/DOMRectReadOnly.cpp
|
||||
HTML/AbstractBrowsingContext.cpp
|
||||
HTML/AnimatedBitmapDecodedImageData.cpp
|
||||
HTML/AttributeNames.cpp
|
||||
HTML/AudioTrack.cpp
|
||||
|
@ -374,7 +373,6 @@ set(SOURCES
|
|||
HTML/PluginArray.cpp
|
||||
HTML/PotentialCORSRequest.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