Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XML/HTML pretty view tweaks. | Aldo Cortesi | 2012-04-07 | 1 | -8/+7 |
| | |||||
* | Integrate lxml for pretty-printing HTML and XML. | Aldo Cortesi | 2012-04-07 | 1 | -3/+20 |
| | | | | | Tackling the pretty-printing performance problem head-on, at the cost of a major dependency. | ||||
* | Refactor proxy.Server to fix a crash when replaying with -n | Aldo Cortesi | 2012-04-02 | 1 | -2/+2 |
| | |||||
* | Start rationalizing content views. | Aldo Cortesi | 2012-04-02 | 1 | -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 Cortesi | 2012-03-26 | 1 | -0/+7 |
| | | | | | This shows basic image information like dimensions, plus extracted EXIF tags and other metadata. | ||||
* | Pretty view now indents Javascript. | Aldo Cortesi | 2012-03-25 | 1 | -1/+6 |
| | | | | Thanks to the JSBeautifier project, which is now included in the contrib directory. | ||||
* | Re-enable simple multipart form parsing and preview. | Aldo Cortesi | 2012-03-25 | 1 | -0/+26 |
| | |||||
* | Refactor pretty view mechanism. | Aldo Cortesi | 2012-03-24 | 1 | -0/+135 |
Also start adding unit tests for this subsystem. |