praveenbankbazaar / httparchive

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

HAR Viewer does not display waterfall correctly in Chrome #365

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open http://httparchive.org/viewsite.php?pageid=6090571#waterfall (this is 
the page for www.bbc.co.uk)
2. Compare the waterfall in Chrome and Firefox

What is the expected output? What do you see instead?

In Firefox the resources in the waterfall are displayed in the correct order, 
in Chrome they are not

What version of the product are you using? On what operating system?

Chrome 24 & Firefox 18 on OSX 10.8

Please provide any additional information below.

I believe this is the patch needed to resolve the issue: 
https://github.com/janodvarko/harviewer/commit/ffcc2e5709f7d178f8fc5da6edf1f7125
777b4e7

Original issue reported on code.google.com by dajdav...@gmail.com on 12 Feb 2013 at 6:06

GoogleCodeExporter commented 9 years ago
I updated Honza's harviewer. 

For my own information I'm recording the steps here:
1. go to https://github.com/janodvarko/harviewer
2. copy URL for zip file ( 
https://github.com/janodvarko/harviewer/archive/master.zip )
3. go to HTTP Archive server
4. in /tmp do wget https://github.com/janodvarko/harviewer/archive/master.zip, 
then unzip master.zip
5. copy the webapp submdirectory into the dev directory:
  cd /var/www/httparchive.dev
  mv harviewer harviewer.old
  mv /tmp/harviewer-master/webapp /var/www/httparchive.dev/harviewer

Original comment by stevesou...@gmail.com on 14 Feb 2013 at 6:12