mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 17:22:04 +00:00
4b8e9c3d4a
This also makes various AutofillRecords methods async, with the exception of remove() and removeAll(). Noted that I didn't implement any kind of "lock" for FormAutofillStorage -- please do not call these methods concurrently -- if you must please |await| for the last call to resolve. This most likely would happen in tests, and shouldn't happen in the real world, given that all user actions happen on macrotasks, and probably not at the next tick, unless Quicksilver is a Firefox user. FormAutofillStorage can be improved if there are complex use cases for it. Differential Revision: https://phabricator.services.mozilla.com/D4420 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
locales | ||
modules | ||
modules-testing | ||
tests | ||
tps/extensions/tps | ||
moz.build | ||
services-sync.js | ||
SyncComponents.manifest | ||
Weave.js |