agusantoso / harviewer

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

HAR Diff add-on #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We wrote HAR Diff for GTmetrix (http://gtmetrix.com/) and would like to 
contribute the code back into the HAR Viewer project.

A couple notes:

* See the harDiff.html for usage.
* Pass in diff=true in the query string to enable HAR Diff
* Pass in two inputUrl=... to load multiple HAR files
* You can only diff two HAR files.
* Collapsing/Expanding the HAR file will lose the diff (unfortunately, don't 
know enough domplate to know how to fix this).
* For this to work in IE, the events need to be fixed (see bug #50).

See the following link for more details and an example of it being used:

http://gtmetrix.com/changes.html#changes-hardiff

Adrian

Original issue reported on code.google.com by adrian...@gmail.com on 23 Jun 2011 at 10:46

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Note that the "Pass in two inputUrl=... to load multiple HAR files" step 
requires the attached patch to harModel.js.

Original comment by bradbeattie on 24 Jun 2011 at 4:41

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 86 has been merged into this issue.

Original comment by odva...@gmail.com on 18 Feb 2013 at 6:41