gecko-dev/intl/l10n
Kris Maglione c31aa68fb4 Bug 1535617: Part 2 - Clear weak references for most cycle collected objects on unlink. r=mccr8
This covers most cycle collected objects which support weak references, but
not the ones which inherit from a cycle collected class and don't do any cycle
collection on their own.

Differential Revision: https://phabricator.services.mozilla.com/D63962

--HG--
extra : moz-landing-system : lando
2020-02-25 19:44:39 +00:00
..
docs Bug 1601321, rework Fluent migration documentation, r=flod,stas 2020-01-10 16:56:03 +00:00
test
fluent.js.patch
Fluent.jsm Bug 1604839 - Update Fluent.jsm to @fluent/bundle 0.14.1. r=zbraniecki 2019-12-19 17:59:38 +00:00
FluentSyntax.jsm
L10nRegistry.jsm Bug 1613569 - Deduplicate resources when generating bundles. r=stas 2020-02-13 18:41:25 +00:00
Localization.cpp Bug 1535617: Part 2 - Clear weak references for most cycle collected objects on unlink. r=mccr8 2020-02-25 19:44:39 +00:00
Localization.h
Localization.jsm
moz.build Bug 1599045, part 1 - untangle l10n from intl documentation, r=flod 2019-12-03 15:42:34 +00:00
mozILocalization.idl
README

The content of this directory is partially sourced from the fluent.js project.

The following files are affected:
 - Fluent.jsm
 - Localization.jsm

At the moment, the tool used to produce those files in fluent.js repository, doesn't
fully align with how the code is structured here, so we perform a manual adjustments
mostly around header and footer.

The result difference is stored in `./fluent.js.patch` file which can be used to
approximate the changes needed to be applied on the output of the 
fluent.js/fluent-gecko's make.

In b.m.o. bug 1434434 we will try to reduce this difference to zero.