Thanks for the test case! I have tested with Firebug 1.3 ... http://getfirebug.com/releases/firebug/1.3/firebug-1.3.0b5.xpi ...and reproduced the bug exactly as you described.
I have committed a patch to branches/Firebug1.4 (R1480) tested again and works for me (Windows XP/Firefox 3.0.4). The patch should be part of Firebug1.4a9 (I believe should be available soon). Thanks again for the help! Honza On Dec 9, 2:19 pm, "Hernan Rodriguez Colmeiro" <[EMAIL PROTECTED]> wrote: > Well, I think I have some test case :) > > Based on my assumptions, I thought that the issue is somewhat related to > "big files + cache", so I made some javascript junk to see what happens with > just big files. > I generated a simple script, pushing into an array "a" 500 arrays of 100 > elements each. The pushed arrays are disjoint sets, aiming to reduce the > gzip compression rate. > > Testing with this file, I found that this errors appears after some > consecutive reloads: > > 1. In the first load, every item gets 200 OK status and works OK > 2. In the second reload, you get 304 Not Modified, and it still works OK > 3. In the third reload, the net panel doesn't show anything (0 requests | > 0 B from cache | 0ms ) and the error appears > 4. The cycle repeats > > I've uploaded this test case into my personal site, because I don't know if > it's useful or not :( This are the files: > > -http://malditocrc.com.ar/peregrino/lab/testJS/big_file_included.html > in this case, the javascript is inside a script tag in the head > > -http://malditocrc.com.ar/peregrino/lab/testJS/big_file_extern.html > in this case, the javascript is included from an external file > > Hope this helps, > > Peregrino --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
