Ladybird: Implement a basic Inspector window for the AppKit chrome

This commit includes only fetching the DOM tree from the WebContent
process and displaying it in an NSOutlineView. The displayed tree
includes some basic styling (e.g. colors).
This commit is contained in:
Timothy Flynn 2023-09-13 14:55:34 -04:00 committed by Andrew Kaster
commit 4483204c9c
Notes: sideshowbarker 2024-07-18 02:47:59 +09:00
10 changed files with 400 additions and 0 deletions

View file

@ -17,6 +17,9 @@
- (void)openConsole:(id)sender;
- (void)onConsoleClosed;
- (void)openInspector:(id)sender;
- (void)onInspectorClosed;
@property (nonatomic, strong) LadybirdWebView* web_view;
@end