mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
UI+WebContent: Add menu option to dump display list
This commit is contained in:
committed by
Jelle Raaijmakers
parent
8ae7417445
commit
f65db4507a
Notes:
github-actions[bot]
2025-07-13 17:16:11 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/f65db4507a8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5390 Reviewed-by: https://github.com/gmta ✅
@@ -346,6 +346,11 @@ static NSString* const TOOLBAR_TAB_OVERVIEW_IDENTIFIER = @"ToolbarTabOverviewIde
|
||||
[self debugRequest:"dump-dom-tree" argument:""];
|
||||
}
|
||||
|
||||
- (void)dumpDisplayList:(id)sender
|
||||
{
|
||||
[self debugRequest:"dump-display-list" argument:""];
|
||||
}
|
||||
|
||||
- (void)dumpLayoutTree:(id)sender
|
||||
{
|
||||
[self debugRequest:"dump-layout-tree" argument:""];
|
||||
|
||||
Reference in New Issue
Block a user