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 45 for developers

Перевод не завершен. Пожалуйста, помогите перевести эту статью с английского.

Install Firefox Nightly

Firefox 45, based on Gecko 45, will ship in March 2016. This article provides information about the changes in this release that will affect developers. Nightly builds of what will become Firefox 45 are currently available on the Nightly channel.

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

Изменения для Веб разработчиков

Инструменты разработчика

Без изменений.

HTML

  • Настройки безопасности содержимого можно устанавливать прямо на html элемент <meta> (баг 663570).
  • Атрибут referrer переименован в  referrerpolicy в тегах <image>, <area>, <a>, and <iframe> (баг 1187357).

CSS

JavaScript

Interfaces/APIs/DOM

DOM & HTML DOM

  • Для улучшения совместимости реализовано нестандартное свойство Node.innerText (баг 264412).
  • <img srcset> реагирует на изменения размеров/области просмотра (баг 1166138).

WebGL

Без изменений.

IndexedDB

Без изменений.

Service Workers

WebRTC

Без изменений.

New APIs

Без изменений.

Разное

No change.

MathML

No change.

SVG

  • SVG stroke hit-testing is buggy when cairo is the Moz2D backend (баг 676001).
  • Unable to interact with elements who have large transform / translate values (баг 1217012).

Audio/Video

  • Fixed: Regression (since Firefox 41) whereby audio playback was stuttering due to duration time rounding errors (баг 1222866.)

HTTP

No change.

Networking

No change.

Security

Changes for add-on and Mozilla developers

Interfaces

Без изменений.

XUL

Без изменений

JavaScript code modules

Без изменений.

XPCOM

Без изменений.

Other

  • WebIDL constructors could be called without the new operator in chrome context..  Now such code will raise a TypeError like in Web content since Firefox 30. For example, var req = XMLHttpRequest(); need to be var req = new XMLHttpRequest();.

See also

Older versions

Метки документа и участники

 Внесли вклад в эту страницу: uleming
 Обновлялась последний раз: uleming,