On Fri, 20 Nov 2009, Stephen Boyd wrote: > Stephen Boyd wrote: > > Jakub Narebski wrote: > > > > > > Thanks for working on this. Also it is nice to have incremental blame > > > tested for another browser, beside Mozilla 1.17.2 and Konqueror 3.5.3 > > > > For those following along, Opera-10.10 has been tested and works. > > Ok. I tried using the version of incremental blame that's in next > (e206d62 gitweb: Colorize 'blame_incremental' view during processing, > 2009-09-01) on IE8 with no success. The page loads and the file is shown > with line numbers, but the progress is stuck at 0% (with the > showing too). > > I then tried with my two patches applied on top of e206d62 on IE8 and > still no success. The page loads and the file is show with the line > numbers but still stuck at 0%, but the is gone at least. > > Do you have access to IE8 to confirm? I have tested gitweb with both of your patches applied, serving gitweb as CGI script using Apache 2.0.54 on Linux, and viewing from separate computer on MS Windows XP, with the following results: * For the following browsers blame_incremental view on gitweb/gitweb.perl file produces correct output, but for progress info which instead of ( 1%) -> ( 29%) -> (100%) looks more like ( 1%) -> (29%) -> (100%) + Firefox 3.5.5 (rv:1.9.1.5 Gecko/20091102) + Opera 10.01 + Google Chrome 3.0.195.33 * Testing it with IE8 (Internet Explorer 8.0.6001.18702) page loading stops at 0%, at the very beginning on startBlame() function IE8 shows that it finds the following errors: * "firstChild is null or not an object" line: 565, char:4 a_sha1.firstChild.data = commit.sha1.substr(0, 8); It might be caused by the fact that firstChild for this case should be text node containing of pure whitespace: <a href=""> </a> Perhaps IE8 simplifies it in "compatability view" mode * "Unspecified error" (twice) line: 777, char:2 if (xhr.readyState === 3 && xhr.status !== 200) { return; } I don't know what might be the source of error here; I suspect that the error position mentioned by IE8 is bogus. -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html