mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibWebView: Change the DevTools server to be a runtime-enabled feature
This commit is contained in:
parent
810d04b3f4
commit
df7917d705
Notes:
github-actions[bot]
2025-03-15 18:10:51 +00:00
Author: https://github.com/trflynn89
Commit: df7917d705
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3956
3 changed files with 23 additions and 6 deletions
|
@ -62,6 +62,11 @@ public:
|
|||
|
||||
ErrorOr<LexicalPath> path_for_downloaded_file(StringView file) const;
|
||||
|
||||
enum class DevtoolsState {
|
||||
Disabled,
|
||||
Enabled,
|
||||
};
|
||||
ErrorOr<DevtoolsState> toggle_devtools_enabled();
|
||||
void refresh_tab_list();
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue