agusantoso / harviewer

Automatically exported from code.google.com/p/harviewer
0 stars 0 forks source link

Reduce columns in waterfall chart #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This enhancement request comes from the httparchive project's use of harviewer: 
http://code.google.com/p/httparchive/issues/detail?id=194

While keeping the total width of the harviewer unchanged, increase the width of 
the column that shows timing bars.

I have prototyped a change to the harviewer code (patch attached) that removes 
some columns, shrinks some of the remaining columns, and adds one new column to 
show a content-type icon.

I suppose the choice of what columns to display could be made data driven - 
e.g., by adding a configuration structure that listed the columns to show or 
hide.

Original issue reported on code.google.com by bri...@brianp.net on 25 Aug 2011 at 3:28

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by odva...@gmail.com on 25 Aug 2011 at 3:34

GoogleCodeExporter commented 9 years ago
Just note for me: an example of modified HAR viewer:
http://www.brianp.net/demo/waterfall4/

Honza

Original comment by odva...@gmail.com on 27 Aug 2011 at 12:34

GoogleCodeExporter commented 9 years ago
Patch committed at R371
- The 'Domain' column is hidden by default
- There is a new 'Type' column showing the mime type (so far as a text only). 
This column is also hidden by default.
- There is a new context menu allowing to customize the list of columns 
(available on the page row).

Honza

Original comment by odva...@gmail.com on 4 Sep 2011 at 12:15

GoogleCodeExporter commented 9 years ago
Selenium test committed at R375

Honza

Original comment by odva...@gmail.com on 4 Sep 2011 at 6:05

GoogleCodeExporter commented 9 years ago
This issue has been fixed in HAR Viewer 2.0.14

You can try it here:
http://www.softwareishard.com/har/viewer/

Honza

Original comment by odva...@gmail.com on 11 Sep 2011 at 3:47