1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

Ladybird: Add more items to the debug menu of the AppKit chrome

This commit is contained in:
implicitfield 2023-09-10 19:49:53 +04:00 committed by Tim Flynn
parent 63d09f6daf
commit bac4fc1b73
5 changed files with 217 additions and 4 deletions

View file

@ -146,6 +146,11 @@ struct HideCursor {
m_web_view_bridge->set_preferred_color_scheme(color_scheme);
}
- (void)debugRequest:(DeprecatedString const&)request argument:(DeprecatedString const&)argument
{
m_web_view_bridge->debug_request(request, argument);
}
- (void)viewSource
{
m_web_view_bridge->get_source();