chromeHAR
chromeHAR copied to clipboard
HAR viewer that mimics (or at least tries really hard to) Chromes network tab
The "Size" column sorting is completly irrelevant, MB and KB are mixed together.... 
It would be nice to add support for multiple pages in one HAR, like in this example: http://www.softwareishard.com/har/viewer/?path=examples/softwareishard.com.har
`headersSize` and `bodySize` may be -1 in my HAR files I'm not sure why. I just downloaded them by chrome's dev tools. And it causes the size to be `-2B`:...
It would be helpful if we could remove entries from the HAR file and then export the HAR file
I wrote this patch a year ago. It's not very good quality, but I think it worked. Fiddler was missing the page entry. I would not merge this PR directly,...
Fix multiple pages max time.
/var/www/bot/node_modules/mysql/lib/protocol/Parser.js:82 throw err; ^ TypeError: Cannot read property 'starttime' of undefined at Query._callback (/var/www/bot/sell.js:258:44) at Query.Sequence.end (/var/www/bot/node_modules/mysql/lib/protocol/sequences/Sequence.js:96:24) at Query._handleFinalResultPacket (/var/www/bot/node_modules/mysql/lib/protocol/sequences/Query.js:144:8) at Query.EofPacket (/var/www/bot/node_modules/mysql/lib/protocol/sequences/Query.js:128:8) at Protocol._parsePacket (/var/www/bot/node_modules/mysql/lib/protocol/Protocol.js:271:23) at Parser.write (/var/www/bot/node_modules/mysql/lib/protocol/Parser.js:77:12) at...
Happens with chromium Version 36.0.1985.125 Ubuntu 14.04 (283153) console: TypeError: Cannot read property 'startTime' of undefined at Object. (http://ericduran.github.io/chromeHAR/js/controllers.js:110:47) at Function.x.extend.each (http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js:4:4575) at Object.$scope.updateHar (http://ericduran.github.io/chromeHAR/js/controllers.js:108:9) at http://ericduran.github.io/chromeHAR/js/controllers.js:247:22 at Object.g.$eval (http://ajax.googleapis.com/ajax/libs/angularjs/1.2.0rc1/angular.min.js:104:502)...
which would be useful
In a recent version of Chrome, they've redesigned the Developer Tools, including the Network tab:  It'd be neat if chromeHAR could start using those styles. I'd be willing to...