gecko-dev/services/fxaccounts
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
..
interfaces
tests Bug 1601446 - re-register the FxA device after the user becomes verified. r=eoger 2020-01-14 21:11:34 +00:00
Credentials.jsm Bug 1608278 - Remove global `this` setter for LOG_LEVEL in Credentials.jsm r=eoger 2020-01-15 23:52:13 +00:00
FxAccounts.jsm Bug 1601797 - ensure we consistently report auth errors when a session token is missing. r=eoger 2019-12-06 16:44:55 +00:00
FxAccountsClient.jsm 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
FxAccountsCommands.js Bug 1601446 - re-register the FxA device after the user becomes verified. r=eoger 2020-01-14 21:11:34 +00:00
FxAccountsCommon.js Bug 1608942 - Add FX_MONITOR_OAUTH_CLIENT_ID as FxA constant r=rfkelly,k88hudson 2020-01-16 18:01:29 +00:00
FxAccountsConfig.jsm Bug 1590231 - Update sync preferences panel to match decouple designs r=fluent-reviewers,markh 2019-11-14 21:01:23 +00:00
FxAccountsDevice.jsm Bug 1601446 - re-register the FxA device after the user becomes verified. r=eoger 2020-01-14 21:11:34 +00:00
FxAccountsKeys.jsm Bug 1601446 - re-register the FxA device after the user becomes verified. r=eoger 2020-01-14 21:11:34 +00:00
FxAccountsOAuthGrantClient.jsm 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
FxAccountsPairing.jsm Bug 1574052 - only return public fields from fxAccounts.getSignedInUser(). r=rfkelly,eoger 2019-10-22 00:57:27 +00:00
FxAccountsPairingChannel.js
FxAccountsProfile.jsm 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
FxAccountsProfileClient.jsm 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
FxAccountsPush.jsm Bug 1574051 - make FxA's session/account status checking sane and understandable. r=rfkelly,mtigley 2019-10-22 00:58:36 +00:00
FxAccountsStorage.jsm 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
FxAccountsTelemetry.jsm Bug 1595954 - record event as the user explicitly connects or disconnects sync or fxa. r=eoger 2019-11-25 00:12:01 +00:00
FxAccountsWebChannel.jsm 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
components.conf
moz.build Bug 1601076 - Fix some broken BUG_COMPONENTS in moz.build files; r=jmaher 2019-12-04 13:55:45 +00:00