From d6ad6f26c1bee20479bc043e8b027905421e25ee Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Mon, 2 Aug 2021 15:49:00 +0200 Subject: Removes any mention of fxsitecompat.com in fr (#1839) * Removes any mention of fxsitecompat.com * Fix back heading levels/tree --- files/fr/mozilla/firefox/releases/36/index.html | 198 ------------------------ 1 file changed, 198 deletions(-) delete mode 100644 files/fr/mozilla/firefox/releases/36/index.html (limited to 'files/fr/mozilla/firefox/releases/36/index.html') diff --git a/files/fr/mozilla/firefox/releases/36/index.html b/files/fr/mozilla/firefox/releases/36/index.html deleted file mode 100644 index 6bb7247404..0000000000 --- a/files/fr/mozilla/firefox/releases/36/index.html +++ /dev/null @@ -1,198 +0,0 @@ ---- -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')}}

-- cgit v1.2.3-54-g00ecf