operasoftware / dragonfly

Opera Dragonfly is a fully featured development and debugging tool integrated into the Opera browser.
http://www.opera.com/dragonfly/
Apache License 2.0
160 stars 48 forks source link

Opera Dragonfly for WebKit #158

Open niutech opened 11 years ago

niutech commented 11 years ago

I would like to propose a port of your fantastic Opera Dragonfly tool to WebKit browsers, including the upcoming Opera on WebKit. The UI would stay the same, but the underlying protocol would use Webkit Remote Debugging.

Is it possible? Maybe with a help of Dragonkeeper? What should we start with?

Thanks!

chriskr commented 11 years ago

Difficult, if possible at all. Some concepts don't match, e.g. in the Scope protocol (http://operasoftware.github.com/scope-interface/) all the windows are available in one session while in WebKit a session is bound to a tab (reflecting different architectures). Also the details are at the end quite different (https://developers.google.com/chrome-developer-tools/docs/protocol/1.0/index).