gecko-dev/intl/l10n
Collin Wing 77d1436561 Bug 1484644 Whitelist title and tooltiptext for XUL r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D7627

--HG--
extra : moz-landing-system : lando
2018-10-03 17:47:45 +00:00
..
docs Bug 1494300 - Fix migration example for FTL.SelectExpression r=stas 2018-09-27 06:57:34 +00:00
test Bug 1491394 - Update callsites to use new mozILocaleService API. r=jfkthame 2018-09-21 15:30:37 +00:00
DOMLocalization.jsm Bug 1484644 Whitelist title and tooltiptext for XUL r=zbraniecki 2018-10-03 17:47:45 +00:00
DocumentL10n.cpp Bug 1490444 - Localization should register its observers. r=smaug 2018-09-11 23:40:39 +00:00
DocumentL10n.h Bug 1455649 - DocumentL10n, part 1 - Add C++ DocumentL10n API. r=smaug 2018-09-06 18:20:18 -07:00
L10nRegistry.jsm Bug 1491394 - Update callsites to use new mozILocaleService API. r=jfkthame 2018-09-21 15:30:37 +00:00
Localization.jsm Bug 1491394 - Update callsites to use new mozILocaleService API. r=jfkthame 2018-09-21 15:30:37 +00:00
MessageContext.jsm Bug 1480881 - Upgrade Gecko to Fluent 0.6. r=stas 2018-08-07 00:08:29 +00:00
README Bug 1426054 - Update Fluent in Gecko to 0.6. r=Pike 2018-01-26 14:01:34 -08:00
fluent.js.patch Bug 1480881 - Upgrade Gecko to Fluent 0.6. r=stas 2018-08-07 00:08:29 +00:00
moz.build Bug 1455649 - DocumentL10n, part 4 - Switch Preferences to use DocumentL10n API. r=smaug 2018-09-06 18:30:37 -07:00
mozDOMLocalization.js Bug 1475903 - Add mozIDOMLocalization API. r=mossop 2018-06-22 13:14:23 -07:00
mozDOMLocalization.manifest Bug 1475903 - Add mozIDOMLocalization API. r=mossop 2018-06-22 13:14:23 -07:00
mozIDOMLocalization.idl Bug 1490444 - Localization should register its observers. r=smaug 2018-09-11 23:40:39 +00:00

README

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.