Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Firefox 41 pour développeurs

Cette traduction est incomplète. Aidez à traduire cet article depuis l'anglais.

Install Firefox Developer Edition

Firefox 41, based on Gecko 41, will ship in September 2015. This article provides information about the changes in this release that will affect developers. Nightly builds of what will become Firefox 41 are currently available on the Developer Edition channel.

Note: Items listed here are tentatively slated for Firefox 41; however, they may be held for a future release if testing shows they're not ready by the time Firefox 41 is due to ship. Please keep an eye on this page to stay up to date on the plans for Firefox 41.

Changements pour les développeurs Web

Outils pour Développeurs

Nouveautés:

All devtools bugs fixed between Firefox 40 and Firefox 41: note that many of these bugs, especially those relating to the performance tools, were uplifted to Firefox 40.

CSS

HTML

JavaScript

Interfaces/APIs/DOM

HTML Editing API

  • Cut, copy and paste commands handling has been revamped and now allow programmatic copying and cutting from JS for Web content:

Events

Web Crypto

Canvas API

Service Workers

Miscellaneous

MathML

New default and fallback font handling

Mathematical formulas require special fonts. So far, these fonts were hard-coded in the mathml.css user agent stylesheet (which sets the font-family on <math> tag) and in the preference option font.mathfont-family (which sets the fallback fonts to use for stretchy and large operators). Firefox 41 introduces, an internal x-math language that is automatically set on the <math> tag as well as corresponding preference options (e.g. font.name.serif.x-math). The user agent stylesheet now sets font-family to serif on the <math> tag and the preference option font.mathfont-family is replaced with font.name.serif.x-math.  All platforms now essentially use the same list of fallback fonts, with "Latin Modern Math" as first one. The default/fallback fonts can be configured from the standard per-language font preference menu. For more details, see bug 947654 and bug 1160456.

SVG

  • Site icons (favicons, shortcut icons) now support SVG (bug 366324).

Audio/Video

  • The media.autoplay.enabled preference now also apply to untrusted HTMLMediaElement.play() invocations too, that is calls from non-users activated scripts (bug 659285).

HTTP

  • The X-Content-Duration header is no longer supported (bug 1160695).

Networking

pas de changement.

Security

Changes for add-on and Mozilla developers

XUL

pas de changement.

JavaScript code modules

pas de changement.

XPCOM

Interfaces

pas de changement.

Other

pas de changement.

See also

Older versions

Étiquettes et contributeurs liés au document

Étiquettes : 
 Contributeurs à cette page : Paleno
 Dernière mise à jour par : Paleno,