mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +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
|
@ -11,7 +11,6 @@ source_set("HTML") {
|
|||
"//Userland/Libraries/LibWeb:all_generated",
|
||||
]
|
||||
sources = [
|
||||
"AbstractBrowsingContext.cpp",
|
||||
"AnimatedBitmapDecodedImageData.cpp",
|
||||
"AttributeNames.cpp",
|
||||
"AudioTrack.cpp",
|
||||
|
@ -140,7 +139,6 @@ source_set("HTML") {
|
|||
"PluginArray.cpp",
|
||||
"PotentialCORSRequest.cpp",
|
||||
"PromiseRejectionEvent.cpp",
|
||||
"RemoteBrowsingContext.cpp",
|
||||
"SelectItem.cpp",
|
||||
"SessionHistoryEntry.cpp",
|
||||
"SharedImageRequest.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue