Movatterモバイル変換


[0]ホーム

URL:


  1. Mozilla
  2. Firefox
  3. Release notes for developers
  4. Firefox 38

Firefox 38 release notes for developers

Firefox 38 was released on May 12th, 2015. This article lists key changes that are useful not only for web developers, but also Firefox and Gecko developers as well as add-on developers.

Changes for Web developers

Developer Tools

Highlights:

All devtools bugs fixed between Firefox 37 and Firefox 38.

CSS

HTML

  • The<label> element no longer dispatches events to the label target element if interactive content is found between the event target and the label (Firefox bug 229925).
  • The<picture> element has been activated by default (Firefox bug 1017875).
  • The<meta name="referrer"> is supported for navigations from the context menu or via a middle-click (Firefox bug 1113431).

JavaScript

Interfaces/APIs/DOM

MathML

No change.

SVG

No change.

Audio/Video

No change.

Networking

No change.

Security

  • In Firefox, theautocomplete=false attribute is now ignored when dealing with a login form (Firefox bug 1025703). This is intended to encourage the use of more secure passwords by allowing password manager tools to work more reliably.
  • RC4 is now disabled when using TLS, except for a few specifically allowed websites. This whitelist is an interim measure until those sites are fixed (Firefox bug 1124039). This fallback is controlled by thesecurity.tls.unrestricted_rc4_fallback preference,true by default for the moment (Firefox bug 1138882).
  • Websites needing to fall back to an insecure version of TLS in order to work are now in a hardcoded whitelist which will shrink over time (Firefox bug 1114816). The whitelist can be disabled by settingsecurity.tls.insecure_fallback_hosts.use_static_list tofalse.

Changes for add-on and Mozilla developers

Add-on SDK

Highlights

Electrolysis (E10s) updates

Details

XUL

No change.

JavaScript code modules

Downloads.jsm

  • DownloadTarget objects now haveexists andsize properties, allowing you to determine the existence of and the size of the download's target file on disk, as well as a newrefresh() method, which asks that these values be updated.

XPCOM

  • "@mozilla.org/network/atomic-file-output-stream;1" and"@mozilla.org/network/safe-file-output-stream;1" now throw an exception ifPR_APPEND is passed withoutPR_TRUNCATE (Firefox bug 1117580).
  • nsICompositionStringSynthesizer andnsIDOMWindowUtils.sendCompositionEvent() have been removed. Instead, usensITextInputProcessor. (Firefox bug 917322)
  • nsIDOMWindowUtils.sendKeyEvent() is now deprecated. Instead, usensITextInputProcessor (Firefox bug 1119609).

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp