You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seriously, this is the best dev tool i've ever used. js / html / css dev with dragonfly is just a treat, and it even makes debugging enjoyable !
I hope it doesn't go away with the move to chromium !
The text was updated successfully, but these errors were encountered:
@hzr I am wondering if we could port parts. I was looking at it more and it seems to be possible at least part 80% of it. Things that could easily go over.
Documents, is pretty much just a nicer formatted version of Elements (minus the tab switching)
Scripts, is just the Resources -> Scripts section cleaned up. Should be an easy port.
Network could be ported (at least mostly).
** Make Request - could be ported fairly easily
** Network options - I don't think that is possible to port. At least universally.
Resources is just a nicer looking resources.
Storage is just Cookies, Application Cache, Local Storage, Web SQL, IndexedDB combined into a nicer looking format.
Profiler - can't really do much but make it look better on the Chrome side.
Errors - I don't think it would be possible to port. But it may be possible to sort of port it by hacking some parts.
Utilities - could be implemented as an extension fairly easily
Console - could be themed to look like Opera's. I don't think much more could be done.
What part of dragonfly does everyone really like? Sadly some really strong features such as persistance (not possible) and profiler could be extremely hard to implement or require hacking WebKit core.
Seriously, this is the best dev tool i've ever used. js / html / css dev with dragonfly is just a treat, and it even makes debugging enjoyable !
I hope it doesn't go away with the move to chromium !
The text was updated successfully, but these errors were encountered: