mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 12:49:05 +00:00
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:
parent
33b006f157
commit
4483204c9c
Notes:
sideshowbarker
2024-07-18 02:47:59 +09:00
Author: https://github.com/trflynn89
Commit: 4483204c9c
Pull-request: https://github.com/SerenityOS/serenity/pull/21063
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/bugaevc
10 changed files with 400 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
- (void)openConsole:(id)sender;
|
||||
- (void)onConsoleClosed;
|
||||
|
||||
- (void)openInspector:(id)sender;
|
||||
- (void)onInspectorClosed;
|
||||
|
||||
@property (nonatomic, strong) LadybirdWebView* web_view;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue