Commit Graph

43 Commits

Author SHA1 Message Date
Jared Wein
b0fc9890f1 Bug 1461477 - Create a CreditCard.jsm to consolidate various credit card handling and validation. r=MattN
MozReview-Commit-ID: 3tJdzU3hBvY
2018-05-15 12:41:35 -04:00
Csoregi Natalia
6a9464cac1 Backed out changeset 9b26de736798 (bug 1461477) for multiple CreditCards failures e.g. browser_manageCreditCardsDialog.js . CLOSED TREE 2018-06-01 21:04:39 +03:00
Jared Wein
d7d5af6823 Bug 1461477 - Create a CreditCard.jsm to consolidate various credit card handling and validation. r=MattN
MozReview-Commit-ID: 3tJdzU3hBvY
2018-05-15 12:41:35 -04:00
Kris Maglione
fd7e9e6a69 Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8
This also removes any redundant Ci.nsISupports elements in the interface
lists.

This was done using the following script:

acecb401b7/processors/chromeutils-generateQI.jsm

MozReview-Commit-ID: AIx10P8GpZY
2018-04-22 20:55:06 -07:00
Florian Quèze
f1a55f73f8 Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
Andrew McCreight
272cee1e65 Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
This patch was autogenerated by my decomponents.py

It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.

It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.

It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)

MozReview-Commit-ID: DeSHcClQ7cG
2018-02-06 09:36:57 -08:00
Kris Maglione
0bb74efdf1 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
Backed out changeset a1eca62826a1 (bug 1431533)
Backed out changeset 34c999fa006b (bug 1431533)
Backed out changeset e2674287e57f (bug 1431533)
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
Backed out changeset 6e56f4c8843e (bug 1431533)
Backed out changeset 12fc4dee861c (bug 1431533)
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Ray Lin
792b53c6b7 Bug 1422692 - Make search result always return success code for every filled fields to show clear form button popup. r=lchang
MozReview-Commit-ID: 6D4U2ZFf2QJ
2017-12-05 13:57:22 +08:00
Ray Lin
bc09045a49 Bug 1407508 - Part 2. Return clear form result instead of fallback to form history results for filled fields. r=lchang
MozReview-Commit-ID: Dtc2OHHEvUZ
2017-10-11 17:45:46 +08:00
Sean Lee
6afa97df77 Bug 1339731 - Refactor FormAutofillHandler to support multiple section machanism. r=lchang,ralin
MozReview-Commit-ID: D9g5fKTeTaL
2017-11-20 08:21:30 +08:00
Scott Wu
cb89eccec5 Bug 1407530 - Update formautofill.properties string IDs and localization notes. r=flod,lchang
MozReview-Commit-ID: uHWhQmrVgu
2017-10-11 18:19:35 +08:00
Scott Wu
af8b33b1eb Bug 1370768 - (Part 2) Add manage credit cards dialog. r=lchang
MozReview-Commit-ID: 6xl9HuDraIk
2017-08-23 10:12:18 +08:00
Sean Lee
8fd4372cd7 Bug 1379600 - Implement the feature of filling and previewing Credit Card fields. r=lchang,steveck
MozReview-Commit-ID: ADklL3VFujI
2017-07-27 03:53:19 +08:00
Ray Lin
4610c8e9bf Bug 1371139 - Part 1. Implementation of form auto fill credit card layout. r=lchang,seanlee
MozReview-Commit-ID: 59gyOlHvSz8
2017-07-25 15:28:38 +08:00
Ray Lin
3fdf0d1b5b Bug 1380910 - Enhance form autofill note by showing the categories intersection of result fields and form fields instead of their union. r=lchang,seanlee
MozReview-Commit-ID: AeCszHgfSS5
2017-08-11 10:23:49 +08:00
Ray Lin
29cef6b7a5 Bug 1371149 - Part 1. Show insecure field in credit card autofill dropdown instead of result when the connection is not secure. r=MattN,seanlee
MozReview-Commit-ID: APjaTedWUz9
2017-06-30 09:51:02 -07:00
Wes Kocher
474824d9a0 Backed out 2 changesets (bug 1371149) for failures in browser_autocomplete_insecure_warning.js a=backout
Backed out changeset 0623467f11ba (bug 1371149)
Backed out changeset 5c21cf82263e (bug 1371149)

