gecko-dev/browser/extensions/formautofill
Nika Layzell 42028efc71 Bug 1671983 - Part 4: Stop awaiting BrowserTestUtils.loadURI, r=annyG,remote-protocol-reviewers,extension-reviewers,preferences-reviewers,whimboo,zombie
This method only is async in order to allow callers to wait for a process switch
triggered by the call to `loadURI` to be finished before resolving. With
DocumentChannel, we should never trigger a process switch eagerly like this
again, so we don't need any of the async behaviour here anymore.

This part is largely mechanical changes to tests, removing the `await` calls on
`loadURI`, and a follow-up part will remove the actual async logic from
`BrowserTestUtils.loadURI`.

Differential Revision: https://phabricator.services.mozilla.com/D94641
2020-11-12 18:01:03 +00:00
..
addressmetadata
content Bug 1664086: Use Fluent to set aria-label for credit card list options in preferences. r=zbraniecki,fluent-reviewers 2020-09-11 06:13:36 +00:00
docs
locales Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
phonenumberutils
skin Bug 1668884 - Replace -moz-Field/-moz-FieldText with Field/FieldText in browser/ r=dao 2020-10-05 11:13:54 +00:00
test Bug 1671983 - Part 4: Stop awaiting BrowserTestUtils.loadURI, r=annyG,remote-protocol-reviewers,extension-reviewers,preferences-reviewers,whimboo,zombie 2020-11-12 18:01:03 +00:00
.eslintrc.js Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
FormAutofill.jsm Bug 1658027 - Separate visual interactions on Credit Card Autofill for A/B testing. r=abr 2020-08-08 19:25:31 +00:00
FormAutofillChild.jsm Bug 1642059: Open CC popup on field focus r=zbraniecki 2020-06-16 21:28:10 +00:00
FormAutofillContent.jsm Bug 1658086: Part 2: Block `input` event delivery when autofill is filling fields r=zbraniecki 2020-08-10 17:46:36 +00:00
FormAutofillDoorhanger.jsm Bug 1660270 - Revert Part 1: Track doorhanger interaction. r=MattN 2020-11-10 02:42:50 +00:00
FormAutofillHandler.jsm Bug 1659186 - Limit `cc-form` detected telemetry to only valid cc sections. r=zbraniecki 2020-08-14 23:08:53 +00:00
FormAutofillHeuristics.jsm Bug 1654648 - Fine tune field type duplication heuristics for section splitting. r=abr 2020-08-08 03:33:53 +00:00
FormAutofillNameUtils.jsm
FormAutofillParent.jsm Bug 1660270 - Revert Part 1: Track doorhanger interaction. r=MattN 2020-11-10 02:42:50 +00:00
FormAutofillPreferences.jsm Bug 1658027 - Separate visual interactions on Credit Card Autofill for A/B testing. r=abr 2020-08-08 19:25:31 +00:00
FormAutofillStorage.jsm Bug 1660270 - Revert Part 2: Record address and password usage. r=MattN 2020-11-10 04:32:50 +00:00
FormAutofillSync.jsm Bug 1643101 - Remove 'whitelist' from Form Autofill code. r=MattN 2020-06-04 01:44:14 +00:00
FormAutofillUtils.jsm Bug 1622514 - Move OSKeyStore.jsm into toolkit/modules. r=jaws 2020-03-25 08:21:24 +00:00
ProfileAutoCompleteResult.jsm Bug 1662879 part 2: Expose the credit card type via aria-label for credit card autocomplete results. r=zbraniecki 2020-09-11 05:50:25 +00:00
api.js Bug 1654260: Package all formautofill css files and load them using the internal chrome: protocol. r=MattN,Gijs 2020-08-31 13:18:56 +00:00
background.js
jar.mn Bug 1654260: Package all formautofill css files and load them using the internal chrome: protocol. r=MattN,Gijs 2020-08-31 13:18:56 +00:00
manifest.json
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
schema.json