gecko-dev/intl
Emilio Cobos Álvarez d39e78a02e Bug 1883435 - Don't include GleanMetrics.h from Document.h. r=chutten,necko-reviewers,valentin
In bug 1883435 comment 2 chutten mentions that including
nsGlobalWindowInner.h from GleanMetrics.h causes a stylo build failure.

This is because nsGlobalWindowInner.h itself brings a bunch of DOM
bindings template soup that bindgen isn't great at dealing with.

That can be fixed in various ways. However, there is a simpler fix,
which is not including GleanMetrics at all.

It's trivial to do, and given it's a massive autogenerated file, and
Document.h is a very common header, it's worth doing this if only for
build times.

Fix a bunch of unused includes while at it.

Differential Revision: https://phabricator.services.mozilla.com/D203625
2024-03-05 17:54:14 +00:00
..
benchmarks
bidi Bug 1881487 - Update unicode-bidi to pick up newly-added smallvec support. r=platform-i18n-reviewers,supply-chain-reviewers,nordzilla 2024-02-22 19:47:54 +00:00
build
components Bug 1881232 - Restrict use of the Rust unicode-bidi implementation to Nightly builds for now. r=emilio 2024-02-21 15:19:54 +00:00
docs
encoding_glue
gtest
hyphenation/glue Bug 1875444 - Remove last mention of libhyphen vendoring r=emilio 2024-01-19 10:05:07 +00:00
icu
icu4x-patches Bug 1878778 - Mark ICU4XDataStruct as dead code as it's never read from Rust. r=m_kato 2024-02-06 05:36:43 +00:00
icu_capi Bug 1878778 - Mark ICU4XDataStruct as dead code as it's never read from Rust. r=m_kato 2024-02-06 05:36:43 +00:00
icu_segmenter_data
icu-patches
l10n Bug 1874321 - document how to run nightly with a custom language, r=cmkm,flod 2024-01-15 18:20:51 +00:00
locale Bug 1875430 part 4: Convert 'static UniquePtr' global vars to use StaticAutoPtr, in intl. r=platform-i18n-reviewers,jfkthame 2024-01-23 19:00:49 +00:00
locales
lwbrk Bug 1875430 part 4: Convert 'static UniquePtr' global vars to use StaticAutoPtr, in intl. r=platform-i18n-reviewers,jfkthame 2024-01-23 19:00:49 +00:00
strres
tzdata Bug 1879488: Update time zone data to tzdata2024a. r=platform-i18n-reviewers,dminor 2024-02-14 13:25:29 +00:00
uconv
unicharutil Bug 1883435 - Don't include GleanMetrics.h from Document.h. r=chutten,necko-reviewers,valentin 2024-03-05 17:54:14 +00:00
Encoding.h
EncodingDetector.h
icu_sources_data.py
moz.build Bug 1824671 - patch 3 - Convert intl Bidi component to be backed by the unicode-bidi crate. r=platform-i18n-reviewers,dminor 2024-02-06 11:41:09 +00:00
update-icu4x.sh Bug 1878778 - Mark ICU4XDataStruct as dead code as it's never read from Rust. r=m_kato 2024-02-06 05:36:43 +00:00
update-icu.sh
update-tzdata.sh