aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_console_contentview.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor proxy.Server to fix a crash when replaying with -nAldo Cortesi2012-04-021-2/+2
|
* Start rationalizing content views.Aldo Cortesi2012-04-021-23/+11
| | | | | | 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).
* Add a pretty-viewer for images.Aldo Cortesi2012-03-261-0/+7
| | | | | This shows basic image information like dimensions, plus extracted EXIF tags and other metadata.
* Pretty view now indents Javascript.Aldo Cortesi2012-03-251-1/+6
| | | | 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-0/+26
|
* Refactor pretty view mechanism.Aldo Cortesi2012-03-241-0/+135
Also start adding unit tests for this subsystem.