Comment 223 for bug 25830

Revision history for this message
In , Majuki (majuki) wrote :

I was a little shocked when I reported bug 463361 to discover it had been around in one form or another since 2000.

Why is it that it cannot be as simple logic as "if open url triggers download code && firefox.exe is the application associated, dump as text to screen". Something this simple could also be expanded later to handle some of these other related bugs. "If mime type x == associated to firefox.exe do-> some method else dump as text". Inserting call to extension or internal code set at "some method"

This would prevent the infinite loop problem and allow for extendability.