gecko-dev/intl/l10n
Zibi Braniecki 06102292c3 Bug 1437427 - Workaround promise/microtask bug with a callback in Fluent runtime. r=Pike
MozReview-Commit-ID: 9uJpEHHBv8w

--HG--
extra : rebase_source : f09277ad5f2ea4a61d1f7ba9b908b35af9dd3360
2018-02-13 12:26:31 -08:00
..
test Bug 1426063 - Add PLATFORM built-in to Fluent in Gecko. r=Pike 2017-12-20 14:25:10 -08:00
DOMLocalization.jsm Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00
fluent.js.patch Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00
jar.mn Backed out changeset e46cfa3b45ff (bug 1347798) because it will fail browser-chrome's browser_all_files_referenced.js. r=backout 2017-09-21 22:28:55 +02:00
l10n.js Bug 1437427 - Workaround promise/microtask bug with a callback in Fluent runtime. r=Pike 2018-02-13 12:26:31 -08:00
L10nRegistry.jsm Bug 1426063 - Add PLATFORM built-in to Fluent in Gecko. r=Pike 2017-12-20 14:25:10 -08:00
Localization.jsm Bug 1438055 - Switch Fluent Localization class to use weak observers. r=mossop 2018-02-13 16:25:41 -08:00
MessageContext.jsm Bug 1436790 - Update Fluent in Gecko to 0.6.2. r=Pike 2018-02-08 10:59:29 -08:00
moz.build Backed out changeset e46cfa3b45ff (bug 1347798) because it will fail browser-chrome's browser_all_files_referenced.js. r=backout 2017-09-21 22:28:55 +02:00
README Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00

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

The following files are affected:
 - MessageContext.jsm
 - Localization.jsm
 - DOMLocalization.jsm
 - l10n.js

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.