1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:48:13 +00:00

LibWebView: Implement a WebView-based Inspector client

This is modeled after a similar implementation for the JS console.

This client takes over an inspector WebView (created by the chrome) to
create the inspector application. Currently, this application includes
the DOM tree and accessibility tree as a first pass. It can later be
extended to included the style tables, the JS console itself, etc.
This commit is contained in:
Timothy Flynn 2023-11-23 12:26:38 -05:00 committed by Andreas Kling
parent ffdc2d8add
commit 1fe486cebe
6 changed files with 581 additions and 0 deletions

View file

@ -5,6 +5,7 @@ set(SOURCES
CookieJar.cpp
Database.cpp
History.cpp
InspectorClient.cpp
PropertyTableModel.cpp
RequestServerAdapter.cpp
SearchEngine.cpp