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:
parent
63d09f6daf
commit
bac4fc1b73
5 changed files with 217 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue