Comment #5 on issue 9549 by [email protected]: Two new webarchive layout tests crashing http://code.google.com/p/chromium/issues/detail?id=9549
With help from John, we've figured out that the problem is that the buildbots have Silverlight installed, and I don't. Silverlight registers a plugin for an empty MIME type, which is what .webarchive files come across as from our httpd, but when we try to pass the data to the plugin it's not fully constructed and we crash. We should avoid letting any plugins grab the "" MIME type. Fix coming. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
