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

Display custom content-type content bodies in Network Display #154

Closed mrak closed 2 years ago

mrak commented 11 years ago

See issue #153 Network details doesn't display custom content-type body

I also noticed that some content bodies were displayed starting as data:application/json;base64, and then followed by the encoded content. I added in the potential base64 decoding prior to the display in the view as well.

I wasn't sure what the policy was on unit test suite maintenance, so I have not submitted my unit tests in this pull request.

Please let me know if this feature is already completed, in-progress, or acceptable in this form :)

mrak commented 2 years ago

No longer in development