UI+WebContent: Add menu option to dump display list

This commit is contained in:
Aliaksandr Kalenik
2025-07-12 00:38:19 +02:00
committed by Jelle Raaijmakers
parent 8ae7417445
commit f65db4507a
Notes: github-actions[bot] 2025-07-13 17:16:11 +00:00
4 changed files with 23 additions and 0 deletions

View File

@@ -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:""];