Firefox 38 released
mozilla.org
Firefox 38 released
1–10 of 133 posts
Re: Firefox 38 released
#2Re: Firefox 38 released
#3Interesting, I had not heard of ruby before! (more info here, as linked in TFA https://hacks.mozilla.org/2015/03/ruby-support-in-firefox-de... )
I am also surprised to see how verbose actual ruby markup is.
Better examples of mark-up on wikipedia:
Re: Firefox 38 released
#4Interesting, I had not heard of ruby before! (more info here, as linked in TFA https://hacks.mozilla.org/2015/03/ruby-support-in-firefox-de... )
Re: Firefox 38 released
#5Re: Firefox 38 released
#6Anyone have any insight on why they removed autocomplete from username & password fields?
I think it means that sites can't overrule the browser's inclination to store passwords. The argument seems to be the browser makers will store passwords safely.
Re: Firefox 38 released
#7> Implemented Encrypted Media Extensions (EME) API to support encrypted HTML5 video/audio playback (Windows Vista or later only) HTML5
> Automatically download Adobe Primetime Content Decryption Module (CDM) for DRM playback through EME (Windows Vista or later only)
:( Notice which OSes are left off the list. I don't blame Mozilla as they were just following inevitability but it's a sad day for the web as there's now a lot of content that, by design of W3C, only works on certain OSes.
Of course the EME champions promised us that this wouldn't happen and they are apparently silent for the moment.
Re: Firefox 38 released
#8Anyone have any insight on why they removed autocomplete from username & password fields?
Re: Firefox 38 released
#9Finally! After only 24 years, East Asian languages get some attention.
Perhaps next Western browser makers might consider vertical text support.
sigh
Re: Firefox 38 released
#10> Mac OS X: Implemented a subset of the Media Source Extensions (MSE) API to allow native HTML5 playback on YouTube HTML5 > Implemented Encrypted Media Extensions (EME) API to support encrypted HTML5 video/audio playback (Windows Vista or later only) HTML5 > Automatically download Adobe Primetime Content Decryption Module (CDM) for DRM playback through EME (Windows Vista or later only) :( Notice which OSes are left o…
Media Source Extensions, while compatible with Encrypted Media Extensions, the DRM system, are not DRM. They let JavaScript manipulate the byte streams of the video data before it goes to the video codec, so you can handle streaming and such from JS.