https://bugzilla.wikimedia.org/show_bug.cgi?id=64562
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|General |ResourceLoader Assignee|jforrester+veteambztickets@ |[email protected]. |wikimedia.org |org Product|OOjs |MediaWiki Summary|"Module oojs has failed |ResourceLoader: JavaScript |dependencies" on Camino |errors on Camino --- Comment #2 from Krinkle <[email protected]> --- This browser is sufficiently old that feature detection or ES5 shim is out of the question. This is the kind of browser in the category of: We don't want to serve javascript of any kind as our baseline support (not to mention edge feature projects like OOjs, but baseline support) has surpassed the level that this browser can support. If anything, we should blacklist this browser in the startup module of MediaWiki core. Though I think this browser is obscure enough that it doesn't justify space in our global initialisation footprint (we don't blacklist Netscape either..) -- 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
