dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Opera Dragonfly for WebKit

Open niutech opened this issue 12 years ago • 1 comments

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!

niutech avatar Feb 21 '13 19:02 niutech

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).

chriskr avatar Feb 21 '13 21:02 chriskr