gecko-dev/toolkit/components/satchel
Sam Foster c37c1f4c10 Bug 1485105 - Allow 12-19 digit length card numbers. r=MattN
* Change to isValidNumber to allow any number length in the range. This also removes 9 as a valid payment card number length
* Amend form autocomplete test for sensitive 9 digit numbers. We no longer consider them valid cc numbers, test for 19 digit numbers instead
* Fix intermittent issue in a session restore tests. It turns out Date.now().toString() can sometimes pass the Luhn algorithm and look like a valid credit card number. I believe this could lead to it being treated as sensitive data which is not saved and restored, failing the test

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

--HG--
extra : moz-landing-system : lando
2018-10-16 05:37:39 +00:00
..
test Bug 1485105 - Allow 12-19 digit length card numbers. r=MattN 2018-10-16 05:37:39 +00:00
.eslintrc.js Bug 1486739 - Enable ESLint rule comma-dangle for browser/, services/, taskcluster/ and toolkit/ directories. r=mossop 2018-08-31 06:06:08 +00:00
AutoCompletePopup.jsm Bug 1478308 - Remove unnecessary ChromeUtils.imports in toolkit/ r=mikedeboer 2018-07-25 11:00:35 +01:00
FormHistory.jsm Bug 1456686: Part 1 - Fix unused and shadowed explicit imports. r=standard8 2018-04-24 20:18:09 -07:00
FormHistoryStartup.js Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8 2018-04-22 20:55:06 -07:00
formSubmitListener.js Bug 1484415: Blocklist PrivateBrowsingUtils.jsm at content process startup. r=florian 2018-08-17 23:38:40 -07:00
jar.mn
moz.build
nsFormAutoComplete.js Bug 1479569 part 2. Use the new messageManager getter on docshell. r=kmag 2018-08-02 23:49:09 -04:00
nsFormAutoCompleteResult.jsm Bug 1478308 - Remove unnecessary ChromeUtils.imports in toolkit/ r=mikedeboer 2018-07-25 11:00:35 +01:00
nsFormFillController.cpp Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
nsFormFillController.h Bug 1388123 - Make autocomplete handle Enter on keydown. r=MattN 2018-06-22 12:37:09 +02:00
nsIFormAutoComplete.idl Bug 1418078 - Convert XPIDL, C++ users of nsIDOMHTMLInputElement. r=bz 2018-04-18 22:35:09 +02:00
nsIFormFillController.idl Bug 1418078 - Convert XPIDL, C++ users of nsIDOMHTMLInputElement. r=bz 2018-04-18 22:35:09 +02:00
nsIInputListAutoComplete.idl Bug 1418078 - Convert XPIDL, C++ users of nsIDOMHTMLInputElement. r=bz 2018-04-18 22:35:09 +02:00
nsInputListAutoComplete.js Bug 1478308 - Remove unnecessary ChromeUtils.imports in toolkit/ r=mikedeboer 2018-07-25 11:00:35 +01:00
satchel.manifest Bug 1372823 Part 4: Set-up observer for idle-daily in FormHistoryStartup.init not manifest. r=mak 2017-10-18 12:04:53 +01:00
towel