MozReview-Commit-ID: CllUvst71aj
2017-08-08 11:04:50 -07:00
Ray Lin
d96bb240cb Bug 1371149 - Part 1. Show insecure field in credit card autofill dropdown instead of result when the connection is not secure. r=MattN,seanlee
MozReview-Commit-ID: APjaTedWUz9
2017-06-30 09:51:02 -07:00
Carsten "Tomcat" Book
6a8e6399e4 Backed out changeset fce47fd69d94 (bug 1371149) for test failures in browser_insecure_form.js | Uncaught exception - popup should be open - timed out after 50 tries 2017-08-08 17:09:20 +02:00
Ray Lin
ccc7dde367 Bug 1371149 - Part 1. Show insecure field in credit card autofill dropdown instead of result when the connection is not secure. r=MattN,seanlee
MozReview-Commit-ID: APjaTedWUz9
2017-06-30 09:51:02 -07:00
Luke Chang
f00aef31d8 Bug 1385753 - [Form Autofill] Group tel-related fields when calculating the secondary label. r=ralin
MozReview-Commit-ID: GnltrVH43jf
2017-07-31 13:59:49 +08:00
Ray Lin
d2b6bec17c Bug 1371131 - Part 3. Create address and credit card result subclasses. r=lchang,steveck
MozReview-Commit-ID: 25TNvIQL6ob
2017-07-24 11:50:58 +08:00
Ray Lin
f834340d92 Bug 1371131 - Part 2. Refactor ProfileAutoCompleteResult to using class syntax. r=lchang,steveck
MozReview-Commit-ID: GDsLZrhcSBx
2017-07-24 11:41:33 +08:00
Ray Lin
c54a2b219c Bug 1379575 - Do not show focused category in autofill notes if none of the profiles have been selected. r=MattN
MozReview-Commit-ID: LqOKKZMWtvR
2017-07-12 17:49:26 +08:00
Ray Lin
8385b5cc6b Bug 1329628 - Part 1. Add a phishing warning text upon footer to show the additional fields that are about to be filled while a profile being selected. r=MattN
MozReview-Commit-ID: FiCzgKAbFoE
2017-06-15 21:45:55 +08:00
Sean Lee
2753358346 Bug 1370475 - Part 3: Add a custom field "-moz-street-address-one-line" for popup label and filling street-address. r=lchang
MozReview-Commit-ID: Jh178WQZ5Qs
2017-06-21 09:47:10 +08:00
Sean Lee
63b6ea9152 Bug 1370475 - Part 1: address-line[1-3] should be recognized as "street-address" in the secondary label order. r=lchang
MozReview-Commit-ID: 5pLWCeNoryE
2017-06-19 13:10:34 +08:00
Luke Chang
34b808db31 Bug 1358944 - [Form Autofill] Support "country-name" fields. r=MattN,seanlee
MozReview-Commit-ID: IV0WGFhQ35R
2017-05-26 19:30:07 +08:00
Ray Lin
c1ab9e92ab Bug 1300995 - Part 1. Add a footer on formautofill popup to let users open a preferences privacy tab when click on it. r=MattN
MozReview-Commit-ID: Izr6IbHlkLY
2017-06-01 21:53:37 +08:00
Sebastian Hengst
f118a3c732 Backed out changeset c104436d1937 (bug 1300995) for frequently timing out in own test browser_autocomplete_footer.js. r=backout 2017-06-15 23:07:38 +02:00
Ray Lin
65c157f987 Bug 1300995 - Part 1. Add a footer on formautofill popup to let users open a preferences privacy tab when click on it. r=MattN
MozReview-Commit-ID: Izr6IbHlkLY
2017-06-01 21:53:37 +08:00
Sebastian Hengst
82810927d9 Backed out changeset 2a4962ec1b83 (bug 1300995) for failing new test browser_autocomplete_footer.js intermittently. r=backout 2017-06-15 10:26:03 +02:00
Ray Lin
faf4da205b Bug 1300995 - Part 1. Add a footer on formautofill popup to let users open a preferences privacy tab when click on it. r=MattN
MozReview-Commit-ID: Izr6IbHlkLY
2017-06-01 21:53:37 +08:00
Luke Chang
7b394329e5 Bug 1359892 - [Form Autofill] Support full-name fields. r=MattN
MozReview-Commit-ID: 3G3d5nv6j7v
2017-04-13 17:12:59 +08:00
Luke Chang
f74946810d Bug 1334037 - [Form Autofill] Support name fields in profiles. r=MattN
MozReview-Commit-ID: AW2CVAY0ghi
2017-03-30 18:08:54 +08:00
Sean Lee
3619f4b21e Bug 1340104 - Hide the result without primary label in ProfileAutoCompleteResult.; r=MattN
MozReview-Commit-ID: FSqU2fnKjeB
2017-02-16 23:05:35 +08:00
Matthew Noorenberghe
5d7372d467 Bug 1339515 - [Form Autofill] Add built-in debug logging to ease debugging. r=steveck
MozReview-Commit-ID: F4w2CzdWdrI
2017-02-15 16:22:38 +08:00
Sean Lee
ba1b29318c Bug 1300989 - Part 1: Fill the autofill profile that the user selects from autocomplete; r=MattN
MozReview-Commit-ID: 5oMgvdO5RD1
2017-01-07 09:22:19 +08:00
Sean Lee
4b03f042c4 Bug 1328778 - Implement ProfileAutoCompleteResult for Profile AutoFormFill usage only.; r=MattN
MozReview-Commit-ID: 63LHFgC66X8
2016-12-30 12:06:06 +08:00