ladybird/Userland/Libraries/LibWebView
Timothy Flynn c113d780c6 Ladybird: Move ownership of the JS console/inspector to the tab object
This is to match Browser, where ownership of all "subwidgets" is placed
on the tab as well. This further lets us align the web view callbacks to
match Browser's OOPWV as well, which will later let us move them into
the base LibWebView class.
2023-05-17 19:47:05 +02:00
..
AccessibilityTreeModel.cpp
AccessibilityTreeModel.h
CMakeLists.txt LibWebView: Remove the DumpLayoutTree program 2023-05-16 13:22:23 -07:00
DOMTreeModel.cpp LibWeb+LibWebView: Show shadow roots in the DOM inspector 2023-03-18 20:14:52 +01:00
DOMTreeModel.h
Forward.h
OutOfProcessWebView.cpp Ladybird: Move ownership of the JS console/inspector to the tab object 2023-05-17 19:47:05 +02:00
OutOfProcessWebView.h Ladybird: Move ownership of the JS console/inspector to the tab object 2023-05-17 19:47:05 +02:00
RequestServerAdapter.cpp
RequestServerAdapter.h
StylePropertiesModel.cpp Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
StylePropertiesModel.h Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
ViewImplementation.cpp Ladybird: Move ownership of the JS console/inspector to the tab object 2023-05-17 19:47:05 +02:00
ViewImplementation.h Ladybird: Move ownership of the JS console/inspector to the tab object 2023-05-17 19:47:05 +02:00
WebContentClient.cpp Browser+LibWeb+WebContent: Broadcast video element context menu requests 2023-05-16 12:48:39 +02:00
WebContentClient.h Browser+LibWeb+WebContent: Broadcast video element context menu requests 2023-05-16 12:48:39 +02:00
WebSocketClientAdapter.cpp
WebSocketClientAdapter.h