LadybirdBrowser / ancient-history

The Ladybird web browser
BSD 2-Clause "Simplified" License
1.62k stars 105 forks source link

Chrome DevTools Protocol support #39

Closed jogibear9988 closed 1 year ago

jogibear9988 commented 2 years ago

What about Chrome DevTools Protocol support? (https://chromedevtools.github.io/devtools-protocol/) Would this be possible to implement?

jogibear9988 commented 2 years ago

Why not? Also for example Firefox supports part of it, for example for puppeteer integration. And so could some use Chrome Debugger while developing Ladybird. What would be bad to use a standardized protocol for devtools?

jrasanen commented 2 years ago

What would be bad to use a standardized protocol for devtools

Is there really a standard for the dev tools protocol between the browsers, can you link to the standard? I have not heard about Firefox using Chrome dev tools.

I also agree very much with the statement that this should be as independent as possible, not depending on any single browser-specific API or specifications, but rather on RFCs standardized by the WHATWG or W3C.

jogibear9988 commented 2 years ago

I've not said there is an official standard.

https://firefox-source-docs.mozilla.org/remote/index.html

awesomekling commented 1 year ago

Like all projects in the SerenityOS family, Ladybird has no interest in feature requests from non-contributors. Closing :)