gecko-dev/intl
Brian Grinstead 3d2d2d0ea7 Bug 1608281 - Automated rewrite away from reading properties on the global `this` in JSM files - round 1 r=mossop
This patch was generated with a script. It doesn't include all files:

- Files that use the preprocessor or fail to parse are skipped
- Files that are loaded as JSMs but don't use the .jsm extension are skipped (those will be renamed in Bug 1609269)

It was generated with the following command using d855222aa2/no-this-property-read.js:

```
hg revert --all &&
cp .gitignore .rgignore &&
rg --files-without-match -g '*.jsm' '^#endif|^#include|^#filter' | jscodeshift --stdin --transform ~/Code/jsm-rewrites/no-this-property-read.js --ignore-pattern ./mobile/android/modules/Sanitizer.jsm --ignore-pattern ./js/xpconnect/tests/unit/syntax_error.jsm &&
./mach eslint `hg st | rg '^M ' | sed 's/^M //'`
```

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

--HG--
extra : moz-landing-system : lando
2020-01-29 21:50:04 +00:00
..
build
docs Bug 1599045, part 1 - untangle l10n from intl documentation, r=flod 2019-12-03 15:42:34 +00:00
encoding_glue Bug 1490593 - Move FFI for encoding_rs::mem to a vendored crate. r=froydnj 2019-08-14 07:53:34 +00:00
gtest Bug 1544961 - comment on gtests that are disabled, disable ThreadUtils.IdleRunnableMethod and Timers.FindExpirationTime for windows10-aarch64 r=jmaher,gbrown,dmajor 2019-04-23 00:21:37 +00:00
hyphenation Bug 1606209 - Remove hyphenation-resource telemetry probes that are no longer interesting. r=heycam 2020-01-07 09:37:48 +00:00
icu Backed out changeset f34592b66d45 undo typo on a CLOSED TREE 2020-01-06 14:35:59 +02:00
icu-patches Bug 1583269 - Part 1: Remove custom patch to add thread-safety to icu::TimeZone::adoptDefault. r=jwalden 2019-10-19 01:23:08 +00:00
l10n Bug 1608281 - Automated rewrite away from reading properties on the global `this` in JSM files - round 1 r=mossop 2020-01-29 21:50:04 +00:00
locale Bug 1607052 - Cut out the POSIX encoding part from the locale during sanitization. r=jfkthame 2020-01-22 13:52:23 +00:00
locales Bug 1590167 - Add Rust implementation of hyphenation (mapped_hyph) and hook up in place of libhyphen. r=heycam 2019-11-14 14:07:23 +00:00
lwbrk Bug 1293584 - Fix implementation of word-break:keep-all to better follow the spec. r=m_kato 2020-01-21 08:02:20 +00:00
strres Bug 1603112 Do not include intl.properties in shared bundles to apply changes from installed langpacks; r=kmag 2019-12-18 08:41:09 +00:00
tzdata Bug 1583268: Update tzdata in ICU data files to 2019c. r=jwalden 2019-09-25 23:33:11 +00:00
uconv Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
unicharutil Bug 1606731 - Ignore diacritics when searching the browser history. r=jfkthame,mak 2020-01-22 17:39:56 +00:00
Encoding.h Bug 1607816 - Replace mozilla::{Max, Min}Value with std::numeric_limits. r=froydnj 2020-01-08 16:30:40 +00:00
EncodingDetector.h Bug 1551276 - Autodetect legacy encodings on unlabeled pages. r=emk 2019-12-12 17:50:19 +00:00
JapaneseDetector.h Bug 1543077 part 2 - Use mozilla::JapaneseDetector in the HTML parser. r=emk. 2019-06-03 15:30:41 +03:00
icu_sources_data.py Bug 1429776: Use recommended ICU build options flags. r=jwalden 2019-10-07 13:43:24 +00:00
moz.build Bug 1551276 - Autodetect legacy encodings on unlabeled pages. r=emk 2019-12-12 17:50:19 +00:00
update-icu.sh Bug 1583269 - Part 4: Update language tag mappings for CLDR 36. r=jwalden 2019-10-19 01:39:59 +00:00
update-tzdata.sh