mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:48:10 +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:
parent
ffdc2d8add
commit
1fe486cebe
6 changed files with 581 additions and 0 deletions
|
@ -14,6 +14,7 @@ class ConsoleClient;
|
|||
class CookieJar;
|
||||
class Database;
|
||||
class History;
|
||||
class InspectorClient;
|
||||
class OutOfProcessWebView;
|
||||
class ViewImplementation;
|
||||
class WebContentClient;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue