aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_console_contentview.py
Commit message (Collapse)AuthorAgeFilesLines
* fix linux tests...Maximilian Hils2014-03-131-6/+6
|
* Much more sophisticated cert handlingAldo Cortesi2014-03-051-1/+1
| | | | | | - Specify per-domain certificates and keys - Certs are no longer regenerated for SANs - And more. :)
* add basic backwards searchPedro Worcel2014-02-221-97/+0
|
* Merge pull request #193 from droope/search-functionalityAldo Cortesi2014-01-041-0/+98
|\ | | | | Search functionality
| * now really fix it + testPedro Worcel2013-12-261-1/+20
| |
| * add looping aroundPedro Worcel2013-12-261-0/+21
| |
| * fix failing testPedro Worcel2013-12-251-1/+2
| |
| * Add focusing, and fixes non-clearance of prev searches. Addroot2013-12-251-6/+49
| | | | | | | | documentation.
| * test passing, UI still not workingroot2013-12-241-0/+14
| |
* | Add CSS view which beautifies CSS files if cssutils library is available,Tomaz Muraus2014-01-041-0/+25
|/ | | | otherwise it acts as a no-op.
* update tests to reflect changes to options.scriptsMaximilian Hils2013-06-171-0/+5
|
* always read files in binary modeMaximilian Hils2013-06-161-8/+8
|
* Adds a new view for protocol buffersNicolas Esteves2013-04-061-0/+8
| | | | | | | | | The view uses protoc from the Google protocol buffer tools. If the tool isn't installed, the view isn't shown. Google protobuf repo: https://code.google.com/p/protobuf/
* Keep blank URL parametersEric Entzel2013-02-111-1/+3
| | | | TODO: This should probably be configurable
* Substantially rewrite AMF decoding.Aldo Cortesi2012-11-261-9/+22
| | | | This is tricky, but we should now handle a lot more corner-cases.
* Send tracebacks from content viewers to event log.Aldo Cortesi2012-08-181-5/+20
| | | | Also, 100% test coverage for content viewers.
* Further simplifcation and testing of contentviews.Aldo Cortesi2012-08-181-37/+21
|
* Huge cleanup of content viewers.Aldo Cortesi2012-08-181-44/+58
|
* Optional AMF decoding supportSahn Lam2012-08-171-0/+23
| | | | If PyAMF is installed, enable AMF decoding.
* Port mitmproxy test suite entirely to nose.Aldo Cortesi2012-06-091-10/+14
|
* Add an "f" shortcut key to load full body contents.Aldo Cortesi2012-04-081-32/+39
|
* XML/HTML pretty view tweaks.Aldo Cortesi2012-04-071-8/+7
|
* Integrate lxml for pretty-printing HTML and XML.Aldo Cortesi2012-04-071-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 -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.