Hi, > eMusic.com serves "no album" img's with a 404 response but includes > generic album art contents. Historically all browsers have supported > this, but with the latest builds all I get is a broken image when used > inline but works if loaded individually. I believe something has been > updated in WebKit cores since it happens with the latest Chrome beta > builds and Safari 4. I would appreciate any help in filing a bug or > patch, thanks.
You are right, this is an issue in WebKit. Basically all you need to do is to file a bug at https://bugs.webkit.org (registration required). I have tested a bit and this is a regression from current stable Safari version (worth mentioning in the bug). What you can do to help is reduce the issue to its smallest demonstrable test case and attach it to the bug. If you want to hack a patch, you can either use Chromium (see http://dev.chromium.org/developers on how to debug) or use WebKit (you will need to follow the instruction on http://webkit.org about getting the developer tools, installing the code and debugging). I think it will be easier to contribute a patch using WebKit thought (because the whole process is WebKit-specific). Regards, Julien --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
