jaipandya / harviewer

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

[Patch] Fix IE syntax error #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Commit r95 introduced a syntax error with IE.

--- har.page.stats.js   (revision 105)
+++ har.page.stats.js   (working copy)
@@ -122,7 +122,7 @@
 }
 var imageTypes = {
     "image/png": 1,
-    "image/jpeg": 1,
+    "image/jpeg": 1
 }

 var flashTypes = {

Original issue reported on code.google.com by adrian...@gmail.com on 11 May 2010 at 8:01

GoogleCodeExporter commented 9 years ago
Patch committed at R106

Thanks for the report and patch!
Honza

Original comment by odva...@gmail.com on 11 May 2010 at 9:12

GoogleCodeExporter commented 9 years ago
This bug should be fixed in HAR 1.1-9, R188
Please verify.

Thanks for the report!
Honza

Original comment by odva...@gmail.com on 6 Jun 2010 at 7:10

GoogleCodeExporter commented 9 years ago
Sorry, the revision is: R118
Honza

Original comment by odva...@gmail.com on 6 Jun 2010 at 7:11