gecko-dev/services/sync
Timothy Guan-tin Chien f47a796bf6 Bug 1486954 - Part I, (Nighty-only feature) Encrypt credit card numbers with OS key store r=MattN
This patch morphs MasterPassword.jsm to OSKeyStore.jsm while keeping the same
API, as an adaptor between the API and the native API exposed as nsIOSKeyStore.idl.

Noted that OS Key Store has the concept of "recovery phrase" that we won't
be adopting here. The recovery phrase, together with our label, allow
the user to re-create the same key in OS key store.

Test case changes are needed because we have started asking for login in
places where we'll only do previously when "master password is enabled".
This also made some "when master password is enabled" tests invalid because
it is always considered enabled.

Some more test changes are needed simply because they previously rely on the
stable order of microtask resolutions (and the stable # of promises for a
specific operation). That has certainly changed with OSKeyStore.

The credit card form autofill is only enabled on Nightly.

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

--HG--
rename : browser/extensions/formautofill/MasterPassword.jsm => browser/extensions/formautofill/OSKeyStore.jsm
rename : browser/extensions/formautofill/test/browser/browser_creditCard_fill_master_password.js => browser/extensions/formautofill/test/browser/browser_creditCard_fill_cancel_login.js
extra : moz-landing-system : lando
2018-10-17 02:31:04 +00:00
..
locales Bug 1184265 - Make last sync date be relative. r=markh 2018-03-20 17:08:16 -04:00
modules Bug 1488899 - Get TPS working. r=tcsc 2018-10-15 22:42:22 +00:00
modules-testing Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
tests Bug 1488899 - Get TPS working. r=tcsc 2018-10-15 22:42:22 +00:00
tps/extensions/tps Bug 1486954 - Part I, (Nighty-only feature) Encrypt credit card numbers with OS key store r=MattN 2018-10-17 02:31:04 +00:00
SyncComponents.manifest
Weave.js Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
moz.build Bug 1409208 (part 2) - implement disconnect and sanitize functionality. r=eoger,kitcambridge 2018-04-27 09:18:47 +10:00
services-sync.js Bug 1439777 p2 - Remove weave:ui:* related code. r=markh,tcsc 2018-02-22 16:30:39 +08:00