Earlier quoted context omitted.
Development isn't stagnant. They have releases on a 6-week schedule now, that's why each update is smaller. Because of the more frequent releases, features get released as soon as they're ready instead of waiting months or years for a "major release" like they used to.
I did not suggest the size of any given update, or the schedule they are released at was evidence of stagnation. The fact that firefox is the problem browser now instead of IE is what I pointed to. It is nearly 2014. Firefox still doesn't have html 5 form elements even. Remember making internal use sites and telling people "we're not supporting IE, use firefox"? Now we're doing "we're not supporting firefox, use chro…
Firefox 25 is released
81–90 of 236 posts
Re: Firefox 25 is released
#82So session cookies now never expire? CHANGED Resetting Firefox no longer clears your browsing session
Re: Firefox 25 is released
#83Wasn't there supposed to be a new UI with this release? When you Google "firefox new ui", the headlines all point to 25 having that. http://thenextweb.com/insider/2013/06/05/mozilla-is-planning...
It is not yet ready. Expected for Fx 28 (but would not sign it with my blood). There is a UX Nightly with Australis (the name of the redesign) out there.
Re: Firefox 25 is released
#84Earlier quoted context omitted.
I guess you’ve seen kangax’s charts, but he does a good job of tracking progress: http://kangax.github.io/es5-compat-table/es6/ Firefox 26 will introduce Array.of, Math.fround, Generators and Structs.
That seems to be coming along nicely but it looks like almost nothing made it into IE11 - so doesn't that mean we missed the boat for a few more years? I want to use this stuff so badly already. Gah.
Re: Firefox 25 is released
#85Hey, web audio is now in Firefox! That means all the web apps that did user-agent detection instead of feature detection will have to be updated.
I try to do my part by submitting pull requests that fix it, when possible, but most of those pull requests have been sitting ignored for months.
Clearly more people need to be educated that user-agent sniffing = bad.
Re: Firefox 25 is released
#86Re: Firefox 25 is released
#87I developed a patch that added the VAO WebGL extensions earlier this year and it's finally out there! So. Cool. And everyone at mozilla is really helpful if you're thinking about contributing for the first time.
Re: Firefox 25 is released
#88Earlier quoted context omitted.
I'm not sure what you mean. As far as I can remember, Firefox has had HTML 5 forms since Firefox 4 ( https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Form... ). What exactly are you talking about?
I am talking about the rest of them. In particular, the most useful ones: date, time, datetime(-local), hell even number is useful and forever missing in firefox.
It's hard to believe you have to tell users to use IE over Firefox because of that difference.
Re: Firefox 25 is released
#89Still no h.264 on Mac :(
Is there any way to set a preference for free formats by the way? I.e. if the page specified several sources for the audio or video tags, but puts MP4 first let's say, is there way to override that and say "always prefer WebM if present" or something like that?