This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

Firefox 29 для разработчика

Firefox 29 был выпущен 29 апреля 2014 года. Список ключевых изменений, предоставленный в данной статье будет полезен не только веб-разработчикам, но и Firefox-, Gecko-разработчикам и разработчикам дополнений.

Хотите помочь документировать Firefox 29? Просмотрите список недостатков, которые надо устранить и приступайте!

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

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

Важные изменения:

  • Vastly improved web console - Arrays are shown inline without clicking to bring up in the right inspector, window objects show their url, etc.
  • Added the console API to Web Workers (bug 620935). Now you can log messages to the Web Console from Web Workers.
  • The Network Monitor tool now shows performance statistics using pie charts (Firefox bug 846601).
  • On the Inspector, preview tooltips of CSS transforms are now available (Firefox bug 726427).
  • DOM elements seen in the debugger and console can be removed or inspected directly, via the new buttons to the right of the variable listing.
  • A CSS source map is now supported by the Style Editor (Firefox bug 926014).
  • Autocompletion of CSS properties and values has been added to the Style Editor (Firefox bug 717369).

Больше деталей и изменений смотрите в блоге Mozilla Hacks.

CSS

HTML

  • <input type=color> и <input type=number> доступны по умолчанию.
  • Support for the non standard <pre cols> has been removed, as well as the layout effect of <pre wrap> . Both effects can, and should, be achieved using CSS. (Firefox bug 949879)

JavaScript

Интерфейс/APIs/DOM

MathML

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

SVG

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

Безопасность

  • Реализована экспериментальная директива CSP 1.1 hash-source. Чтобы воспользоваться этой функцией, настройка security.csp.experimentalEnabled должна быть установлена в положение true (Firefox bug 883975).

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

Об изменениях, не касающихся Austrlis, будет объявлено позднее.

Смотрите также

Предыдущие версии