mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibDevTools: Implement enough of the protocol to see a tab list
Previously, we could connect to our DevTools server from Firefox, but could not see any information on Ladybird's opened tabs. This implements enough of the protocol to see a tab list, but we cannot yet inspect the tabs.
This commit is contained in:
parent
58bc44ba2a
commit
b974e91731
Notes:
github-actions[bot]
2025-02-19 13:47:18 +00:00
Author: https://github.com/trflynn89
Commit: b974e91731
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3589
Reviewed-by: https://github.com/ADKaster
9 changed files with 168 additions and 2 deletions
|
@ -45,6 +45,8 @@ public:
|
|||
return actor;
|
||||
}
|
||||
|
||||
void refresh_tab_list();
|
||||
|
||||
private:
|
||||
explicit DevToolsServer(DevToolsDelegate&, NonnullRefPtr<Core::TCPServer>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue