https://bugzilla.wikimedia.org/show_bug.cgi?id=31643
--- Comment #8 from Brion Vibber <[email protected]> 2011-10-14 21:46:35 UTC --- Mozilla devs have a fix in progress for the SVG hang (not yet approved for landing on Firefox 8, but probably will soonish). It looks like this hang is specific to SVG parsing -- if there are long hangs (more than a few seconds) on other file types I'll need examples to test with. It's probably worth testing if createObjectURL[1] works where the data URI doesn't, so we don't have to blacklist FF 7... might also be faster than converting multi-megabyte files to/from base64. Firefox 3.6 only supports the data URIs though, so probably should keep that code path anyway for compat with folks on the old stable release. [1] https://developer.mozilla.org/en/DOM/window.URL.createObjectURL -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
