gecko-dev/intl/l10n
Emilio Cobos Álvarez d2ed260822 Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
Summary: Really sorry for the size of the patch. It's mostly automatic
s/nsIDocument/Document/ but I had to fix up in a bunch of places manually to
add the right namespacing and such.

Overall it's not a very interesting patch I think.

nsDocument.cpp turns into Document.cpp, nsIDocument.h into Document.h and
nsIDocumentInlines.h into DocumentInlines.h.

I also changed a bunch of nsCOMPtr usage to RefPtr, but not all of it.

While fixing up some of the bits I also removed some unneeded OwnerDoc() null
checks and such, but I didn't do anything riskier than that.
2019-01-03 17:48:33 +01:00
..
docs Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
test Bug 1488973: Add tests for localisation of unprivileged content. r=flod,mossop 2018-10-24 17:42:34 +00:00
DocumentL10n.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
DocumentL10n.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
DOMLocalization.jsm Bug 1498960 - Update Fluent in Gecko to 0.9. r=stas 2018-10-20 16:35:50 +00:00
fluent.js.patch Bug 1513958 - Update Fluent.jsm to version 0.10.0. r=stas 2018-12-18 21:49:44 +00:00
Fluent.jsm Bug 1513958 - Update Fluent.jsm to version 0.10.0. r=stas 2018-12-18 21:49:44 +00:00
L10nRegistry.jsm Bug 1488973 - Followup for eslint failure. CLOSED TREE 2018-10-24 21:56:27 +03:00
Localization.jsm Bug 1500735 - Update cached-iterable in Fluent to 0.3.0. r=stas 2018-10-22 15:05:35 +00:00
moz.build Bug 1488973: Add tests for localisation of unprivileged content. r=flod,mossop 2018-10-24 17:42:34 +00: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 Bug 1498960 - Update Fluent in Gecko to 0.9. r=stas 2018-10-20 16:35:50 +00:00

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

The following files are affected:
 - Fluent.jsm
 - Localization.jsm
 - DOMLocalization.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.