--- title: Firefox 36 for developers slug: Mozilla/Firefox/Releases/36 tags: - Firefox - NeedsTranslation - TopicStub translation_of: Mozilla/Firefox/Releases/36 ---
{{FirefoxSidebar}}
Firefox 36 was released on February 24th, 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 35 and Firefox 36.

CSS

HTML

JavaScript

Interfaces/APIs/DOM

 

MathML

No change.

SVG

No change.

Audio/Video

No change.

Networking

Security

Changes for add-on and Mozilla developers

Add-on SDK

Highlights

var { require } = Cu.import("resource://gre/modules/commonjs/toolkit/require.js", {});

Details

Github commits made between Firefox 35 and Firefox 36.

JavaScript code modules

Interfaces

nsIContentPolicy

New constants have been added to {{interface("nsIContentPolicy")}} to allow Gecko internals and add-on code to better differentiate different types of requests. These are:

TYPE_FETCH
Indicates a content load request initiated by the {{domxref("GlobalFetch.fetch()")}} method.
TYPE_IMAGESET
Indicates a request to load an {{HTMLElement("img")}} (with the {{htmlattrxref("srcset", "img")}} attribute or {{HTMLElement("picture")}} element.

XUL

No change.

Other

See also

Older versions

{{Firefox_for_developers('35')}}