| Indeed, I replied a little lower down about emotion and opinion and that it in part it isn't mine (http://news.ycombinator.com/item?id=3309208). But for your specific comments I'll reply. You make 3 comments that I think answer themselves. First statement I imply that things aren't getting better, I'll agree that some things are getting better, new features and support etc... but theres a chunk of stuff not getting improved. You note it yourself in the second point "You can find ancient pet bugs for any project". The fact is there are things not being addressed which have been raised as issues, some of them half a decade ago. Thats a pain point for most OSS projects, but browsers are a competitive space, to remain competitive some of these things need to be addressed. Version fragmentation may have been the wrong term. What I meant was that lots of plugins aren't being supported between versions. Its not such a problem of the core FF, but without the plugins FF just isn't that great. From a support point of view, new versions every 6 months is painful, especially when I read things like pulling support for HTML 5 features they had previously supported. It makes its a painful thing to support. I now test my HTML5 applications against IE10 and webkit, I don't consider FF worthwhile currently. I test Opera only because I use it (sorry other opera users). For the w3c stuff my biggest pet peace is websql. On other points Mozilla have a political and ideological argument for and against like every big player, I can sympathize and support where appropriate. But WebSQL is something that I would like to be ubiquitous. |
What things that actually matter aren't being improved?
You're wrong about plugins so I'll assume that you mean addons here, which use a completely different interface. Addon compatibility over the new release schedule has been rough so far, it's being addressed and I expect it to be, largely, a solved problem in the near future.
Pulling support for HTML 5 features? Are you referring to WebSockets, which were exposed again later once the security problems in the spec were resolved?
Web SQL DB is a terrible spec, as it stands. It effectively requires locking a specific version of SQLite (bugs and all) into the web for eternity to ensure interoperability. You'll note that IE has also refused to implement it so far. It's hardly fair to claim it's "in direct conflict with W3C standards". Web SQL DB never made it past a working group stage, and Firefox was not the only browser against implementing it.