aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/contentview.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Start rationalizing content views.Aldo Cortesi2012-04-021-66/+65
| | | | | | We now no longer have distinction between "pretty" view and hex/raw. Instead, we simply a default AUTO view with a global override (M) and a local override (m).
* Tune content viewing to maintain responsiveness:Aldo Cortesi2012-04-011-7/+7
| | | | | | - Reduce display cutoff to 20k. - Make sure that we only indent the visible part of a JS body, not the whole thing.
* Add image pretty viewer to forcing options.Aldo Cortesi2012-03-261-0/+1
|
* Add a pretty-viewer for images.Aldo Cortesi2012-03-261-1/+45
| | | | | This shows basic image information like dimensions, plus extracted EXIF tags and other metadata.
* Pretty view now indents Javascript.Aldo Cortesi2012-03-251-2/+23
| | | | Thanks to the JSBeautifier project, which is now included in the contrib directory.
* Re-enable simple multipart form parsing and preview.Aldo Cortesi2012-03-251-27/+40
|
* Refactor pretty view mechanism.Aldo Cortesi2012-03-241-79/+87
| | | | Also start adding unit tests for this subsystem.
* Factor out content view apparatus into contentview.pyAldo Cortesi2012-03-241-0/+177